Ok, these are features that could be done without c++ coding, so it should be an easy project for contribution.
1. The template is a simple squirrel script, another template could be used as a reference
2. The compiler could be difined in a xml file. This would be possible only if the ada language is compiled the same as c/c++: there are separate steps for compilation of source files to object files and final linking step that combines all object files to the final executable.
Unfortunately non of the core devs does any ada programming, so it is not very likely that support for ada will be added any time soon.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The Ada compiler is part of the gcc suite and can be easily installed for example with mingw. Ada source files have the extension adb.
I try to add squirrel script soon.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The template file is not really useful. You need to provide a wizard.script. You can look for an example here: src/plugins/scriptedwizard/resources/console/
What do you mean by more integrated?
there are several things possible
- a project template for Ada like Fortran
Ok, these are features that could be done without c++ coding, so it should be an easy project for contribution.
1. The template is a simple squirrel script, another template could be used as a reference
2. The compiler could be difined in a xml file. This would be possible only if the ada language is compiled the same as c/c++: there are separate steps for compilation of source files to object files and final linking step that combines all object files to the final executable.
Unfortunately non of the core devs does any ada programming, so it is not very likely that support for ada will be added any time soon.
The Ada compiler is part of the gcc suite and can be easily installed for example with mingw. Ada source files have the extension adb.
I try to add squirrel script soon.
first version of ada project template
first version gnat ada compiler (gcc)
Ada hello world program
What do you mean by first version? Do you plan to improve it in the near future?
Try to update stuff regularly.
The template file is not really useful. You need to provide a wizard.script. You can look for an example here: src/plugins/scriptedwizard/resources/console/
https://github.com/obfuscated/codeblocks_sf/tree/master/src/plugins/scriptedwizard/resources/console