My #1 feature request is to have a horizontal split-screen in the script editor window, akin to what is available in MS Word and Excel apps, so that different segments of the code can be viewed simultaneously.
When a stack script gets upwards of 600-800 lines and includes multiple handlers, it's really tedious to scroll up and down just to compare differences in these (and to try remembering those differences when going back and forth).
I know that I can jump between these by clicking on the panel of handlers and functions on the left side of the screen, but it's still a challenge to memory when these cannot be viewed and compared simultaneously (let alone doing a copy-paste between them).
jeff k
Split-screen for Script Editor
Moderator: Klaus
Re: Split-screen for Script Editor
My first thought when reading this was, have you tried GLX2 ? This thread had a boat ton of information in it, as well as good breakdowns of some of the more popular requests around (at the time).
My second thought when reading this was I've seen a lot of talk about it, and I thought Richmond already solved this, although not quite as elegantly as probably Ms Word or Excel heh.
My second thought when reading this was I've seen a lot of talk about it, and I thought Richmond already solved this, although not quite as elegantly as probably Ms Word or Excel heh.

Re: Split-screen for Script Editor
bogs --
Thanks so much for your lead! Richmond's solution -- to which you pointed me -- may not be elegant, but it is functional. Two independently scrollable script editor windows displaying the same script works just fine for my purposes. This workaround will save me a great deal of time and frustration.
jeff k
Thanks so much for your lead! Richmond's solution -- to which you pointed me -- may not be elegant, but it is functional. Two independently scrollable script editor windows displaying the same script works just fine for my purposes. This workaround will save me a great deal of time and frustration.
jeff k
-
- Livecode Opensource Backer
- Posts: 10094
- Joined: Fri Feb 19, 2010 10:17 am
Re: Split-screen for Script Editor
Never elegant, often functional: something to carve on my gravestone.may not be elegant, but it is functional

Re: Split-screen for Script Editor
I'm glad I could point you to someone else's brilliance 
My own method of doing this before finding Richmond's posted instructions was even less elegant.
I used to just copy an entire script and paste it into two text editors, like Geany, Mousepad, Pluma, or Leaf, any changes that stuck in the script editor were copied over to the second one. The first was so I could back track to original code.
Complicated AND inelegant, but functional

My own method of doing this before finding Richmond's posted instructions was even less elegant.
I used to just copy an entire script and paste it into two text editors, like Geany, Mousepad, Pluma, or Leaf, any changes that stuck in the script editor were copied over to the second one. The first was so I could back track to original code.
Complicated AND inelegant, but functional

