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 204149 - Include Path - can't remove a path
Summary: Include Path - can't remove a path
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-24 09:40 UTC by monk.e.boy
Modified: 2011-10-25 12:20 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
include path not showing in properties (68.44 KB, image/png)
2011-10-24 09:40 UTC, monk.e.boy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description monk.e.boy 2011-10-24 09:40:38 UTC
Created attachment 112362 [details]
include path not showing in properties

There is a path showing in my project details that doesn't show in the inspector.

I created a new project and it has copied the path from an old project, not sure how to remove it from the new project while leaving the old project working correctly.

My initial thought was to <right click> on [Include path] -> [properties] but the path is not shown in this dialog.

Attached a screen shot.
Comment 1 monk.e.boy 2011-10-24 09:48:41 UTC
OK I figured out where the PHP global path is after some effort, I think the GUI could be made a lot simpler here.

Right clicking on the [include path] -> [properties] shows 'Global PHP Include Path' but doesn't show any details.

Add a right click to 'Global PHP Include Path' to 'inspect' it, this will take you to the [Tools] -> [Options] -> [PHP tab].  Show the same information in the Project Properties dialog as is shown in the [Projects] mini window (I can open the Include path in the tree view)
Comment 2 Tomas Mysik 2011-10-25 12:20:12 UTC
(In reply to comment #1)
> Add a right click to 'Global PHP Include Path' to 'inspect' it, this will take
> you to the [Tools] -> [Options] -> [PHP tab].

This (or something similar) could be added.

> Show the same information in the
> Project Properties dialog as is shown in the [Projects] mini window (I can open
> the Include path in the tree view)

No need to do it, IMHO it would be confusing since one would not be able to edit these items.

Thanks for reporting.