Page 1 of 1

Editor-Extension

Posted: Tue Mar 07, 2023 7:03 pm
by Splunk
Hi guys,

it would be nice, even great, no...fantastic, if the code window could be split into 2 parts. That would prevent having to scroll all the time to have 2 Codeparts in view.

I use a 4k monitor in portrait(!)-Mode, see ~200 lines, but still have to scroll, scroll, scroll....

Is this doable? My birthday is coming up, this would be a nice gift! :mrgreen:

Re: Editor-Extension

Posted: Tue Mar 07, 2023 8:10 pm
by Bitblazer
+1

Currently i use Markers (F2/ctrl-F2) and keep jumping between them, but 2 windows would be a lot better.

Re: Editor-Extension

Posted: Wed Mar 08, 2023 5:21 am
by AZJIO
AkelPad has a convenient menu. If I right-click on the line number field, a menu appears. This menu has all the markers that I have set and clicking on a menu item takes me to that position. It would be nice to implement this idea
Image

I hope you know that you can turn on the procedure bar, and make the positions you need to move to in the form of comments:

Code: Select all

;- GUI
here the dash character adds that position as a marker in the procedure bar.
Image

Splunk
Check out this tool (screenshot)

Re: Editor-Extension

Posted: Wed Mar 08, 2023 9:14 am
by Splunk
AZJIO wrote: Wed Mar 08, 2023 5:21 amI hope you know that you can turn on the procedure bar, and make the positions you need to move to in the form of comments:
yes, i know...but with hundreds of entries (alphabetically unsorted!) this is not very helpful :(

Re: Editor-Extension

Posted: Wed Mar 08, 2023 9:39 am
by BarryG
Splunk wrote: Wed Mar 08, 2023 9:14 amwith hundreds of entries (alphabetically unsorted!) this is not very helpful :(
There's a setting to sort it alphabetically.

Re: Editor-Extension

Posted: Thu Mar 09, 2023 12:35 pm
by Fips
BarryG wrote: Wed Mar 08, 2023 9:39 am
Splunk wrote: Wed Mar 08, 2023 9:14 amwith hundreds of entries (alphabetically unsorted!) this is not very helpful :(
There's a setting to sort it alphabetically.
Where is this setting? I could not find it.

Re: Editor-Extension

Posted: Thu Mar 09, 2023 12:40 pm
by luis
Fips wrote: Thu Mar 09, 2023 12:35 pm Where is this setting? I could not find it.
File -> Preferences -> ToolsPanel -> Procedure Browser

But it sorts the procedures, don't know if it is what you want or you want only comments you may put near the markers ";-" sorted, there is also an option to group them.

Re: Editor-Extension

Posted: Thu Mar 09, 2023 12:45 pm
by Fips
Thanks! That was it. I overlooked the checkbox in there.

Re: Editor-Extension

Posted: Thu Mar 09, 2023 5:58 pm
by Splunk
BarryG wrote: Wed Mar 08, 2023 9:39 am
Splunk wrote: Wed Mar 08, 2023 9:14 amwith hundreds of entries (alphabetically unsorted!) this is not very helpful :(
There's a setting to sort it alphabetically.
Thank you, that is already better than before