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 207365 - GUI for customizing VM options adds D in front of new property name
Summary: GUI for customizing VM options adds D in front of new property name
Status: RESOLVED INCOMPLETE
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P4 normal with 1 vote (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-17 00:07 UTC by kaznovac
Modified: 2012-01-25 22:48 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 kaznovac 2012-01-17 00:07:00 UTC
if user wants to rename by using GUI the property he/she introduced
he/she has to delete the 'D' prefix also, because it gets prefixed when cell looses focus

it's not a frequent use case, but it's unneeded nuisance

Product Version = NetBeans IDE 7.1 (Build 201112071828)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.7.0
Runtime = Java HotSpot(TM) Client VM 21.0-b17
Comment 1 Jesse Glick 2012-01-25 17:23:08 UTC
What project type are you using? Need steps to reproduce from scratch.
Comment 2 kaznovac 2012-01-25 22:48:31 UTC
(In reply to comment #1)
> What project type are you using? Need steps to reproduce from scratch.

create new java application project
go to: run -> set project configuration -> customize...
under vm options type something like -Djava.library.path="./lib"
click customize, then click var name [renaming], in this case Djava.library.path
var name gets prefixed with another D when cell looses focus