Hi!
Afert I installed version 3, I can't write characters '{' and '[' and I don't know what to do!
I'm using win7-32, Encoding ISO-8859-1 and Locale es_ES: Spanish.
Some idea?
Thank you!
I can't write characters { and [
-
- CodeLite Curious
- Posts: 2
- Joined: Fri Oct 21, 2011 1:38 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: I can't write characters { and [
Its a bug in wxWidgets 2.9.2 I already opened a ticket for it (and I am not the only who opened this bug) at the wxwidgets trac.
Atm, I recommend that you downgrade codelite version until wxWidgets 2.9.3 is released
http://trac.wxwidgets.org/ticket/13558
EDIT:
I might found a workaround for this in codelite's sources - I will update this post if it is fixed.
Eran
Atm, I recommend that you downgrade codelite version until wxWidgets 2.9.3 is released
http://trac.wxwidgets.org/ticket/13558
EDIT:
I might found a workaround for this in codelite's sources - I will update this post if it is fixed.
Eran
Make sure you have read the HOW TO POST thread
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: I can't write characters { and [
I applied a local workaround in codelite sources that should be fix it (at least it fixes the Hebrew characters issue that I got here)
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Fri Oct 21, 2011 1:38 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: I can't write characters { and [
Thank you, eranif!
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: I can't write characters { and [
Please let me know if it fixes the problem for you
Eran
Eran
Make sure you have read the HOW TO POST thread