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 129735

Summary: Allow to whenever switch the platform in the Gem Manager
Product: ruby Reporter: Erno Mononen <emononen>
Component: GemsAssignee: Martin Krauskopf <mkrauskopf>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Erno Mononen 2008-03-11 10:04:47 UTC
When you go for the first time to the Gem Manager, it insists on checking what updates are available for the 
preselected platform before you can do anything else. It can take quite a while and is particularly annoying when you 
want to manage gems of some other platform than the one that is preselected.
Comment 1 Martin Krauskopf 2008-03-11 14:15:31 UTC
You are definitely right, will try to address in after-6.1 release.
Comment 2 Martin Krauskopf 2008-05-24 08:23:18 UTC
Solved little differently: 023120dba56c. So not another UI widgets needed.

Commit message:
- enqueue requests for the _gem_ tool to prevent same simultaneous updates for
  the same platform
- ignore _reset_ requests when update is just in progress
- allow to switch platform even if the update is in progress in Gem Manager
- s/instSearchLbl/searchInstLbl for consistency
- some Javadoc 
Comment 3 Erno Mononen 2008-05-25 20:23:00 UTC
Verifying, works great. Also changing the TM, likely you meant 6.5 M1 :)