Maybe the bugs of 18.1 & 18.0 on win7:
①Remove the check of "show menu bar", then menu bar disappeared. There is no way to get it back.
②If you config complier wrong, the software will collapse.
bugs of 18.1 & 18
-
- CodeLite Curious
- Posts: 2
- Joined: Wed Aug 06, 2025 1:48 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
bugs of 18.1 & 18
- Jarod42
- CodeLite Expert
- Posts: 246
- Joined: Wed Sep 30, 2009 5:54 pm
- Genuine User: Yes
- IDE Question: C++
- Location: France
- Contact:
Re: bugs of 18.1 & 18
https://github.com/eranif/codelite/issues is more appropriate to report bug (2 distinct issues so 2 tickets)
For 1,
alt+` seems to be the associated shortcut for GTK build.
as workaround, edit codelite.conf (under $(user)/AppData/Roaming/codelite/config/ on windows)
Replace
Code: Select all
"ShowMenuBar": false,
by
Code: Select all
"ShowMenuBar": true,