Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » RCP Editor
RCP Editor [message #809010] Tue, 28 February 2012 11:33 Go to next message
kosta Mising name is currently offline kosta Mising nameFriend
Messages: 16
Registered: August 2011
Junior Member
Hello eclipse community,

I have RCP application with Editor in it. The modifiy listener added to it works well wenn typing in the editor and also copy pase with Ctrl+C Ctrl+V.
But wenn the text is chaged via the Find/Replace dialog window the modifiy listener doesn't react.

Any suggestion or hints on this one ?

Thanks in advance.

Kosta

[Updated on: Tue, 28 February 2012 11:33]

Report message to a moderator

Re: RCP Editor [message #809120 is a reply to message #809010] Tue, 28 February 2012 13:58 Go to previous messageGo to next message
kosta Mising name is currently offline kosta Mising nameFriend
Messages: 16
Registered: August 2011
Junior Member
The Editor extends from the MultiPageEditorPart.
Re: RCP Editor [message #809230 is a reply to message #809010] Tue, 28 February 2012 16:13 Go to previous message
kosta Mising name is currently offline kosta Mising nameFriend
Messages: 16
Registered: August 2011
Junior Member
The sollution of the problem was to listen what the isDirty-method says. Very Happy

The question is: Why to implement the ModifyListener in the createPartControl method of a StructuredTextEditor when there is the isDirty-method?

Cheers.
Previous Topic:Key binding for simple action
Next Topic:UI jobs on wizard pages
Goto Forum:
  


Current Time: Fri Apr 26 01:14:47 GMT 2024

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

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

Back to the top