News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Add new file to active project is too intricacy than before

Started by EricKane, July 18, 2006, 10:27:45 PM

Previous topic - Next topic

killerbot

or relative !!

for example I never ever have my sources next to tje project, this is the structure I use (say for a lib)

my_lib
  |
  |_____inc   // (exported headers)
  |
  |_____src  // the implementation (cpp and not exported headers)
  |
  |_____doc // documentation
  |
  |_____project // the cbp

so then I could type in : ..\src\my_file.cpp or ..\inc\my_file.h

EricKane

QuotePlease have a look at this post:
http://forums.next.codeblocks.org/index.php?topic=3598.msg28334#msg28334
and tell me your thoughts...?!  
when developer add it in next revision , i will try. If each software need be patched by myself, i have no time to do other things what i must to do.

MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]


mdelfede


thomas

Yep, a checklist instead of a checkbox and combobox would be nice. Also, it should immediately pop up the file selector box, so you don't need to click on "..."
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

mdelfede

Quote from: thomas on July 19, 2006, 02:52:44 PM
Yep, a checklist instead of a checkbox and combobox would be nice. Also, it should immediately pop up the file selector box, so you don't need to click on "..."

Is it possible to combine the file selector and the wizard page in one dialog ? Then the problem of missing path would be gone.
The wizard could open in last visited path (or project path if none).

Ciao

Max

MortenMacFly

Quote from: thomas on July 19, 2006, 02:52:44 PM
Yep, a checklist instead of a checkbox and combobox would be nice. Also, it should immediately pop up the file selector box, so you don't need to click on "..."
Hey, common: Once you have enabled the checkbox on the info dialog that's what you got... ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

jpaterso

How about the default code? That was a great option that was available before... It doesn't seem to work anymore with newly created files...

Thanks,

- Joe

MortenMacFly

Quote from: jpaterso on July 19, 2006, 04:41:24 PM
How about the default code? That was a great option that was available before... It doesn't seem to work anymore with newly created files...
What default code? (I really can't recall?!)
You don't mean the class wizard? Or the code that is put if you choose e.g. the DLL wizard?!
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

killerbot

you could specify some text that woule be applied to every new header and or source file.

Eg company headers , or gnu license stuff etc ...
I think that's down for the moment.

Max

Please,

thomas> Yep, a checklist instead of a checkbox and combobox would be nice. Also, it should immediately pop up the file selector
thomas> box, so you don't need to click on "..."

don't forget an "All" option to add the new file to all available targets. I am adding (latest nightly) some new files in a project with 4 targest. It is not confortable to manually add any new file to all the targets.

Massimo

Michael

[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

MortenMacFly

Quote from: mdelfede on July 19, 2006, 02:16:47 PM
Adding to more than one target is missing in that one... would be better a checklist.
I'll give it a try when I have time... I need to write down all that stuff not to forget...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]