Page 1 of 1

bugs of 18.1 & 18

Posted: Wed Aug 06, 2025 1:58 pm
by Big dream

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.


Re: bugs of 18.1 & 18

Posted: Thu Aug 07, 2025 1:26 pm
by Jarod42

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,