SpartanJ / ecode

Lightweight multi-platform code editor designed for modern hardware with a focus on responsiveness and performance.
MIT License
935 stars 13 forks source link

[Plugin Request] Compiler for All Programming Languages #98

Closed zhaolinlau closed 1 year ago

zhaolinlau commented 1 year ago

I am here to request a plugin which allows to compile, build, and run the files/programs of C/C++, Java, Python, Lua, Rust, ..., etc. Just like how Geany did.

SpartanJ commented 1 year ago

There will be a very similar feature available in the next release, it's basically a generic build manager, inspired from the QtCreator build manager:

https://github.com/SpartanJ/ecode/assets/650416/67c4447a-c3ad-4fe0-b3e6-1eec89ffcf10

Geany version is much more limited, I needed something more powerful for my daily usage. It will be a core feature (no plugin).

emeraldtip commented 1 year ago

And you're saying this is coming THIS WEEK? Can't wait to get this in a full release, absolutely splendid work

SpartanJ commented 1 year ago

Thank you! Yes, this week for sure. I've been delaying this release for far too long. I need to fix a couple of minor issues with this and all will be ready.

SpartanJ commented 1 year ago

Released.