Although the actual program is not ready yet, I have made the program documentation available so that a better understanding of the included features can be seen.
The current documentation reflects the stage of development so far, I doubt it will change much between now and a release, but you never know:)
Looking good! I hope you can release a beta soon! Still hoping to get auto complete and debugger integration (as I have not yet learned GDB) in the future.
Hello Rigo, I'm new here at AmigaNS ... I'm an old Amiga USER (last configuration was A1200 with PPC + BVision) and I'm back on Amiga with a new SAM440ep + Amiga OS 4.1
I've already developed some old applications/plugins on Amiga (68k) and on PC computer and I'd like to develop a game oriented language (like DarkBASIC on PC Computer) .... I've found your CodeBench project to be really interesting. I'd like to know if you have any plugin SDK available to show us how we can create support for others coding language with CodeBench ?
The plugin system as it stands currently is way too involved to be able to open it up to the public. Codebench is really just a GUI to the plugin, which does all of the language orientated stuff.
As a result of this, it's not a simple case of writing a plugin in a few hours to support new languages.
The only official way to support future languages will be to wait for me to implement it, sorry.
Concerning the IDE, maybe you can try to look toward CubicIDE (new name for GoldED package), writting plugin is not so complicated and i can help you if you wish.... See the official website
@Rigo : erf ! sad about this ... I've just read in an older post that it was possible .... bah ! I'll find another solution ... however .... your project seem promising :)
@Abalaban : Thank you for this link, I'll take a look at it today :)
No need to be sad, once the program is released, I will be adding plugins for various languages as the time goes by. I'll obviously need some information about the language, but plugins will appear.
The priority right now is the C/C++ plugin, as that will be the one that will accompany the AmigaOS4 SDK
I'll keep you informed about the evolution of my project... In fact, it should have been nice to use your IDE from the beginning to avoid me doing one (even a simpler one) and use yours to concentrate on the language core and commands sets.
While I'd love to let you have a copy of the current version, there are a few issues that I need to cure, and one involves waiting for a third party, so I'm kinda tied ATM