@MimeLocation(subfolderName="FoldManager") public interface FoldManagerFactory
FoldManager
instance for the given fold.
Editors/<mime-type>/FoldManagerFor example java fold manager factories should be registered in
Editors/text/x-java/FoldManager
The factories present in the folder can be sorted by using standard
Layer Ordering.
The fold manager of factory A registered prior factory B produces
folds with higher priority than those from fold manager of factory B.
If two folds would overlap the one with higher priority
will be visible - see FoldManager
for more details.
Modifier and Type | Method and Description |
---|---|
FoldManager |
createFoldManager()
Create fold manager instance.
|
FoldManager createFoldManager()