[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: VerifyListener problem
|
- From: spadge248@xxxxxxxxx (Derek R.)
- Date: Wed, 12 Mar 2008 21:22:59 +0000 (UTC)
- Newsgroups: eclipse.platform.swt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Thanks for your reply, Eric.
I too set a breakpoint in my verifyText method, but the problem is that it
never gets hit when I do a shift+backspace. Doing a shift+delete causes
the breakpoint to be hit only if text is highlighted, which is a "cut"
command. I tried highlighting text, moving my cursor around, but still
nothing on a shift+backspace. It appears that verifyText does not get
called when shift+backspace is pressed for some reason.
Any ideas? Could this be a bug or am I just missing something?
Thanks,
Derek