CodeLite installation/troubleshooting forum
-
eglomer
- CodeLite Curious
- Posts: 2
- Joined: Fri Oct 21, 2011 1:38 pm
- Genuine User: Yes
- IDE Question: c++
-
Contact:
Post
by eglomer »
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!
-
eranif
- CodeLite Plugin
- Posts: 6376
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
-
Contact:
Post
by eranif »
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
-
eranif
- CodeLite Plugin
- Posts: 6376
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
-
Contact:
Post
by eranif »
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
-
eglomer
- CodeLite Curious
- Posts: 2
- Joined: Fri Oct 21, 2011 1:38 pm
- Genuine User: Yes
- IDE Question: c++
-
Contact:
Post
by eglomer »
Thank you, eranif!
![Very Happy :D](./images/smilies/icon_e_biggrin.gif)
-
eranif
- CodeLite Plugin
- Posts: 6376
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
-
Contact:
Post
by eranif »
Please let me know if it fixes the problem for you
Eran