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 - Allow to whenever switch the platform in the Gem Manager
Summary: Allow to whenever switch the platform in the Gem Manager
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Gems (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-11 10:04 UTC by Erno Mononen
Modified: 2008-05-25 20:23 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 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 :)