Uses of Package
org.fife.ui.rsyntaxtextarea.folding
Packages that use org.fife.ui.rsyntaxtextarea.folding
Package
Description
A syntax-highlighting text editor.
Code folding functionality.
A single-font text editor with many custom features.
-
Classes in org.fife.ui.rsyntaxtextarea.folding used by org.fife.ui.rsyntaxtextareaClassDescriptionInformation about a foldable region.Manages code folding in an instance of RSyntaxTextArea.
-
Classes in org.fife.ui.rsyntaxtextarea.folding used by org.fife.ui.rsyntaxtextarea.foldingClassDescriptionA basic fold parser that can be used for languages such as C, that use curly braces to denote code blocks.Listens for events in the text editor.Information about a foldable region.Manages code folding in an instance of RSyntaxTextArea.Locates folds in a document.Manages fold parsers.A simple wrapper for the token denoting the closing of a tag (i.e.
-
Classes in org.fife.ui.rsyntaxtextarea.folding used by org.fife.ui.rtextarea