News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

New file open

Started by dayul, May 31, 2013, 07:11:58 PM

Previous topic - Next topic

dayul

Hello to all Members,

I am new to Code Blocks.

In Code Block new file open steps are as:

File -> New -> File -> New Form Template -> C++ Source file -> C++ -> File Name with full path.

Is there any Keyboard shortcuts OR Macro to directly open new C++ source file in pre defined location.

Regards

oBFusCATed

I always use CTRL+SHIFT+N, which is not exactly the same :)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

dayul

Thanks for reply.

ctrl+shift+N is for Empty file.I need to open New C++File.
Regards

Jenna

Just save it and add it to project.
You must give it the fullname including the ending in both dialogs.
What you do not get in this case is the default code (if you have set in in the editors settins).