Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
howtos:adding_fold_points [2023/12/07 11:31] – clarify folding configuration inherited from scintilla geanyfan66howtos:adding_fold_points [2023/12/07 11:32] (current) – complete broken sentence about scintilla configuration geanyfan66
Line 10: Line 10:
 https://www.scintilla.org/SciTEDoc.html#property-fold.basic.comment.explicit https://www.scintilla.org/SciTEDoc.html#property-fold.basic.comment.explicit
  
-Remember Geany uses the good work from the Scintilla project as its foundations and Scintilla configurations can be set in the .+Remember Geany uses the good work from the Scintilla project as its foundations and Scintilla configurations can be set in the [[https://www.geany.org/manual/current/index.html#lexer-properties-section|Lexer properties]] of your configuration.
  
 For example, to enable explicit fold blocks in the [[https://www.geany.org/manual/current/index.html#lexer-properties-section|Lexer properties]] section of your C code configuration, you can put the following your $HOME/.config/geany/filedefs/filetypes.c: For example, to enable explicit fold blocks in the [[https://www.geany.org/manual/current/index.html#lexer-properties-section|Lexer properties]] section of your C code configuration, you can put the following your $HOME/.config/geany/filedefs/filetypes.c:
Print/export