You need to log in before you can comment on or make changes to this bug.
Product Version = NetBeans IDE 6.0 Beta 2 (Build 200710172300) Operating System = Windows XP version 5.1 running on x86 Java; VM; Vendor = 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05; Sun Microsystems Inc. Java Home = d:\Java\jdk1.6.0_03\jre System Locale; Encoding = en_GB (nb); Cp1252 Mercurial plugin = 1.4.0.42.1 Steps: 1. Select any file of versioned project and invoke "Mercurial | Properties" action. 2. Enter some name for "Property Name" field. 3. Enter some value for "Property Value" field and push "Add". 4. New property is listed in the table. Push "Ok" button. 5. Select the file again and invoke "Mercurial | Properties" action. Added property is not there. Either don't allow user to add not valid props or there is an error for addition of new props.
The error is having the ComboBox editable. We only support changing the properties listed in the ComboBox.
Created an attachment (id=51284) [details] proposed patch
IDE:------------------------------------------------- IDE: [10/22/07 6:38 PM] Committing Files started Checking in PropertiesPanel.form; /shared/data/ccvs/repository/versioncontrol/mercurial/src/org/netbeans/modules/mercurial/ui/properties/PropertiesPanel.form,v <-- PropertiesPanel.form new revision: 1.4; previous revision: 1.3 done Checking in PropertiesPanel.java; /shared/data/ccvs/repository/versioncontrol/mercurial/src/org/netbeans/modules/mercurial/ui/properties/PropertiesPanel.java,v <-- PropertiesPanel.java new revision: 1.7; previous revision: 1.6 done IDE: [10/22/07 6:38 PM] Committing Files finished
Verified.