Thu, 03 Aug 2006 06:46:54 +0000#57994: the rest of the fix; EditorKit registry in JEditorPane returns JDK's kit for text/html; affected modules have been updated to use CloneableEditorSupport.getEditorKit BLD200608081800
vstejskal@netbeans.org [Thu, 03 Aug 2006 06:46:54 +0000] rev 7378
#57994: the rest of the fix; EditorKit registry in JEditorPane returns JDK's kit for text/html; affected modules have been updated to use CloneableEditorSupport.getEditorKit

Wed, 02 Aug 2006 11:38:55 +0000Invert selection in SelectAction and ObjectScene.userSelectionSuggested added
dkaspar@netbeans.org [Wed, 02 Aug 2006 11:38:55 +0000] rev 7377
Invert selection in SelectAction and ObjectScene.userSelectionSuggested added

Wed, 02 Aug 2006 07:12:19 +0000A quick and dirty module for listing the closure of a given source file, based on some code from the unit tests for the classfile module. Right now just prints a list to the output window.
tboudreau@netbeans.org [Wed, 02 Aug 2006 07:12:19 +0000] rev 7376
A quick and dirty module for listing the closure of a given source file, based on some code from the unit tests for the classfile module. Right now just prints a list to the output window.
What it *really* ought to do is offer to generate a new project, extract the chosen class and its closure, move everything into the new project and fix up the dependencies. This would be very useful for doing things like migrating an app to the NB platform or developing an integration of an existing app, where you only need some of the logic but the original app was never factored into many pieces.

Wed, 02 Aug 2006 06:53:29 +0000Generification of openide/{loaders,nodes}: API complete, impl partial. BLD200608021800
jglick@netbeans.org [Wed, 02 Aug 2006 06:53:29 +0000] rev 7375
Generification of openide/{loaders,nodes}: API complete, impl partial.

Tue, 01 Aug 2006 15:27:52 +0000SceneLayout added, LayerWidget devolve layout feature deprecated and replaced by SceneLayout.DevolveWidgetLayout class
dkaspar@netbeans.org [Tue, 01 Aug 2006 15:27:52 +0000] rev 7374
SceneLayout added, LayerWidget devolve layout feature deprecated and replaced by SceneLayout.DevolveWidgetLayout class

Tue, 01 Aug 2006 06:40:38 +0000A handy doohickey for getting a handle on the javac Tree API - just shows the syntax tree in a JTree w/ a detail panel for the selected item. Requires the current javac-api.jar and javac-impl.jar (*not* the ones from the Jackpot module). Should probably make it a module at some point.
tboudreau@netbeans.org [Tue, 01 Aug 2006 06:40:38 +0000] rev 7373
A handy doohickey for getting a handle on the javac Tree API - just shows the syntax tree in a JTree w/ a detail panel for the selected item. Requires the current javac-api.jar and javac-impl.jar (*not* the ones from the Jackpot module). Should probably make it a module at some point.

Mon, 31 Jul 2006 18:19:50 +0000"Classic" button should only restore standard filechooser UI for this dialog,
jglick@netbeans.org [Mon, 31 Jul 2006 18:19:50 +0000] rev 7372
"Classic" button should only restore standard filechooser UI for this dialog,
not for subsequent dialogs in the same VM session.

Mon, 31 Jul 2006 10:39:33 +0000Layout API polishing - particular Layout implementation classes deprecated
dkaspar@netbeans.org [Mon, 31 Jul 2006 10:39:33 +0000] rev 7371
Layout API polishing - particular Layout implementation classes deprecated

Mon, 31 Jul 2006 09:54:05 +0000Animator API polishing - particular Animator implementation classes deprecated
dkaspar@netbeans.org [Mon, 31 Jul 2006 09:54:05 +0000] rev 7370
Animator API polishing - particular Animator implementation classes deprecated

Sun, 30 Jul 2006 16:15:56 +0000BorderFactory added, Direct access to Border implementation classes deprecated
dkaspar@netbeans.org [Sun, 30 Jul 2006 16:15:56 +0000] rev 7369
BorderFactory added, Direct access to Border implementation classes deprecated