Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » adding listeners for copy/paste, insert, replace text events
adding listeners for copy/paste, insert, replace text events [message #88407] Thu, 03 July 2003 15:48
Eclipse UserFriend
Originally posted by: miryung.us.ibm.com, bergmanl.us.ibm.com

We are trying to capture certain types of text editing events. Our plan
is to create a plug-in that will let us set listeners on the active text
editor (we're particularly interested in the JavaEditor). We need to
receive notification and all associated information (text string, source
file, insert/copy/cut location, type of operation) when the user performs
a copy to the clipboard, a cut or a paste operation, text insert and text
replace. We've been looking at the IDocumentListener interface, but this
will only give us replace operations, not copy or cut operations. Can
someone point us to the appropriate listeners and where to set them?

Thanks,
Miryung Kim and Larry Bergman
Previous Topic:Finding absolute path to plugin's "plugin.xml"
Next Topic:Proper component for bug report
Goto Forum:
  


Current Time: Sun May 11 22:18:16 EDT 2025

Powered by FUDForum. Page generated in 0.04396 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top