User forums > Help
Edit shortcuts stopped working !
gul:
Ok, thanks, i changed the locale to UTF8, thankfully i didn't use non ANCII chars in beetween.
Anyway I compiled wxWidgets from git, and stc sample works correctly, i can copy paste etc. there.
After that i built CB from SVN and i still have the problem, but another thing is i ran CB from terminal and it keep printing this message:
--- Code: ---The Parser is still parsing files. > Reasons:
- still need to mark files as local
--- End code ---
I get the same message on an overlay in editor while i type, dont know if its related.
oBFusCATed:
I don't think the parsing problem is related.
On the original problem:
Interesting. So you don't have the problem in the stc sample...
Can you please put some printfs in the function I've highlighted in CB and do a build?
gul:
Sorry, what function do you mean exactly?
oBFusCATed:
This one https://github.com/obfuscated/codeblocks_sf/blob/e26acf44b8ece212205423e2d57c392dc8ac2ad6/src/sdk/wxscintilla/src/ScintillaWX.cpp#L1154
gul:
Ok, i recomplited it with 4 printfs, it looks to me like the function registers keystrokes corrently, but still nothing happens on screen.
For example this is what i get with CTRL-A:
--- Code: ---1. KEY: 308 CTRL: 1
2. KEY: 308 CTRL: 1
4. KEY: 0 CTRL: 1 RV: 0
1. KEY: 1729 CTRL: 1
2. KEY: 1729 CTRL: 1
4. KEY: 1729 CTRL: 1 RV: 0
--- End code ---
I used ENG keyboard.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version