User forums > Help
Edit shortcuts stopped working !
gul:
Hey thanks again for quick reply,
Yes in settings textboxes everything works properly, only in editor does not.
--- Quote from: oBFusCATed on April 17, 2020, 09:08:50 pm ---Also are you able to build the software manually.
--- End quote ---
I'm not sure what you mean, you want me to try to build CB from source on my machine or?
locale:
--- Code: ---LANG=sr_RS
LANGUAGE=sr_RS
LC_CTYPE="sr_RS"
LC_NUMERIC=sr_RS
LC_TIME=sr_RS
LC_COLLATE="sr_RS"
LC_MONETARY=sr_RS
LC_MESSAGES="sr_RS"
LC_PAPER=sr_RS
LC_NAME=sr_RS
LC_ADDRESS=sr_RS
LC_TELEPHONE=sr_RS
LC_MEASUREMENT=sr_RS
LC_IDENTIFICATION=sr_RS
LC_ALL=
--- End code ---
oBFusCATed:
Why are you using non-utf8 locale?
This is a commit which tried to make shortcuts work on non English locales/layout...
https://github.com/obfuscated/codeblocks_sf/commit/e26acf44b8ece212205423e2d57c392dc8ac2ad6
But I guess it doesn't work correctly.
Can you compile the latest wxwidgets master branch? You have to compile and test the samples/stc sample.
It would be interesting to know if shortcuts work there. My guess is that they won't work.
oBFusCATed:
Also do you have scite, geany or something else which is based on scintilla? Does shortcuts work there?
gul:
I didn't know non-UTF8 locale is a bad thing haha, why is that? I just recently changed it from default ENG.
Funny thing is i still have the problem even if i switch back to ENG locale.
I'll try to compile everything from source but it will take some time,
Ye I have geany it works as it should but its not codeblocks haha.
oBFusCATed:
I guess the locale is not involved in this. But you definitely should use a utf8 locale, but it might be too late (if you have saved files with non-ascii symbols they might be broken if you change the locale). Using non-utf8 locale I think would mean that you either use a the upper half of the 1 byte or multi-byte/fixed size locale. You should read up. But generally programs on linux kind of expect a utf8...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version