Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
wxEVT_SCI_KEY event isn't sent
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: wxEVT_SCI_KEY event isn't sent (Read 4784 times)
p2rkw
Almost regular
Posts: 142
wxEVT_SCI_KEY event isn't sent
«
on:
November 26, 2012, 11:14:54 pm »
I can't handle up and down arrows because wxEVT_SCI_KEY isn't sent. Why there are only wxEVT_SCI_TAB and wxEVT_SCI_ESC? Can I fire this event in wxScintilla::OnKeyDown ?
Logged
dmoore
Developer
Lives here!
Posts: 1576
Re: wxEVT_SCI_KEY event isn't sent
«
Reply #1 on:
November 26, 2012, 11:23:22 pm »
I think that by design wxEVT_SCI_KEY only triggers for keystrokes that aren't processed by scintilla. You can process wxEVT_KEY* events instead
Logged
Python plugins:
https://github.com/spillz/codeblocks-python
Code::Blocks Daily Builds -- Ubuntu PPA:
https://launchpad.net/~damien-moore/+archive/codeblocks
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
wxEVT_SCI_KEY event isn't sent