SpartanJ / ecode

Lightweight multi-platform code editor designed for modern hardware with a focus on responsiveness and performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Discussion] Build and Run

iahung3 opened this issue · comments

The first time you press F5, it successfully builds and runs the program. You modified the code. Now the code is no longer compileable. But if you press F5, it still launches the old program compiled the previous time.

You're correct, that's actually an small bug, I forgot to filter the exit status. Already fixed in dev branch.