qscintilla_docs icon indicating copy to clipboard operation
qscintilla_docs copied to clipboard

No folding in example

Open MikeHart66 opened this issue 5 years ago • 4 comments

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

MikeHart66 avatar Feb 11 '19 20:02 MikeHart66

Will add it as soon as I can.

matkuki avatar Feb 12 '19 08:02 matkuki

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

MikeHart66 avatar Feb 12 '19 20:02 MikeHart66

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.

matkuki avatar Mar 15 '19 00:03 matkuki

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

brupelo avatar Apr 05 '19 09:04 brupelo