Could be a nice feature to have a tag /*ENDFOLDxx*/
which would indicate the last line to fold up... This
could add additional facility without changing
existing functionality - just if you hit a ENDFOLD
before another FOLD end there instead... how to define
such blocks? well - I ran into another editor that
would make you mark the lines and then create a
fold... so therefore - if selected, set /*FOLD*/ at
the starting line and /*ENDFOLD*/ on the ending
line... (assuming a C syntax of course) and then if no
current selection - just add a FOLD indicator.
Could also be nice to have an option for non-
persistant marking... that is if you have a section
marked and move with the arrows, it is unmarked, and
if you start typing while it is marked, delete the
marked text and add characters...
I've browsed the code breifly but am unable to make
sense of all the short variable names... yet...
Logged In: YES
user_id=212303
For the first part: I'd like that too, but it sounds like a
major rewrite.
For the second one:
Did you take a look at doc/modes.html#ms.PersistentBlocks?
There it describes the options "PersistentBlocks" and
"InsertKillBlock", they sound like what you're looking for.
Elrond