Author Topic: Suggestion for C::B  (Read 4428 times)

Offline the-moon

  • Multiple posting newcomer
  • *
  • Posts: 10
Suggestion for C::B
« on: January 05, 2006, 03:41:32 am »
I dont know if this was the right fourm to post this in. I couldnt find a suggestions fourm.

Id like to sujest adding in a Window which lists the File Directory of the current project your working on.

The window would list every thing in the same folder as the current active project. It would also allow u to browse/edit/rename/run/ect.

I think it would be a very cool feature.

Maybe include it as a Plugin, so if people dont want it, they can turn it off.

K.I.L.E.R

  • Guest
Re: Suggestion for C::B
« Reply #1 on: January 07, 2006, 12:53:25 pm »
You can already do that however the only problem is that it won't compile if you show a file that is required by the compiler.
Of course that shouldn't be an issue. :)

Right click on project.
Add files recursively.
Wild card search.
Type in the files you wish to include in the IDE. IE: "*.txt" without the quotes will place all files with the ".txt" extension within the code blocks view editor.

Here:
http://members.optusnet.com.au/ksaho/show/d.JPG
« Last Edit: January 07, 2006, 12:56:10 pm by K.I.L.E.R »

takeshimiya

  • Guest
Re: Suggestion for C::B
« Reply #2 on: January 08, 2006, 12:12:15 am »
I have two Tools set in C::B which are extremely useful:

Name: Explorer
Executable: explorer.exe
Parameters: /e,${PROJECT_DIR}

Name: Console
Executable: cmd.exe
Working directory: ${PROJECT_DIR}