Uses of Interface
org.fife.rsta.ac.LanguageSupport
Packages that use LanguageSupport
Package
Description
A framework that facilitates code completion and parsing of languages in RSyntaxTextArea.
6502 Assembler code completion classes.
C code completion classes.
CSS code completion classes.
Groovy code completion classes.
HTML code completion classes.
Java code completion classes.
JavaScript code completion classes.
JSP code completion classes.
LESS code completion classes.
Perl code completion classes.
PHP code completion classes.
Unix shell code completion classes.
TypeScript code completion classes.
XML code completion classes.
-
Uses of LanguageSupport in org.fife.rsta.ac
Classes in org.fife.rsta.ac that implement LanguageSupportModifier and TypeClassDescriptionclassA base class for language support implementations.classBase class for language supports for markup languages, such as HTML, PHP, and JSP.Fields in org.fife.rsta.ac with type parameters of type LanguageSupportModifier and TypeFieldDescriptionprivate Map<String, LanguageSupport> LanguageSupportFactory.styleToSupportMaps syntax styles to language supports for them.Methods in org.fife.rsta.ac that return LanguageSupportModifier and TypeMethodDescriptionLanguageSupportFactory.getSupportFor(String style) Returns the language support for a programming language. -
Uses of LanguageSupport in org.fife.rsta.ac.asm6502
Classes in org.fife.rsta.ac.asm6502 that implement LanguageSupportModifier and TypeClassDescriptionclassLanguage support for 6502 assembler. -
Uses of LanguageSupport in org.fife.rsta.ac.c
Classes in org.fife.rsta.ac.c that implement LanguageSupport -
Uses of LanguageSupport in org.fife.rsta.ac.css
Classes in org.fife.rsta.ac.css that implement LanguageSupport -
Uses of LanguageSupport in org.fife.rsta.ac.groovy
Classes in org.fife.rsta.ac.groovy that implement LanguageSupport -
Uses of LanguageSupport in org.fife.rsta.ac.html
Classes in org.fife.rsta.ac.html that implement LanguageSupport -
Uses of LanguageSupport in org.fife.rsta.ac.java
Classes in org.fife.rsta.ac.java that implement LanguageSupport -
Uses of LanguageSupport in org.fife.rsta.ac.js
Classes in org.fife.rsta.ac.js that implement LanguageSupportModifier and TypeClassDescriptionclassLanguage support for JavaScript. -
Uses of LanguageSupport in org.fife.rsta.ac.jsp
Classes in org.fife.rsta.ac.jsp that implement LanguageSupport -
Uses of LanguageSupport in org.fife.rsta.ac.less
Classes in org.fife.rsta.ac.less that implement LanguageSupport -
Uses of LanguageSupport in org.fife.rsta.ac.perl
Classes in org.fife.rsta.ac.perl that implement LanguageSupport -
Uses of LanguageSupport in org.fife.rsta.ac.php
Classes in org.fife.rsta.ac.php that implement LanguageSupport -
Uses of LanguageSupport in org.fife.rsta.ac.sh
Classes in org.fife.rsta.ac.sh that implement LanguageSupportModifier and TypeClassDescriptionclassLanguage support for Unix shell scripts. -
Uses of LanguageSupport in org.fife.rsta.ac.ts
Classes in org.fife.rsta.ac.ts that implement LanguageSupportModifier and TypeClassDescriptionclassLanguage support for TypeScript. -
Uses of LanguageSupport in org.fife.rsta.ac.xml
Classes in org.fife.rsta.ac.xml that implement LanguageSupport