Sat, 25 Sep 2004 19:41:27 +0000#33753: Would like better ordering capabilities BLD200409270901
lebedkov@netbeans.org [Sat, 25 Sep 2004 19:41:27 +0000] rev 5276
#33753: Would like better ordering capabilities

Fri, 24 Sep 2004 16:22:13 +0000Added two newlines to workaround a manifest parsing bug.
pnejedly@netbeans.org [Fri, 24 Sep 2004 16:22:13 +0000] rev 5275
Added two newlines to workaround a manifest parsing bug.

Fri, 24 Sep 2004 15:48:18 +0000A quick hack to allow installing Insane into already bloated IDE and work without restarting.
pnejedly@netbeans.org [Fri, 24 Sep 2004 15:48:18 +0000] rev 5274
A quick hack to allow installing Insane into already bloated IDE and work without restarting.

Fri, 24 Sep 2004 14:25:08 +0000Add a toolbar button for dumping heap directly from UI.
pnejedly@netbeans.org [Fri, 24 Sep 2004 14:25:08 +0000] rev 5273
Add a toolbar button for dumping heap directly from UI.

Thu, 23 Sep 2004 13:20:26 +0000Editable summary column BLD200409231800
lebedkov@netbeans.org [Thu, 23 Sep 2004 13:20:26 +0000] rev 5272
Editable summary column

Wed, 22 Sep 2004 18:37:43 +0000Define display names and mnemonics for new basic variables.
mentlicher@netbeans.org [Wed, 22 Sep 2004 18:37:43 +0000] rev 5271
Define display names and mnemonics for new basic variables.
This is a fix of issue #48585.

Wed, 22 Sep 2004 18:36:16 +0000Do not display variables that have empty label.
mentlicher@netbeans.org [Wed, 22 Sep 2004 18:36:16 +0000] rev 5270
Do not display variables that have empty label.
This is necessary for the fix of issue #48585.

Wed, 22 Sep 2004 17:03:04 +0000Create the temporary folders directly in the /tmp folder. BLD200409221800
mentlicher@netbeans.org [Wed, 22 Sep 2004 17:03:04 +0000] rev 5269
Create the temporary folders directly in the /tmp folder.
This is a fix of issue #49391.

Wed, 22 Sep 2004 14:04:07 +0000The static reference to wizard removed.
mentlicher@netbeans.org [Wed, 22 Sep 2004 14:04:07 +0000] rev 5268
The static reference to wizard removed.
A partial fix of issue #48447.

Wed, 22 Sep 2004 13:15:19 +0000Free the collector task in CommandOutputCollector,
mentlicher@netbeans.org [Wed, 22 Sep 2004 13:15:19 +0000] rev 5267
Free the collector task in CommandOutputCollector,
In CommandProcessor, hold the command provider object on a weak reference only
to allow garbage-collect.
This is a part of fix of issue #48447.