Author Topic: Management Panel Issue  (Read 7641 times)

Offline gilbert

  • Single posting newcomer
  • *
  • Posts: 6
Management Panel Issue
« on: June 04, 2014, 02:32:30 pm »
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..

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3352
Re: Management Panel Issue
« Reply #1 on: June 04, 2014, 06:48:18 pm »
You need a plugin. Compile and install the contributed plugins, and you will have your file tab

Offline gilbert

  • Single posting newcomer
  • *
  • Posts: 6
Re: Management Panel Issue
« Reply #2 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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Management Panel Issue
« Reply #3 on: June 05, 2014, 11:15:33 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.

Offline gilbert

  • Single posting newcomer
  • *
  • Posts: 6
Re: Management Panel Issue
« Reply #4 on: June 05, 2014, 11:28:02 am »
I have build codeblocks from sources how do i add filemanager plugin.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7786
    • My Best Post
Re: Management Panel Issue
« Reply #5 on: June 05, 2014, 04:01:57 pm »
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++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3352
Re: Management Panel Issue
« Reply #6 on: June 05, 2014, 06:40:15 pm »
How about reading the instruction on the wiki and the install or readme file?