|
org.netbeans.modules.editor.lib2/1 1.54.0 25 | |||||||||
| 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.
Add "weight" attribute to EditorActionRegistration annotation to allow for a clean actions overriding.
Zoom text actions allow to increase/decrease default font size by Ctrl+Wheel or by actions (defined in editor.actions module).
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.
|
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.54.0 25 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||