Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: polygon7 on May 17, 2006, 10:16:04 pm

Title: New project wizard (Fortran console)
Post by: polygon7 on May 17, 2006, 10:16:04 pm
Hi,
i was patched a little console wizard and added Fortran ,,Hello world'' to it.
Link: http://www.savefile.com/files/1467267

Small ,,How to'':
1) setup Fortran compiler in C::B (http://wiki.codeblocks.org/index.php?title=Installing_Fortran_Compiler)
2) go to
Quote
<installation path>/codeblocks/templates/wizard
3) unpack bziped patch, and run
Quote
patch -p1 < fortran_console_wizard.diff
:)
Title: Re: New project wizard (Fortran console)
Post by: MortenMacFly on May 17, 2006, 10:34:30 pm
That's quite a good idea, but I think there is one issue as of now:
Since the Fortran compiler is an AddOn to Code::Blocks this wizard would fail on a "default" or even "SVN" version of Code::Blocks. So I guess it's a little too early for this to add currently because people usually get confused if things do not work. This would most likely be that case for this option.
Anyway, this surly makes sense after the compiler framework re-design is completed so please keep that in mind and remind (us) later.
With best regards, Morten.
Title: Re: New project wizard (Fortran console)
Post by: polygon7 on May 17, 2006, 10:38:15 pm
Anyway, this surly makes sense after the compiler framework re-design is completed so please keep that in mind and remind (us) later.
With best regards, Morten.
Ok, i will remind you later about it :)