thaolt / qscite

Automatically exported from code.google.com/p/qscite
GNU General Public License v2.0
0 stars 0 forks source link

Implement code folding #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I believe QsciScintilla has code folding in the API already, so this should
be a relatively easy task.

Original issue reported on code.google.com by jpsut...@gmail.com on 14 Mar 2008 at 9:44

GoogleCodeExporter commented 8 years ago
Initial code folding has been implemented.  Currently it's on a per-document 
basis. 
Ben, can you add an option to the appropriate dialog to allow the user to set a
default for this?

Original comment by jpsut...@gmail.com on 14 Mar 2008 at 10:12

GoogleCodeExporter commented 8 years ago
I did find one bug today.  If you enable code folding, then fold some code, then
disable code folding, the code that's folded already stays folded.

Original comment by jpsut...@gmail.com on 20 Mar 2008 at 7:50

GoogleCodeExporter commented 8 years ago
Bug mentioned in my previous comment has now been fixed.

Original comment by jpsut...@gmail.com on 23 Mar 2008 at 3:03

GoogleCodeExporter commented 8 years ago

Original comment by jpsut...@gmail.com on 27 Aug 2008 at 4:08