christopherpow / nesicide

Integrated Development Environment for the 8-bit Nintendo Entertainment System
315 stars 38 forks source link

Folding #4

Closed srejv closed 9 years ago

srejv commented 11 years ago

It would be really nice with folding in the code editor (mainly when in coding mode, not necessarily debug mode). Just on .proc and .endproc would be nice.

christopherpow commented 11 years ago

Thanks, Oscar. I'll take that into consideration.

On Fri, Feb 22, 2013 at 9:30 AM, Oscar notifications@github.com wrote:

It would be really nice with folding in the code editor (mainly when in coding mode, not necessarily debug mode). Just on .proc and .endproc would be nice.

— Reply to this email directly or view it on GitHubhttps://github.com/christopherpow/nesicide/issues/4.

hyarion commented 11 years ago

As far as i can see folding is already supported by QScintilla: http://pyqt.sourceforge.net/Docs/QScintilla2/classQsciScintilla.html#ae478a896ae32a30e8a375049a3d477e0 http://stackoverflow.com/a/6192741

christopherpow commented 11 years ago

Yep, knew that, that's why I said I'd consider it. =]

Personally I hate folding. So I ignored it.

On Fri, Feb 22, 2013 at 10:36 AM, Benjamin Eriksson < notifications@github.com> wrote:

As far as i can see folding is already supported by QScintilla: http://pyqt.sourceforge.net/Docs/QScintilla2/classQsciScintilla.html#ae478a896ae32a30e8a375049a3d477e0 http://stackoverflow.com/a/6192741

— Reply to this email directly or view it on GitHubhttps://github.com/christopherpow/nesicide/issues/4#issuecomment-13954278.