Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
howtos:adding_fold_points [2014/03/06 08:38] – add tags tuxvinyards | howtos:adding_fold_points [2023/12/07 11:32] (current) – complete broken sentence about scintilla configuration geanyfan66 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | [[howtos: | ||
====== Adding Manual or Custom Fold Points ====== | ====== Adding Manual or Custom Fold Points ====== | ||
Line 7: | Line 8: | ||
To add a custom fold-point, the syntax can vary, depending on the language being used. There is a list in the Scintilla docs, here: | To add a custom fold-point, the syntax can vary, depending on the language being used. There is a list in the Scintilla docs, here: | ||
- | http:// | + | https:// |
- | Remember Geany uses the good work from the Scintilla project as its foundations. | + | Remember Geany uses the good work from the Scintilla project as its foundations |
+ | |||
+ | For example, to enable explicit fold blocks in the [[https:// | ||
+ | |||
+ | < | ||
+ | [lexer_properties] | ||
+ | fold.comment=1 | ||
+ | fold.cpp.comment.multiline=1 | ||
+ | fold.cpp.comment.explicit=1 | ||
+ | |||
+ | </ | ||
+ | |||
+ | Try the ' | ||
< | < | ||
Line 30: | Line 43: | ||
</ | </ | ||
- | You will need to experiment a little ... | + | You may need to experiment a little ... |
{{tag> | {{tag> | ||