Package org.fife.rsta.ac
A framework that facilitates code completion and parsing of languages in RSyntaxTextArea.
-
Interface Summary Interface Description LanguageSupport "Extra" support for a programming language (code completion, parser, etc.). -
Class Summary Class Description AbstractLanguageSupport A base class for language support implementations.AbstractMarkupLanguageSupport Base class for language supports for markup languages, such as HTML, PHP, and JSP.AbstractSourceTree A tree showing the structure of a source file being edited in anRSyntaxTextArea.GoToMemberAction Displays a popup dialog with the "Go to member" tree.GoToMemberWindow A popup window that displays a text field and tree, allowing the user to jump to a specific part of code in the current source file.GoToMemberWindow.TextFieldBorder The border for the filtering text field.IOUtil I/O related utility methods.LanguageSupportFactory Provides language support (code completion, etc.) for programming languages in RSyntaxTextArea.OutputCollector A class that eats the stdout or stderr of a running Process to prevent deadlock.ShorthandCompletionCache A cache to store completions for Template completions and Comment completions.SourceTreeNode Base class for tree nodes in anAbstractSourceTree.