
Simple console editor for windows , linux , freebsd , dos
Made highlighting for FB.
Unicode is supported for windows , linux , freebsd
Endless rollbacks Undo|Redo
https://sourceforge.net/projects/console-edit/
I thought about it, but I'm not ready to take on such a task yet. To implement compilation, the editor must at least support multiple file uploads, but currently the editor only supports uploading one file at a time. You also need to think about the error output interface (especially in DOS, where not all errors can be obtained using PIPE). Maybe one dayc-sanchez wrote: ↑Jan 04, 2023 19:05 For some reason it's nice to use hahaha
Please add an option to set the fbc path, I guess with something like this in the ini file would be fine
compiler86=path
compiler64=path
and some shortcuts to use fbc in cedit (compile/run/quick run)
an option to switch between x86 and x64 compiler?
some option (with its shortcut) to set whether to compile a gui or a console program (-s gui / -s console)?