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 191987 - can't edit values in: c project --> project properties --> run --> environment --> add
Summary: can't edit values in: c project --> project properties --> run --> environmen...
Status: RESOLVED DUPLICATE of bug 192010
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@cnd
URL: http://blog.nqzero.com/2010/11/netbea...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-15 23:59 UTC by lytles
Modified: 2010-11-18 00:33 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 lytles 2010-11-15 23:59:53 UTC
trying to add or edit environment variables for running an executable using the

c project --> project properties --> run --> environment

tools doesn't work. you can add a blank line, and entries from nbproject/private/configurations.xml are displayed, but the entries can't be edited. i've tried clicking, double clicking, space, enter, shift-f10 - nothing allows me to actually change a name or value


workaround:
add a <variable> to the <environment> section of nbproject/private/configurations.xml

        <environment>
          <variable name="LD_LIBRARY_PATH" value="/opt/local/lib"/>
        </environment>
Comment 1 Thomas Preisler 2010-11-18 00:33:50 UTC
from 192010: Cannot verify this. Tried Ubuntu 9.10 and JDK 1.6.0_15 but don't think the
difference is the issue. The Environment dialog is however not very well
designed. You need to click Add to get a blank entry in the table and
then you need to click in the fields to enter values. This is not very
intuitive. The code is very old. Probably some of the oldest code in CND and
need to be redesigned. Will close this bug as a dup of 192081

From 192081: The Environment dialog is not very well designed. You need to click Add to get
a blank entry in the table and then you need to click in the fields to enter
values. This is not very intuitive. The code is very old. Probably some of the
oldest code in CND and need to be redesigned.

*** This bug has been marked as a duplicate of bug 192010 ***