Author Topic: two little suggestions concerning project manager  (Read 5007 times)

antalar

  • Guest
two little suggestions concerning project manager
« on: August 22, 2007, 04:42:12 pm »
I just start working with Code::Blocks and haven't found two features:

1) add new files to project by right button
2) rename project files in project manager

with best regards,
Anton Goloborodko.

P.s. Sorry for my english :)

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: two little suggestions concerning project manager
« Reply #1 on: August 22, 2007, 05:03:21 pm »
That's strange, because I certainly found them. :)

[attachment deleted by admin]
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

antalar

  • Guest
Re: two little suggestions concerning project manager
« Reply #2 on: August 22, 2007, 05:14:58 pm »
That's strange, because I certainly found them. :)

Yes, I'm too inattentive. :) And now I understand, that I can't rename main.cpp :)

I can change my first suggestion - may be add this command to right-click menu on "Sources"?

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: two little suggestions concerning project manager
« Reply #3 on: August 22, 2007, 05:17:18 pm »
Yes, I'm too inattentive. :) And now I understand, that I can't rename main.cpp :)

You have to close the file in the editor before renaming it.

antalar

  • Guest
Re: two little suggestions concerning project manager
« Reply #4 on: August 22, 2007, 05:20:05 pm »
Yes, I'm too inattentive. :) And now I understand, that I can't rename main.cpp :)

You have to close the file in the editor before renaming it.

thanks :)

Offline rhf

  • Multiple posting newcomer
  • *
  • Posts: 123
Re: two little suggestions concerning project manager
« Reply #5 on: August 23, 2007, 05:44:01 am »
That's strange, because I certainly found them. :)
Hi,

A refinement to this is the ability to add the active file to the project with a right-click option.
I often open an include file and decide that I would like to add it to the project.
I really miss the context menu option to do this.

Thanks.