java editor [message #211856] |
Thu, 24 May 2007 05:59 |
Eclipse User |
|
|
|
Originally posted by: hema.gandhi.appulse.com
Hey Eric,
Iam making my custom java editor and want to trap keyboard events so that
i get the characters typed on the editor.
For that I implemented VerifykeyListener and on my source viewer used
prependVerifyKeyListener()but this doesn't worked out.
Please direct me how i can achieve this.am I in the right direction.
Thanks
|
|
|
|
Re: java editor [message #212044 is a reply to message #211871] |
Fri, 25 May 2007 06:03 |
Eclipse User |
|
|
|
Originally posted by: hema.gandhi.appulse.com
Daniel Megert wrote:
> hema wrote:
>> Hey Eric,
>>
>> Iam making my custom java editor and want to trap keyboard events so
>> that i get the characters typed on the editor.
>>
>> For that I implemented VerifykeyListener and on my source viewer used
>> prependVerifyKeyListener()but this doesn't worked out.
>>
>> Please direct me how i can achieve this.am I in the right direction.
> What do you want to do in the end?
> Dani
>>
>> Thanks
>>
Actually Iam working on something which get the characters typed on one
editor and display that contents on the other editor remotely ,of course
for the same file.
I got the typed character by trapping documentEvent but want to know how
to reflect those changes in the other Document so that on editor it
displays the changed document.
Thanks
|
|
|
|
Powered by
FUDForum. Page generated in 0.08135 seconds