| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
GenericFoldHierarchyMixin
Mixin for the scintilla fold processing.
Scintilla's folding code is used to generate the function lists in some major modes. Scintilla doesn't support code folding in all its supported languages, so major modes that aren't supported may mimic this interface to provide similar functionality.
This mixin depends on the FoldExplorerMixin in peppy.lib.foldexplorer
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
Callback to process fold events. This callback is initiated from within the event handler of PeppySTC. The events could be used to optimize the fold algorithm, but currently this data is not used by anything. |
Check if line should be included in a list of functions. Used as callback function by the fold explorer mixin: if the line should be included in a list of functions, return True here. Because the scintilla folding includes a lot of other data than function calls, we have to cull the full list to only include lines that we want.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:16 2008 | http://epydoc.sourceforge.net |