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 121144 - Add UI support for selecting main Gem Repository (GEM_HOME)
Summary: Add UI support for selecting main Gem Repository (GEM_HOME)
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Gems (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker with 1 vote (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
: 123916 (view as bug list)
Depends on: 101485
Blocks:
  Show dependency tree
 
Reported: 2007-11-05 08:05 UTC by Martin Krauskopf
Modified: 2008-01-16 13:06 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 Martin Krauskopf 2007-11-05 08:06:00 UTC
So the user might change main Gem Repository for interpreters from within the IDE, without need to shutdown IDE, set
GEM_HOME and restart the IDE again. This is painful when using more interpreter and do not want to use default repository.
Comment 1 Martin Krauskopf 2007-12-13 13:59:14 UTC
*** Issue 123916 has been marked as a duplicate of this issue. ***
Comment 2 Martin Krauskopf 2008-01-16 13:06:31 UTC
Base works are done. Some refinements TBD.

platform/src/org/netbeans/api/ruby/platform/RubyPlatform.java;
new revision: 1.13; previous revision: 1.12
platform/src/org/netbeans/modules/ruby/platform/Bundle.properties;
new revision: 1.11; previous revision: 1.10
platform/src/org/netbeans/modules/ruby/platform/RubyPlatformCustomizer.form;
new revision: 1.7; previous revision: 1.6
platform/src/org/netbeans/modules/ruby/platform/RubyPlatformCustomizer.java;
new revision: 1.16; previous revision: 1.15
platform/src/org/netbeans/modules/ruby/platform/gems/Bundle.properties;
new revision: 1.5; previous revision: 1.4
platform/src/org/netbeans/modules/ruby/platform/gems/GemManager.java;
new revision: 1.11; previous revision: 1.10
platform/src/org/netbeans/modules/ruby/platform/gems/GemPanel.form;
new revision: 1.5; previous revision: 1.4
platform/src/org/netbeans/modules/ruby/platform/gems/GemPanel.java;
new revision: 1.13; previous revision: 1.12
platform/src/org/netbeans/modules/ruby/platform/gems/GemRunner.java;
new revision: 1.2; previous revision: 1.1
platform/test/unit/src/org/netbeans/api/ruby/platform/RubyInstallationTest.java;
new revision: 1.15; previous revision: 1.14
platform/test/unit/src/org/netbeans/api/ruby/platform/RubyPlatformTest.java;
new revision: 1.4; previous revision: 1.3
platform/test/unit/src/org/netbeans/modules/ruby/platform/gems/GemManagerTest.java;
new revision: 1.6; previous revision: 1.5
projects/src/org/netbeans/modules/ruby/rubyproject/RSpecSupport.java;
new revision: 1.13; previous revision: 1.12
railsprojects/src/org/netbeans/modules/ruby/railsprojects/Generator.java;
new revision: 1.8; previous revision: 1.7
railsprojects/src/org/netbeans/modules/ruby/railsprojects/GeneratorPanel.java;
new revision: 1.13; previous revision: 1.12