News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Management Panel Issue

Started by gilbert, June 04, 2014, 02:32:30 PM

Previous topic - Next topic

gilbert

I have build Codeblocks from sources but in the Management Panel only Projects and Symbols Tabs are visible how do i make Files Tab Visible..

BlueHazzard

You need a plugin. Compile and install the contributed plugins, and you will have your file tab

gilbert

you are talking about the file manager plugin can u provide the link to download the sourcecode.

ollydbg

Quote from: gilbert on June 05, 2014, 11:08:45 AM
you are talking about the file manager plugin can u provide the link to download the sourcecode.
All the contributed C::B plugins' source code were in the C::B's main SVN repo, under the src/plugins/contrib sub folder.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

gilbert

I have build codeblocks from sources how do i add filemanager plugin.

stahta01

1. You need to be able to read and understand directions.
2. You need to be able to follow directions.
3. You need to be able to ask smart questions.

http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks

Edit: What Operation System are you using?

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

BlueHazzard

How about reading the instruction on the wiki and the install or readme file?