New Script Editor
-
@d-healey 40" or 49" I can recommend
Once you have worked on it, everything else is child's play. -
I have some weird issues here on the latest develop commit. See gif below!
I hit delete... it deletes stuff as expected but then stops at the 2... don't know why... I then hit Space, but instead of creating a space it drags the 2 along...
It's also that whenever I insert the cursor somewhere, it doesn't really place it where I want it but one position to the right...
HELP!!
PS: Since I am monaing already... I loved using alt, command, shift-alt, and shift-command to select and edit code units. Same behaviour as here in the forum regarding text editing (macOS)... Some functionality seems to have been added to alt and command, which is really interesting but the old behaviour now is partly gone... Any chance of getting it back somehow @Christoph-Hart. Let me know if you need some detailed gif or info if I can assist somehow... You have been doing a lot of stuff recently that is greatly appreciated. It's been raining commits...
-
@UrsBollhalder the same here -It is impossible to edit even one character.
-
@MikeB It's a challenge... I'll go back a commit for now...
-
-
@Christoph-Hart Makes sense... I'll do that...
-
@UrsBollhalder said in New Script Editor:
Makes sense
No it doesnβt but I donβt want to talk about it anymore :)
-
@Christoph-Hart I feel you!
-
@Christoph-Hart
I can understand -
(da hast Du aber auch was angefangen) :-)But let's talk about Arp - Start/Stop or callback of presets.
Sorry to be annoying but I'm hanging in the air.
So if you have any useful ideas - I'll take them. -
Shift+tab won't work if the cursor is at the start of the line, only if it's at the end and it doesn't seem to work on single lines at all.
-
Shortcut key (CTRL+R I think is what Sublime uses) to open/close the bookmarks list, would also be good to give the list keyboard focus when it's opened via the shortcut and allow navigation with arrow keys and enter button :D
-
@Christoph-Hart I know you want to stay far from any tabulation grievances but when compensating for weird tabs, you can't select the second last or last char separately:
What makes the difference with the old simple editor since it was working flawlessly? I suppose it's not that simple, but I don't understand why such basic behaviour couldn't be ported to the new editor... Because in the end, these small flaws are making the experience not so good when working 10h a day in Hise
-
@Christoph-Hart CMD+F on mac doesn't work anymore to find all occurrences. It's only in the context menu.
But there's a CTRL+F that shows up a smaller version at the bottom.
Find next/prev in this one places the token at top/bottom instead of page centre, but I don't know if this should replace the old search popup anyway, which was better with its occurrence list...F8 (autocomplete stuff) on mac doesn't work, the system takes the priority (notification bar)
-
@ustk said in New Script Editor:
CMD+F
It's Cmd+Shift+F now.
BTW I took a last attempt of fixing the tabs (and with a bit of luck, the "fix weird tab" is not required anymore). Can you check on your system if the tab issues are gone?
-
@Christoph-Hart Cool! Building now...
-
Seeing weird little tab characters (I assume for testing purposes?)
Shift+Tab still isn't working 100%. It will work if you select a block of text and your cursor is within or at the start of the text, but if the cursor is at the beginning of the line (before the text) it doesn't work. It also doesn't work on single lines.
I saw you also implemented the bookmarks shortcut :) very nice! I notice when you click to open the bookmarks list it closes the minimap, but it doesn't do it with the shortcut.
-
@Christoph-Hart I'm not seeing @d-healey strange chars on mac...
Great, the tab now works, fix the weird tab enabled or not.
Although when a line contains a tab somewhere in the middle (not at the beginning), you cannot select anymore the last char (usually the semicolon for instance).
Also notice the semicolon colour... -
@d-healey said in New Script Editor:
I notice when you click to open the bookmarks list it closes the minimap, but it doesn't do it with the shortcut.
Yes this is intentional - if you use the shortcut, it's supposed to be a "modal" overlay (you'll notice that in this case it will also not rebuild the line layout (if line breaks are enabled). This prevents the lines from jumping around if you toggle it with the shortcut.
And no, the weird tab characters are not for testing purposes, but I might have an idea why they are there. At least it's now consistent for all of us.
-
For the love of god, please tell me that it works now...
-
@Christoph-Hart Building...