Trouble with exclamation mark

General questions regarding the usage of CodeLite
crossrobotik
CodeLite Curious
Posts: 2
Joined: Wed Sep 07, 2011 2:27 pm
Genuine User: Yes
IDE Question: C++
Contact:

Trouble with exclamation mark

Post by crossrobotik »

Hello,

I'm using Codelite 3.0.5041 on windows XP SP2, when I press the exclamation mark nothing happens.
Pressing "exclamation mark" it doesn't display an exclamation mark on screen.

I reinstall Codelite 2.10 and it works fine.
So I reinstall Codelte 3.0, it doesn't work.

Have you any ideas on potential problem ?

Best regards

PS : I just tested on Windows 7 64bits, and same problem appears (No exclamation mark when typing on this)
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Trouble with exclamation mark

Post by eranif »

crossrobotik wrote:Have you any ideas on potential problem ?
You are probably using one the non-standard keyboards/layout (AZERTY) or German / French keyboard

It appears that this is a bug was introduced using wxWidgets 2.9.2 Windows

I already reported it here:
http://trac.wxwidgets.org/ticket/13409
Note that I was able to provide a workaround for codelite for the German chars problem. However, you will need to provide some more details on your system / keyboard locale etc so I will be able to reproduce it here

Here is a similar problem that reported and got fixed
viewtopic.php?f=13&t=1410&p=6504&hilit=german#p6504

Atm, I suggest that you either rollback to use earlier versions of codeilte, replace your keyboard layout or switch to Linux ;)

Eran
Make sure you have read the HOW TO POST thread
crossrobotik
CodeLite Curious
Posts: 2
Joined: Wed Sep 07, 2011 2:27 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Trouble with exclamation mark

Post by crossrobotik »

Indeed, I'm using an AZERTY French keyboard.
More details on my system :
- Windows XP SP2
- Location : France
- Keyboard : French (France)

- Windows 7 64 bits SP1
- Location : France
- Keyboard : French (France)

I will try to compile CL with wxWidgets 2.8.12 and MinGW 4.5.2 otherwise I will return on CL 2.10.
Post Reply