Tue, 11 Feb 2003 19:29:00 +0000Issue 26287: check COMPILE classpath before EXECUTE for classfile. QBE200302120100-BLD200302181631
tball@netbeans.org [Tue, 11 Feb 2003 19:29:00 +0000] rev 3121
Issue 26287: check COMPILE classpath before EXECUTE for classfile.

Tue, 11 Feb 2003 16:19:39 +0000The actual command menu construction moved to CommandMenu class.
mentlicher@netbeans.org [Tue, 11 Feb 2003 16:19:39 +0000] rev 3120
The actual command menu construction moved to CommandMenu class.
Some structural changes applied to be able to work with more commands
providers.
This was meant to fix issue #28823, but I'm not able to verify it due
to issue #30860. However these changes are necessary to be able to fix
other issues (#28679, #30918, #30176, ...).

Tue, 11 Feb 2003 15:39:19 +0000fixed I18N support
asotona@netbeans.org [Tue, 11 Feb 2003 15:39:19 +0000] rev 3119
fixed I18N support

Tue, 11 Feb 2003 14:25:15 +0000bugfix #30824, dependency on org.openide.deprecated removed
thurka@netbeans.org [Tue, 11 Feb 2003 14:25:15 +0000] rev 3118
bugfix #30824, dependency on org.openide.deprecated removed

Tue, 11 Feb 2003 13:11:55 +0000I18N support moved to separate class
asotona@netbeans.org [Tue, 11 Feb 2003 13:11:55 +0000] rev 3117
I18N support moved to separate class

Tue, 11 Feb 2003 11:04:20 +0000added new jemmysupport dependency
asotona@netbeans.org [Tue, 11 Feb 2003 11:04:20 +0000] rev 3116
added new jemmysupport dependency

Tue, 11 Feb 2003 10:21:28 +0000added direct I18N support
asotona@netbeans.org [Tue, 11 Feb 2003 10:21:28 +0000] rev 3115
added direct I18N support

Tue, 11 Feb 2003 10:15:33 +0000added direct I18N support
asotona@netbeans.org [Tue, 11 Feb 2003 10:15:33 +0000] rev 3114
added direct I18N support

Tue, 11 Feb 2003 06:40:08 +0000Make DateEditor and DateSelectionPanel work as a customizer in the
tor@netbeans.org [Tue, 11 Feb 2003 06:40:08 +0000] rev 3113
Make DateEditor and DateSelectionPanel work as a customizer in the
property sheet for due dates.

Tue, 11 Feb 2003 06:19:08 +0000* Update manifest files to require IDE 3.35 - means that
tor@netbeans.org [Tue, 11 Feb 2003 06:19:08 +0000] rev 3112
* Update manifest files to require IDE 3.35 - means that
a lot of the module magic machinery no longer assumes
the modules are out of date and automatically adds in
debugger dependencies etc.
* Update a lot of TopManager calls such that many modules
no longer need openide-deprecated. A few remain - notably
usertasks, core and suggestions. Mostly changed
ErrorManager calls, which will work in 3.4.1 as well
so this does not cause a big merging maintainance headache.
* Implement getAsText and setAsText on the DateEditor - but
still not hooked up to to property sheet since the
custom editor needs a bit more work to become a bean
customizer.