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?
hidden output pane tools
-
- CodeLite Curious
- Posts: 1
- Joined: Sun Jul 19, 2020 2:47 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: hidden output pane tools
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.
Regards,
David
(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"],
David