From 6a92a43770801adabe51c138836cebaba8141fb0 Mon Sep 17 00:00:00 2001
From: nyamatongwe Last edited 29/February/2004 NH Last edited 29/May/2004 NH There is an overview of the internal design of
Scintilla. It is up to your code to set the connection between user actions and folding and unfolding.
The best way to see how this is done is to search the SciTE source code for the messages used
in this section of the documentation and see how they are used. You will also need to use
- markers and a folding margin to complete your folding implementation.Scintilla Documentation
-
@@ -3702,7 +3702,9 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){
"fold" property should be set to "1" with
+ SCI_SETPROPERTY("fold", "1") to enable folding.
SCI_VISIBLEFROMDOCLINE(int
docLine)
SCI_DOCLINEFROMVISIBLE(int
--
cgit v1.2.3