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
A branding API to disable showing reload externally modified document dialog - ASK_OnReload.
PositionRef can provide a Position object, but does not itself implement
the Position interface, although it can provide the offset
.
The change is just to formally implement the j.s.t.Position.
NbDocument.getDocument
,
NbDocument.openDocument
with offset parameter and
NbDocument.openDocument
with line and column parameter
First method gets the StyledDocument associated with a file while the other two are used to open the document associated with a file in the Editor window in a position specified by the offset or line and column while controlling open and visibility behavior.
Define semantics of a nested empty commit group.
Add MARK_COMMIT_GROUP
to fill a gap in API;
It adds an inprogress commit-group and starts a new one.
CloneableEditor
has a new utility method
closeLast
.
CloneableEditor
offers new constructor
that will reuse the lookup provided by its
CloneableEditorSupport.
Subclasses of CloneableEditor
can manually request own
initialization by calling its
initializeBySupport
method.
XXX no answer for arch-usecases
|
|
|
|
The sources for the module are in the Apache Git repositories or in the GitHub repositories.
XXX no answer for deploy-dependencies
Read more about the implementation in the answers to architecture questions.