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 29928 - PasteAction not working in Explorer
Summary: PasteAction not working in Explorer
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 27868
  Show dependency tree
 
Reported: 2003-01-10 01:47 UTC by Jesse Glick
Modified: 2008-12-22 21:04 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Proposed patch, please check (785 bytes, patch)
2003-01-10 07:45 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2003-01-10 01:47:18 UTC
[dev jan 09] Copying a Java source in the
Explorer, Paste (Ctrl-V, menu, popup, etc.) is
always enabled; no subitems; does not do anything,
nor throw any errors.
Comment 1 Jesse Glick 2003-01-10 01:54:01 UTC
While you're at it, could you please put some comments into
PasteAction.java? It is complete spaghetti code and largely uncommented.
Comment 2 Jesse Glick 2003-01-10 05:28:08 UTC
Think I see it - CutAction had a serious typo (and its test failed,
fortunately). After fixing that, things seem OK again.
Comment 3 Jesse Glick 2003-01-10 07:45:28 UTC
Created attachment 8517 [details]
Proposed patch, please check
Comment 4 Jesse Glick 2003-01-10 08:07:58 UTC
committed     Up-To-Date  1.18       
openide/src/org/openide/actions/CutAction.java
Comment 5 Marian Mirilovic 2003-01-10 09:04:31 UTC
verified source
Comment 6 Peter Zavadsky 2003-01-10 09:25:00 UTC
Jesse, thanks for the fix.

Yarda, please add some comments to the paste action new code.
Comment 7 Jaroslav Tulach 2003-01-10 12:28:37 UTC
I have written something. PasteAction rev. 1.40