Mon, 07 Apr 2003 14:48:30 +0000Removing the introspection. The class name was a private static String anyway, BLD200304080100
mentlicher@netbeans.org [Mon, 07 Apr 2003 14:48:30 +0000] rev 3346
Removing the introspection. The class name was a private static String anyway,
thus there's no reason why the class should not be accessed directly.
This BTW fix issue #32646.

Mon, 07 Apr 2003 11:32:22 +0000Get rid of nonLocals field, which is not reliable anyway.
mentlicher@netbeans.org [Mon, 07 Apr 2003 11:32:22 +0000] rev 3345
Get rid of nonLocals field, which is not reliable anyway.
It's enough to chack whether the file exists on disk or not at the time
the FileObject reference is being created.
Also setting of the virtual loader attribute does not have to invalidate the DataObject,
because this can unnecessarily create DataObjects.
This is a fix of issues #32581 and #32562.

Mon, 07 Apr 2003 06:52:23 +0000Replacing line.getDataObject with DataEditorSupport.findDataObject, which is the offical new call after openide-loaders.jar separation
jtulach@netbeans.org [Mon, 07 Apr 2003 06:52:23 +0000] rev 3344
Replacing line.getDataObject with DataEditorSupport.findDataObject, which is the offical new call after openide-loaders.jar separation

Fri, 04 Apr 2003 22:57:02 +0000fix build BLD200304061630
tor@netbeans.org [Fri, 04 Apr 2003 22:57:02 +0000] rev 3343
fix build

Fri, 04 Apr 2003 20:16:55 +0000Change some build files - Jesse changed a bunch of them yesterday,
tor@netbeans.org [Fri, 04 Apr 2003 20:16:55 +0000] rev 3342
Change some build files - Jesse changed a bunch of them yesterday,
but not the "nonstandard" modules (these are not built by default:
compiler, pmd, schedule.)

Fri, 04 Apr 2003 11:59:45 +0000When there are more commands with the same display name in the menu, BLD200304041900
mentlicher@netbeans.org [Fri, 04 Apr 2003 11:59:45 +0000] rev 3341
When there are more commands with the same display name in the menu,
only a single menu item is created for these commands.
The commands are then executed in the original menu order.
This is a fix of issue #32577.

Thu, 03 Apr 2003 20:17:31 +0000More openide-loaders.jar sep stuff: daily alpha NBMs should build. BLD200304040100
jglick@netbeans.org [Thu, 03 Apr 2003 20:17:31 +0000] rev 3340
More openide-loaders.jar sep stuff: daily alpha NBMs should build.

Thu, 03 Apr 2003 07:25:02 +0000Added location of openide-loaders.jar BLD200304031602
jtulach@netbeans.org [Thu, 03 Apr 2003 07:25:02 +0000] rev 3339
Added location of openide-loaders.jar

Thu, 03 Apr 2003 06:41:59 +0000http://tasklist.netbeans.org/issues/show_bug.cgi?id=32541
tor@netbeans.org [Thu, 03 Apr 2003 06:41:59 +0000] rev 3338
http://tasklist.netbeans.org/issues/show_bug.cgi?id=32541
"Show" broken

Wed, 02 Apr 2003 09:45:21 +0000#32143 openide-loaders.jar is separated from openide.jar BLD200304030100
jtulach@netbeans.org [Wed, 02 Apr 2003 09:45:21 +0000] rev 3337
#32143 openide-loaders.jar is separated from openide.jar