kunstmusik / blue

Blue - An Integrated Music Environment
https://blue.kunstmusik.com
GNU General Public License v2.0
130 stars 11 forks source link

Ctrl+G to GoToLine window in Generate CSD #746

Open tjingboem opened 1 year ago

tjingboem commented 1 year ago

when building instruments or effects, there is a lot of error tracking involved and the Ouput shows the line where the error is located. When i edit the text of an instrument, i push Ctrl+G and a small window that lets you jump to a line by entering a line number. I'd like to use this option to jump to the line in the Generate Realtime CSD To Screen that i assigned a shortcut for: Ctr+Alt+G The small GoToLine window appears but is not accessible as it is not active.

https://github.com/kunstmusik/blue/assets/6670911/4fd715b6-9aaa-4fae-b78f-3bb9fa252a5c

I was looking into the GoToLine Editor, and in Options i see this Screenshot from 2023-05-18 11-32-31

so there are 3 possible actions for Ctrl+G depending on where you are in the program Firts i checked the Ctrl+G shortcut as set for the Output Window:

https://github.com/kunstmusik/blue/assets/6670911/b3e12702-4483-446a-89d7-2f0f663fc2f9

Here, this acts as a Filter. Next, i checked Ctrl+G to Generate CSD To File. And this works also, it opens the Save window for the CSD to be saved:

https://github.com/kunstmusik/blue/assets/6670911/b3068aa9-61c7-4a71-9dbf-33abab2997ec

The last one where Ctrl+G is supposed to do something, is catagorized Other but i have no idea what Other stands for except when the Code Editor is active...