Tue, 25 Mar 2003 16:59:05 +0000* compiler: filters for file and folder BLD200303261620
lebedkov@netbeans.org [Tue, 25 Mar 2003 16:59:05 +0000] rev 3327
* compiler: filters for file and folder
* split SimpleFilterCondition into 3 classes
* fixed bug in the filter dialog not saving text from a text field

Tue, 25 Mar 2003 16:54:31 +0000Do not add refreshed files from the data output listener when the class is executed.
mentlicher@netbeans.org [Tue, 25 Mar 2003 16:54:31 +0000] rev 3326
Do not add refreshed files from the data output listener when the class is executed.
Table filesByName is used for that purpose instead.
This prevents the data to be added twice.
This is a fix of issue #32237.

Tue, 25 Mar 2003 14:53:42 +0000When just some files are updated (not the whole folder), do not refresh
mentlicher@netbeans.org [Tue, 25 Mar 2003 14:53:42 +0000] rev 3325
When just some files are updated (not the whole folder), do not refresh
the whole folder. Refresh just the updated files.
This is a fix of issue #31799.

Tue, 25 Mar 2003 12:41:50 +0000We need to keep the runtime commands provider attached to the VcsAttributes. BLD200303251330
mentlicher@netbeans.org [Tue, 25 Mar 2003 12:41:50 +0000] rev 3324
We need to keep the runtime commands provider attached to the VcsAttributes.
If new VcsAttributes are created, the provider must be passed in.
This is a fix of regression if issue #32097.

Mon, 24 Mar 2003 14:42:25 +0000Stop the cell editing before the table values are changed. BLD200303250100
mentlicher@netbeans.org [Mon, 24 Mar 2003 14:42:25 +0000] rev 3323
Stop the cell editing before the table values are changed.
This is necessary to that the correct value is displayed in the table.
This is a fix of issue #32097.

Mon, 24 Mar 2003 14:41:18 +0000Mnemonic on [Skip] button added.
mentlicher@netbeans.org [Mon, 24 Mar 2003 14:41:18 +0000] rev 3322
Mnemonic on [Skip] button added.
This is a fix of issue #32097.

Mon, 24 Mar 2003 14:00:58 +0000toString() method defined. For debug purposes.
mentlicher@netbeans.org [Mon, 24 Mar 2003 14:00:58 +0000] rev 3321
toString() method defined. For debug purposes.

Sun, 23 Mar 2003 21:57:04 +0000Don't include java.lang
tor@netbeans.org [Sun, 23 Mar 2003 21:57:04 +0000] rev 3320
Don't include java.lang

Sun, 23 Mar 2003 21:46:35 +0000Fix problem which caused the percent-complete column not to be
tor@netbeans.org [Sun, 23 Mar 2003 21:46:35 +0000] rev 3319
Fix problem which caused the percent-complete column not to be
restored if chosen as visible.

Sun, 23 Mar 2003 21:21:25 +0000Fix bug in suggestion scanning manager which would sometimes mean
tor@netbeans.org [Sun, 23 Mar 2003 21:21:25 +0000] rev 3318
Fix bug in suggestion scanning manager which would sometimes mean
that even when the suggestions view was not visible, scanning would
take place. Also bump spec versions of modules since the core API
(location of FilterAction) has changed such that all modules are updated
via the update center.