Menu

#65 Code Folding

open
nobody
5
2010-04-21
2010-04-21
No

Hello,

I believe that Code Folding would be a very good improvement for the SQL editor.

Some blocks of code can be very large and Code Folding helps keeping the code organized and put out of view when required.

MySQL Toad, for example, use the tags REGION / ENDREGION in comments, like this:

--
-- REGION Here goes a block I want to be able to collapse/expand
--
(lines of code here...)
--
-- ENDREGION
--

The editor recognizes these blocks and add a [-] sign to collapse, or a [+] to expand.

Thank you for reading,
Raul

Discussion


Log in to post a comment.