Thu, 06 May 2004 12:16:02 +0000fixed bug (unfilled) : after restart of the ide, the last selected BLD200405061800
rypacek@netbeans.org [Thu, 06 May 2004 12:16:02 +0000] rev 4525
fixed bug (unfilled) : after restart of the ide, the last selected
filter was shown in the filters combo, but not applied.

Thu, 06 May 2004 12:04:37 +0000fixed nonfunctional filters (issue not filed)
rypacek@netbeans.org [Thu, 06 May 2004 12:04:37 +0000] rev 4524
fixed nonfunctional filters (issue not filed)

Thu, 06 May 2004 09:53:36 +0000fixed/removed DTD contents where invalid (everywhere ;)
rypacek@netbeans.org [Thu, 06 May 2004 09:53:36 +0000] rev 4523
fixed/removed DTD contents where invalid (everywhere ;)

Thu, 06 May 2004 08:47:14 +0000removed the little arrow on the filter icon
rypacek@netbeans.org [Thu, 06 May 2004 08:47:14 +0000] rev 4522
removed the little arrow on the filter icon

Wed, 05 May 2004 15:38:22 +0000making suggestions and usertasks work with the new filters BLD200405051800
rypacek@netbeans.org [Wed, 05 May 2004 15:38:22 +0000] rev 4521
making suggestions and usertasks work with the new filters

Wed, 05 May 2004 15:05:05 +0000needsHierarchicalOrder property added to Create Project command.
mentlicher@netbeans.org [Wed, 05 May 2004 15:05:05 +0000] rev 4520
needsHierarchicalOrder property added to Create Project command.
This is a fix of issue #42818.

Wed, 05 May 2004 13:51:16 +0000bugfix#42700 - AUTO_FILL_GLOBAL_CONFIG cmd in - autofills cvsroot
rgregor@netbeans.org [Wed, 05 May 2004 13:51:16 +0000] rev 4519
bugfix#42700 - AUTO_FILL_GLOBAL_CONFIG cmd in - autofills cvsroot

Wed, 05 May 2004 13:32:39 +0000bugfix#42700 - allow usage of AUTO_FILL_VARS inside input descriptor.
rgregor@netbeans.org [Wed, 05 May 2004 13:32:39 +0000] rev 4518
bugfix#42700 - allow usage of AUTO_FILL_VARS inside input descriptor.
Syntax: AUTO_FILL_VARS("<variable to listen>,<command to execute>,...")

Wed, 05 May 2004 11:34:00 +0000Open the Versioning Explorer when the first versioning filesystem is added
mentlicher@netbeans.org [Wed, 05 May 2004 11:34:00 +0000] rev 4517
Open the Versioning Explorer when the first versioning filesystem is added
into the VersioningRepository.
This is a fix of issue #42652.

Wed, 05 May 2004 11:25:32 +0000Properties and nodes cleanup:
rypacek@netbeans.org [Wed, 05 May 2004 11:25:32 +0000] rev 4516
Properties and nodes cleanup:
- integer property id's replaced with SuggestionProperties, defining
all necessary properties (name, hint, etc.)
- removed ugly property dispatchers in filters
(Filter.getValue(int property, Object task) - this moved to the
properties
- cleaned-up nodes a bit, so that reflection is not used to access
properties of tasks
- the correct type of node is created for the correct type of task
(SuggestionNode for SuggestionImpl, UserTaskNode for UserTask, etc.)