|
org.netbeans.modules.editor/3 1.32.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Editor Module | |
---|---|
org.netbeans.modules.editor | |
org.netbeans.modules.editor.options |
The editor functionality are mainly implementations of the Swing Text package APIs plus extension features such as Syntax Coloring, Code Completion, Word Matching, Abbreviations or Macros.
The editor consists of a library part (located under editor/lib and described in a separate arch document) and the module part (under src subfolder) that depends on NetBeans APIs specified in this document.
The Editors/text/base/Toolbars/Default
folder has
been deprecated in favor of Editors/Toolbars/Default
.
The artificial mime type text/base
should not be used
for registering toolbar actions that apply to all editors anymore,
instead use the root of the folders hierarchy.
The CustomizableSideBar
and CustomizableSideBarClass2LayerFolder
classes were accidentaly exposed in an API visible package. We
moved them to a private package, because they have no API use.
They implement support for editor side bars, which can be registered
using the SideBar
subfolders in MimeLookup
.
The PopupActions
and PopupInitializer
classes were accidentaly exposed in an API visible package. We
moved them to a private package, because they have no API use.
They implement support for editor popup menu, which can be registered
using the Popup
subfolders in MimeLookup
.
Adding NbEditorUtilities.getMimeType(JTextComponent)
as a standard way of determining a mime type of a Netbeans
document loaded in JTextComponent
. It complements
the NbEditorUtilities.getMimeType(Document)
method.
Deprecating AllOptionsFolder.loadMimeOption(Class kitClass)
and AllOptionsFolder.loadMimeOption(Class kitClass, boolean processOldTypeOption)
.
There is no reason anybody should need to call these methods.
MimeLookup
should be used for accessing editor settings
including BaseOptions
.
|
Read more about the implementation in the answers to architecture questions.
|
org.netbeans.modules.editor/3 1.32.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |