News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

About new Project creation

Started by Vampyre_Dark, June 16, 2006, 06:36:47 AM

Previous topic - Next topic

Vampyre_Dark

Something I noticed in the new nightlies just the other day, when creating a new project, C::B now automatically creates a new folder. And configures everything to run out of this one folder. This made making projects for me harder.

The old method used to just save a project file in the folder you specified, and I could use my own setup which was:

Project Folder (contained the .exe and only other files to be used by the program)
/src (subfolder with all the source code and project files)
src/obj

I would create the folders first, and then just save my project file in the src folder.

I now have to clear out all the files, and reconfigure everything from scratch when I make a new project. Before, I just needed to change the .exe to output into the base folder.
C::B Wishlist
~BOYCOTT THE EVIL YELLOW BOXES~

jarro_2783

I noticed that too. It is kind of annoying. Maybe it's part of the template and we could make our own template to fix it, but that would be annoying as well.
I've kind of gotten used to it, because now I have one base folder for all my projects and I just type the name in and it makes the folder for me, so it's not too bad.

Vampyre_Dark

It would be nice to have

Put src in this folder: _____
put obj in this folder: _____
put compiled output in this folder: _____
execute from this folder: ______

Woudl solve everything. Call it 'advanced' with it's own dialog.
C::B Wishlist
~BOYCOTT THE EVIL YELLOW BOXES~

jarro_2783


mandrav

Quote from: Vampyre_Dark on June 16, 2006, 06:36:47 AM
Something I noticed in the new nightlies just the other day, when creating a new project, C::B now automatically creates a new folder. And configures everything to run out of this one folder. This made making projects for me harder.

The old method used to just save a project file in the folder you specified, and I could use my own setup which was:

Nothing has changed regarding this. The old template-based projects work as you expect them to (without creating dirs). The new script-based projects create the dir.
Be patient!
This bug will be fixed soon...