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 47018 - First invocation of Ctrl+Shift+2 is slow and unresponsive
Summary: First invocation of Ctrl+Shift+2 is slow and unresponsive
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-08-09 14:36 UTC by Antonin Nebuzelsky
Modified: 2006-03-24 09:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2004-08-09 14:36:17 UTC
First invocation of Ctrl+Shift+2 (show opened file
in Files tab) can take a few seconds. The IDE
is frozen in the meantime and no indication of
action in progress is given.

First of all I suggest that
SelectNodeAction.performAction() is
changed to set a global hour-glass cursor for the
time of calling ProjectTab.selectNode().
Comment 1 Petr Hrebejk 2004-08-16 14:45:55 UTC
Made asynchronous with wait cursour over the projects/files tab.

Checking in
projectui/src/org/netbeans/modules/project/ui/Bundle.properties;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.42; previous revision: 1.41
done
Checking in projectui/src/org/netbeans/modules/project/ui/ProjectTab.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/ProjectTab.java,v
 <--  ProjectTab.java
new revision: 1.13; previous revision: 1.12
done
Processing log script arguments...
More commits to come...
Checking in
projectui/src/org/netbeans/modules/project/ui/actions/SelectNodeAction.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/actions/SelectNodeAction.java,v
 <--  SelectNodeAction.java
new revision: 1.3; previous revision: 1.2
done
Comment 2 Antonin Nebuzelsky 2004-08-30 12:07:22 UTC
Verified.