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 128642 - Ctrl + Backspace overwrites middle mouse clipboard
Summary: Ctrl + Backspace overwrites middle mouse clipboard
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Actions/Menu/Toolbar (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2008-02-28 00:18 UTC by gauda
Modified: 2008-03-13 10:58 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 gauda 2008-02-28 00:18:58 UTC
When using the Ctrl + Backspace to delete the last word (or Ctrl + Del) the IDE overwrites the current middle click
clipboard.

Product Version: NetBeans IDE 6.0.1 (Build 200801291616)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Linux version 2.6.22-14-generic running on i386; UTF-8; de_DE (nb)
Comment 1 novakm 2008-02-28 10:57:36 UTC
Reassigning to editor - actions for evaluation. But I suspect OS might be responsible for this...
Comment 2 Jiri Prox 2008-02-28 11:07:35 UTC
reproducible
Comment 3 Vitezslav Stejskal 2008-02-29 07:19:44 UTC
Just for the record, this only affected camel-case based actions in the java editor. Other editors were fine.

changeset 2865bbb08572 in main
details: http://hg.netbeans.org/main?cmd=changeset;node=2865bbb08572
Comment 4 gauda 2008-03-05 12:12:06 UTC
Re: Just for the record, this only affected camel-case based actions in the java editor. Other editors were fine.
Using the developer build (Ruby edition) I am still affected by this issue with *every* string I delete with Ctrl +
Backspace or Ctrl + Del! I can not imagine my OS is responsible for this, because this error only occurs in Netbeans.
Perhaps you'll find some time to see across this again. I would appreciate it!

Product Version: NetBeans IDE Dev (Build 200803011643)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Linux version 2.6.22-14-generic running on i386; UTF-8; de_DE (nb)
Comment 5 Jiri Prox 2008-03-05 13:03:48 UTC
reproducible, it does not work in Ruby source file,  other types (Java, HTML, XML) are working correctly 

Comment 6 Vitezslav Stejskal 2008-03-06 09:30:20 UTC
gauda, I'm sorry, I didn't realize you were using Ruby edition. I'll check the ruby (GSF ??) actions too.
Comment 7 Vitezslav Stejskal 2008-03-12 14:58:46 UTC
The actions in GSF should be fixed now too (eg. affecting ruby). Could you please try again in a dev build? Thanks
http://hg.netbeans.org/main/rev/5aff9f013047
Comment 8 gauda 2008-03-13 10:58:54 UTC
yeah, just installed the latest beta (Build 200803130007) and it works for .rb .erb & .js!
the css editor is broken, but i think that is another story!

thanks for fixing!