News:

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

Main Menu

Idea: separating GUI and build system

Started by rathapolk, September 03, 2006, 07:45:27 PM

Previous topic - Next topic

rathapolk

This idea has come in my mind when I noticed that codeblocks can build its project files by a command line 'codeblocks --build'. What will happen if the GUI part and the build part are not in the same executable file? What if we have codeblocks.exe for the GUI and cb-build.exe(for example) for the build system part? The build system part is a console program outputing to stdout and stderr. The GUI part calls the build system part when the user invokes the Build menu item. To do this, the project has to be saved every time before build.

The advantage is that, in linux, we can execute 'cb-build --build ' when we want codeblocks to build a project file in console. We can also execute 'codeblocks --build' if we want the output to be displayed in GUI.

Ok this is just an idea. I didnt mean this is a good idea. It may have many drawbacks which I dont know. If you think this is a bad idea, just forget about it.

mandrav

QuoteOk this is just an idea. I didnt mean this is a good idea. It may have many drawbacks which I dont know. If you think this is a bad idea, just forget about it.

Good idea? Yes.
Feasible? No. Not in the current state. Maybe in a later version (5.0+ :lol:).
Be patient!
This bug will be fixed soon...

rathapolk

Quote from: mandrav on September 03, 2006, 08:16:53 PM
QuoteOk this is just an idea. I didnt mean this is a good idea. It may have many drawbacks which I dont know. If you think this is a bad idea, just forget about it.

Good idea? Yes.
Feasible? No. Not in the current state. Maybe in a later version (5.0+ :lol:).

Nice to hear that. :D