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
Added EditorCookie.Observable.PROP_RELOADING and associated begin/end events so that editor modules can handle external file change. These events are fired on the EDT by the document's CloneableEditorSupport; evt.getNewValue() is a Boolean, true signals the start of reload and false the end. An editor kit might adjust multiple carets to keep the same line/column before and after reload of an externally modified file.
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.
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.