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 123146 - "Vendor" dissapeared from logical view of the rails project
Summary: "Vendor" dissapeared from logical view of the rails project
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker with 1 vote (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-30 15:52 UTC by alextk
Modified: 2008-02-13 15:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Beta2 "Vendor" node is present (22.08 KB, image/png)
2007-11-30 15:56 UTC, alextk
Details
netabeans rc2 "Vendor" disappeared (24.67 KB, image/png)
2007-11-30 16:02 UTC, alextk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alextk 2007-11-30 15:52:27 UTC
This bug refers to rails applications.

In netbeans 6.0 beta2 (and all previous versions) there was a node in logical project view called "Vendor". It allowed
to browse through all installed rails plugins.

In Netbeans 6.0RC1 and Rc2, this node has been removed, which is very very annoying.

For plugin developer, this is extremely convenient feature: I still want to stay in logical project view and be able to
see installed application plugins, browse/add/edit/delete through plugin files. It is very annoying to switch to files
view, each time I need to view/edit a file found in one of the installed plugins. 

I can't really understand why "Vendor" node was removed... It even was mentioned in netbeans 6.0 documentation, and is
visible on screenshots: http://www.netbeans.org/kb/60/ruby/getting-started.html (see figure 11)
Comment 1 alextk 2007-11-30 15:56:00 UTC
Created attachment 53720 [details]
Beta2 "Vendor" node is present
Comment 2 alextk 2007-11-30 16:02:42 UTC
Created attachment 53721 [details]
netabeans rc2 "Vendor" disappeared
Comment 3 Torbjorn Norbye 2007-12-07 19:21:47 UTC
"vendor" was removed as part of some critical fixes around loadpath management; this is all described here:
http://www.nabble.com/Please-test-loadpath-related-stuff-tf4701092s27020.html#a13439045

In 6.0, the load path used for indexing etc. was tied directly to the list of folders shown in the project view which is
why it was removed from the view (such that indexing could proceed independently).

For 6.1, I have changed this a bit, so I just integrated a fix which restores Vendor to the project views while
preserving the other semantics which handles vendor/ specially.

Available in build #5670 or later from http://deadlock.netbeans.org/hudson/job/ruby/ .
Comment 4 Martin Krauskopf 2008-02-13 15:40:22 UTC
Getting rid of 'ui' category. Will use right subcomponent and UI keyword. 'code'
when none subcomponent fits.