New Script Editor
-
@ustk Can this be solved if you compile the script, then click on the editor again?
-
@Christoph-Hart In fact it was because the new editor isn't enabled in the module's scripts (Script processor, scriptFX...). But of course, it works if you open these scripts in the main editor window. I don't know if you plan to enable it in the modules, it might not be necessary...
-
Yeah, I didn't bother with the embedded code editor in the module view for a long time, but I guess I should migrate it too at some point.
-
Cursor is not placed consistently when using select next instance shortcut.
-
Fixed that one (plus you get Cmd+U for "Soft Undo").
-
@Christoph-Hart Excellent! What's soft undo? Did you get the one yet for highlighting matching brackets?
-
I feel that
Console.print
should be first in the list here, in fact why is blink there at all? -
@d-healey you can also just type "print" ;)
-
@d-healey
I think yes - Console.print() should have its own
ShortCutThis is certainly one of the most called and important commands - isn't it?
-
@ustk said in New Script Editor:
@d-healey you can also just type "print" ;)
? You mean without
Console.
?Another quirk with the comment colours. If you go over the minimap under certain circumstances (I think it's when the text is beyond the width of the editor) the colour changes until you click back in the editor.
-
@d-healey yeah now you can directly type the method's name without the API group, it's faster.
-
@ustk What are you smokin?
@Christoph-Hart Turning off line breaks and white spaces keeps resetting, seems to be at random, sometimes I open HISE and it's how I left it, other times the line breaks are back on.
-
@d-healey works for me
-
@MikeB Oh just the auto-complete! I thought he meant the function itself.
-
@d-healey The function itself - Dave what are you smoking? :-)
-
@d-healey Yeah, it's me smoking... for sure...
-
All you guys talking about
Console.print()
gave me a nice idea: inplace value display! -
@Christoph-Hart Yes! I need to buy a wider monitor.
-
@Christoph-Hart Youhou! What a great idea! Disneyland time
-
Shift+tab seems to not be working - anyone else?