matkuki / qscintilla_docs

Documentation for QScintilla editing component of the PyQt framework
http://qscintilla.com/
GNU General Public License v3.0
58 stars 17 forks source link

No folding in example #4

Open MikeHart66 opened 5 years ago

MikeHart66 commented 5 years ago

In your example qscintilla_docs/examples/custom_lexer_basic_with_folding.py there is no folding at all.

matkuki commented 5 years ago

Will add it as soon as I can.

MikeHart66 commented 5 years ago

That would be awesome as I am struggling implementing that myself.

matkuki commented 5 years ago

Hey @MikeHart66 Added the folding examples folding.py and folding_with_lexer.py in the examples directory.

Documentation in chapter 4.3.2. will be added soon.

brupelo commented 5 years ago

In case you guys are interested, it'd be awesome to figure out how to implement indentation based code folding without using any lexer (like SublimeText)? I've asked about it here