|
org.openide.text 6.9.32 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Text API | |
---|---|
org.openide.cookies | |
org.openide.text | The IDE is able to integrate multiple editors for different content types and mechanically access their content. |
The CloneableEditorSupportRedirector
class allows a redirection of operations on a CloneableEditorSupport
object to another one. This can be useful if there are two logical
files representing one physical and one wants to have just a single
editor for both files. In such case just implement the
CloneableEditorSupportRedirector.
A messageHtmlName
method has been added to
CloneableEditorSupport to allow for display names with html tags.
CloneableEditor uses this new method to set its html display name
correctly. Also DataEditorSupport
now overrides
messageHtmlName
to connect with Node.getHtmlDisplayName
.
An ActiveEditorDrop
interface has been added due to
drag and drop callback support described at issue #61367
A wrapEditorComponent
method has been added to
CloneableEditorSupport allowing to wrap the editor component
in another component.
severity
, custom_sidebar_color
, browsable
and priority
attributes
Annotation type was extended with severity
, custom_sidebar_color
, browsable
and priority
attributes.
|
|
Read more about the implementation in the answers to architecture questions.
|
org.openide.text 6.9.32 | |||||||||
PREV NEXT | FRAMES NO FRAMES |