Page 1 of 1

hidden output pane tools

Posted: Sun Jul 19, 2020 2:52 pm
by roma620
i'm facing a problem in output pane in my ide . i accidentaly hided all the tools in the pane as i thought they would come back but now i can't get them back and i can't see any errors i'm having even when i press on the red circle to show errors.

i've tried nearly everything. i tried ctrl+M , ctrl + ` , restore default layout and reinstalling the program but nothing work and i don't know what to do now so can you help me in this problem?

Re: hidden output pane tools

Posted: Sun Jul 19, 2020 4:40 pm
by DavidGH
Hi,

(When posting, it's always a good idea to state which platform and which version of CodeLite you are using.)

Does the Output Pane still have a 'dropdown' arrow on the far right? If so, click it and you should see a Hidden Tabs submenu, which will let you add back the tools.

Failing that, close CodeLite and delete its configuration directory; for Linux (and I think OSX) that's probably ~/.codelite/.
Or, if you don't want to lose the rest of its settings, you could edit .codelite/config/codelite.conf, look for the 'VisibleOutputTabs' setting and change it to contain the ones you want e.g.

Code: Select all

"VisibleOutputTabs": ["Build", "Search", "Replace", "References", "Output", "MemCheck", "CppCheck", "CScope", "Git"],
Regards,

David