bugs of 18.1 & 18
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.
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.
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,
Supplement: The program crashed while executing the new project instruction.
https://github.com/eranif/codelite/issues/3679 has been "fixed" (in trunk)