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 6686 - When Copy&Cut&Paste&Delete IDE is blocked up until operation finishes.
Summary: When Copy&Cut&Paste&Delete IDE is blocked up until operation finishes.
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-05-16 16:42 UTC by Jan Lahoda
Modified: 2008-12-23 10:47 UTC (History)
0 users

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 Jan Lahoda 2000-05-16 16:42:43 UTC
When I am trying to do Copy&Cut&Paste&Delete I have to wait till it`s done. Is possible to do this operations on background?
Comment 1 Marek Grummich 2000-07-25 09:10:59 UTC
Priority is changed to P4 (normal).
Comment 2 Svata Dedic 2000-08-17 08:01:59 UTC
Copy/Cut/Paste operations on Java sources change package declaration statements
in the target source files. Previously the operations run on background, so it
was possible to Cut/Paste sources multiple times and that produced weird
exceptions and other errors.
The Copy/Cut/Paste operations may be moved to a background thread in future
version, however a complex update/schedule logic is required to solve all
problems.
Comment 3 Svata Dedic 2001-06-28 11:05:04 UTC
Implementation has changed
Comment 4 Svata Dedic 2001-06-28 11:06:16 UTC
The cut/copy/paste action is not run in the AWT thread in 3.3-dev.
Comment 5 Quality Engineering 2003-07-01 16:25:36 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.