This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 13590 - "Apply Changes" button in annotation pattern editor doesn't work.
Summary: "Apply Changes" button in annotation pattern editor doesn't work.
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscvs (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-13 13:49 UTC by Jiri Kovalsky
Modified: 2001-08-07 18:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2001-07-13 13:49:37 UTC
Development build #200107120100 of NetBeans 3.3 on Windows 2000 with JDK 1.3.1

Description:
============
The only way how to apply changes of annotations made in its editor is to confi-
rm the dialog by clicking on "OK" button and Refresh Recursively because "Apply 
Changes" button doesn't do anything.

Steps to reproduce:
===================
1. Mount CVS filesystem using Command-line Client and expand the filesystem.
2. Invoke the annotation editor by clicking on "..." of "Annotation Pattern"
   property of the filesystem and make some significant changes like delete the
   fileName variable.
3. Now press "Apply Changes" button and nothing happens with CVS filesystem.
Comment 1 Milos Kleint 2001-07-13 13:53:35 UTC
I think the problem is that the filesystem doesn't listen to the
changes in the property.When the property changes, it's nessesary to
fire FileStatusEvent for all existing fileobjects in the filesystem.
Comment 2 Martin Entlicher 2001-07-18 15:25:49 UTC
Fixed in dev builds.
Comment 3 Jiri Kovalsky 2001-08-07 18:05:44 UTC
Cool. Works perfectly in development build #200108070100 of NetBeans 
3.3. Verified.