cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

Bug 119312 - Hg Props - add is confusing
: Hg Props - add is confusing
Status: VERIFIED FIXED
: versioncontrol
Mercurial
: 6.1
: All All
: P3 (vote)
: 6.1
Assigned To:
:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2007-10-18 08:47 by
Modified: 2008-01-03 09:40 (History)
Issue Type: DEFECT
:


Attachments
proposed patch (691 bytes, patch)
2007-10-19 11:09, Padraig Obriain
Details | Diff


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2007-10-18 08:47:13
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.
------- Comment #1 From 2007-10-18 15:40:58 -------
The error is having the ComboBox editable.

We only support changing the properties listed in the ComboBox.
------- Comment #2 From 2007-10-19 11:09:26 -------
Created an attachment (id=51284) [details]
proposed patch
------- Comment #3 From 2007-10-22 18:41:18 -------
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
------- Comment #4 From 2007-10-23 14:09:36 -------
Verified.