I'm not sure if either of these are actual issues or not so I decided to pass them by everyone before posting bug reports.
1) When creating a project using the "New wxWidget Project" button both configurations (debug and release) use "--rcflags" in the Project Settings/Resources/Compiler Options. The Mac version of wxWidgets (2.8.9.0) does not support "--rcflags".
2) After typing a couple letters the suggestion box pops up. If I try and delete the last letter I get a character representation "<bs>". If I hit esc the suggestion box closes and the delete functionality returns.
I'm not sure if these are actual issues or just specific to running CodeLite on Mac.
Thanks
Brian
Two possible issuses (Might be mac only)
-
- CodeLite Enthusiast
- Posts: 13
- Joined: Tue Dec 02, 2008 9:30 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Two possible issuses (Might be mac only)
This is a known bug (happens also on Linux) - simply right click on the project select 'settings -> resources' and tick 'resource compiler is not neededzarnce wrote:1) When creating a project using the "New wxWidget Project" button both configurations (debug and release) use "--rcflags" in the Project Settings/Resources/Compiler Options. The Mac version of wxWidgets (2.8.9.0) does not support "--rcflags".
Mac only, as it seems to work on Windows & Linuxzarnce wrote:2) After typing a couple letters the suggestion box pops up. If I try and delete the last letter I get a character representation "<bs>".
This is the best thing to dismiss this dialogzarnce wrote:If I hit esc the suggestion box closes and the delete functionality returns.
Eran
Make sure you have read the HOW TO POST thread