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 127418 - Allow user to add to a project's library path, so that code completion works for non-standard libraries
Summary: Allow user to add to a project's library path, so that code completion works ...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Editing (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-14 17:59 UTC by Gregory Murphy
Modified: 2011-01-28 20:11 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 Gregory Murphy 2008-02-14 17:59:08 UTC
Most Ruby on Rails users add plug-ins to ./vendor/plugins, and install gems in their local ruby gems directory. However,
many projects install gems as well as plugins in the project, as well as additional, non-standard libraries. This is
especially true when more than one developer work on a project, and it is desirable to manage everything using a source
code control system. 

In my project, we have a special initialization script which includes local gems in the library search path. It would be
really nice if I could add that path to the search path used by NB, so that I could get code completion for classes
defined in the gems.