adonais / skylark

Skylark Editor is written in C, a high performance text/hex editor. Embedded Database-client/Redis-client/Lua-engine. You can run Lua scripts and SQL files directly.
https://sourceforge.net/projects/libportable/files/Skylark/
GNU General Public License v3.0
461 stars 45 forks source link

Build and Run like Geany #100

Open ghost opened 10 months ago

ghost commented 10 months ago

This is a very powerful feature of Geany that makes it perfect to be a lightweight IDE. The build and run settings could be configured for each programming language in the programming language file (filedefs) or directly in Geany's UI with the Set Build Commands dialog.

adonais commented 10 months ago

It's not useful, when building a project, you should choose a compilation toolchain, not a text editor.