See: Description
Package | Description |
---|---|
org.openide.cookies | |
org.openide.text |
NetBeans is able to integrate multiple
editors
for different content types and mechanically access their content.
|
XXX no answer for arch-overall
addAnnotation()
and removeAnnotation()
no longer re-plan their work into EDT.
Support for chunking edits via BEGIN_COMMIT_GROUP
and END_COMMIT_GROUP
.
Actions may now be placed in Editors/TabActions
to add
them to the context menu of the tab of an editor window.
Deprecating BREAKPOINT_STYLE_NAME
, ERROR_STYLE_NAME
,
CURRENT_STYLE_NAME
, NORMAL_STYLE_NAME
in NbDocument
class.
Document styles have been abandoned when Annotation
s API was created.
These constants are no longer functional.
Add CloneableEditorSupport.asynchronous to control if CloneableEditorSupport.open opens document synchronously or not. If CloneableEditorSupport.asynchronous return true then CloneableEditorSupport.open opens document synchronously and handles UserQuestionException. If CloneableEditorSupport.asynchronous return false then CloneableEditorSupport.open does not open document. Document is then opened during initialization of CloneableEditor form non AWT thread and UserQuestionException is handled there. Implementation of method asynchronous in CloneableEditorSupport returns false ie. it keeps original behavior of CloneableEditorSupport.open. Subclasses can overwrite method asynchronous to return true to avoid blocking AWT thread by call CloneableEditorSupport.open which calls CloneableEditorSupport.openDocument.
XXX no answer for arch-usecases
|
|
|
The sources for the module are in the NetBeans Mercurial repositories.
XXX no answer for deploy-dependencies
Read more about the implementation in the answers to architecture questions.
Built on September 3 2013. | Portions Copyright 1997-2013 Sun Microsystems, Inc. All rights reserved.