Bug #19152 2013-10-12 13:31

copper

project first source file name is always "main.c(pp)"

The name of first source file added by program is always "main.cpp".When we look at the file directly,we don't know which project we are on.

Category
Application::Interface
Group
Platform:All
Status
Closed
Close date
2013-10-18 15:31
Assigned to
tpetrov
copper 2013-10-12 13:35

Sorry,this should be in "Features" section and seen as a "Feature Request"

ollydbg 2013-10-16 23:57

Which project? Console?

You can rename the source file, right?

Or, you can modify the project wizard to let the user manually enter the source file names.

tpetrov 2013-10-18 15:31

This is how it is.

If you want to name files differently you have three options:

1. use empty project

2. rename the file after creation (right click on it -> rename)

3. change the wizard script you use to suit your needs (right click on the script and then edit)