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

Summary: Include Path - can't remove a path
Product: php Reporter: monk.e.boy
Component: ProjectAssignee: Tomas Mysik <tmysik>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: include path not showing in properties

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.