Editor doesn't hilight blank lines

Started by David Kenny, November 02, 2009, 02:11:01 PM

Previous topic - Next topic

David Kenny

Looks like by design.  It's not a show stopper, but it does look strange when you drag-select a number of blank lines.  Nothing looks selected, but hitting delete removes them.

Feature requests:
1) Remembering individual-routine folding status from session to session.
2) User defined folding. This would allow nested folding.

David

Paul Squires

Hi David,

Folding was a big challenge for me when writing the editor. It is certainly still a work in progress. Remembering folding states from session to session would be a welcomed addition (and maybe not too hard to implement). User defined folding - now that would be a little ways off (right now only the subs/functions fold).

The non-highlighting of the blank lines is by design because highlighting only highlights the actual text of a line rather than the full screen width like it did with FireFly2 and JellyFish Pro which both used the CodeMax/CodeSense editing DLL.
Paul Squires
PlanetSquires Software

Paul Squires

Quote from: David Kenny on November 02, 2009, 02:11:01 PM
Looks like by design.  It's not a show stopper, but it does look strange when you drag-select a number of blank lines.  Nothing looks selected, but hitting delete removes them.

This has been now been adjusted. The highlighted selection now extends to the entire width of the screen... similar to the way selection looked in FF2. Much better.

The fix will be in v3.05.
Paul Squires
PlanetSquires Software