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 187614 - Allow use of environment variables in code assistance paths
Summary: Allow use of environment variables in code assistance paths
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 7.0
Hardware: PC All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-15 20:32 UTC by paul_floyd
Modified: 2013-01-11 09:21 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description paul_floyd 2010-06-15 20:32:23 UTC
All my projects use existing Makefiles. We have a series of setup scripts that setup all of or build anc ClearCase environment. I launch netbeans once I've run the setup. The problem is that we use a few environment variables to point to external library dependencies (root directories). I've added these absolute paths to code assistant, but whenever the external dependency changes version, the absolute paths become obsolete and I get a load of red flags. What I'd like to do is to be able to add a path like

$modelsim/oem/include

to the code assistance C/C++ include paths and have it undergo shell-like variable substitution.
Comment 1 Vladimir Voskresensky 2013-01-11 09:20:27 UTC
Paul, Now it should be support
can you, please, try dev version of 7.3 and confirm.

Thanks!
Vladimir.
Comment 2 Vladimir Voskresensky 2013-01-11 09:21:10 UTC
I mean env variables are supported in code assistance paths in project properties for projects from existing sources.