Author Topic: Project Title  (Read 5907 times)

roussec

  • Guest
Project Title
« on: August 21, 2005, 09:35:47 pm »
Hello,

whenever I create a console application the title of the application is not the name of the project but "Console Application". Is this on purpose? Why is the project title not the name of the project?

Thanks,

Christian

Offline AkiraDev

  • Multiple posting newcomer
  • *
  • Posts: 71
Re: Project Title
« Reply #1 on: August 21, 2005, 09:46:24 pm »
Hi,

The project title can be changed in the project properties.
Unfortunately, the default project name is always set by the project template, not it's filename.

Best regards

roussec

  • Guest
Re: Project Title
« Reply #2 on: August 21, 2005, 10:06:18 pm »
Yes I noticed that but I started this thread to dicuss if it would be better to set the project title to the project name in the first place.

Christian

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: Project Title
« Reply #3 on: August 22, 2005, 08:51:09 am »
I think that it should be usefull to have the possibility to set the project title, but the problem is: where? I don't want a new dialog box for it, but giving the title the same name as the project filename is a good idea I think...
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Project Title
« Reply #4 on: August 22, 2005, 09:07:24 am »
I think that it should be usefull to have the possibility to set the project title, but the problem is: where? I don't want a new dialog box for it, but giving the title the same name as the project filename is a good idea I think...

...or we could make the new project's title part of the templates dialog, i.e. choose project and set its title before pressing "Create".

Yiannis.
Be patient!
This bug will be fixed soon...

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: Project Title
« Reply #5 on: August 22, 2005, 09:10:49 am »
I didn't want to mention that :P yes that is a possibility..
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring