|
org.netbeans.modules.editor.lib2/1 1.43.1 10 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Editor Library 2 | |
---|---|
org.netbeans.api.editor | |
org.netbeans.spi.editor.codegen | The Code Generator SPI gives modules a chance to plug their own code generators into the popup that appears in the editor on the Insert Code action invocation. |
org.netbeans.spi.editor.highlighting | The Highlighting SPI is a new way of influencing how text in an editor component is rendered. |
org.netbeans.spi.editor.highlighting.support |
The support package provides several implementations of the
HighlightsContainer interface. |
org.netbeans.spi.editor.typinghooks | The Typing Hooks SPI allows modules to intercept various key typed events handled by the editor infrastructure. |
The Netbeans editor infrastructure provides an implementation of the Swing Text
package APIs as well as some additional features such as syntax coloring, code
folding, braces matching, etc.
Typing Hooks SPI allows interception of various key typed events
that are processed in the editor. The SPI is a replacement for
subclassing editor actions such as DefaultKeyTypedAction
,
InsertBreakAction
, etc.
Added DialogBinding.bindComponentToFile(FileObject fileObject, int line, int column, int length, JTextComponent component)
and DialogBinding.bindComponentToDocument(Document document, int line, int column, int length, JTextComponent component)
.
Added EditorActionNames.toggleNonPrintableCharacters action name.
EditorRegistry.COMPONENT_REMOVED_PROPERTY is fired when a component is removed from component hierarchy.
DialogBinding allows for content of some text component to be virtually placed to the given offset inside of a file or document. This way, the necessary context is provided for code completion and similar features to work in any text component.
|
The sources for the module are in the NetBeans Mercurial repositories.
Read more about the implementation in the answers to architecture questions.
|
org.netbeans.modules.editor.lib2/1 1.43.1 10 | |||||||||
PREV NEXT | FRAMES NO FRAMES |