Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: airc on May 12, 2013, 12:42:23 pm

Title: add file to the project
Post by: airc on May 12, 2013, 12:42:23 pm
hi
i just find the process of add new file (cpp or h ) to the project annoying it has alot of steps , unlike VS  with just Ctrl+N

so is there another way to do it simple ?
Title: Re: add file to the project
Post by: Jenna on May 12, 2013, 01:13:46 pm
"Ctrl+Shift+n" creates an empty file, you get an dialog that asks whether you want the file to be added to the project, in next step you can chose a name (with ending) and then add it to any target in the project you want.

I don't know what VS does, if you press "Ctrl+N", but I guess you have to chose filename and type also, and probably the solution you want it to be added to.
Title: Re: add file to the project
Post by: airc on May 12, 2013, 03:51:00 pm
it would be nice if some thing like this dialog box apprear when press Ctrl+Shift+n
Title: Re: add file to the project
Post by: oBFusCATed on May 12, 2013, 08:51:19 pm
Patches welcome :)