lib | ||
resource | ||
_build.cmd | ||
.gitignore | ||
Aide.bas | ||
Aide.rc | ||
LICENSE | ||
raedit.h | ||
raedit.inc | ||
README.md |
Aide
Aide is a proof-of-concept multi-tabbed Windows editor with syntax highlighting, code-folding, etc.
It uses the 64-bit C port of RaEdit, and is coded using the BCX programming language.
It requires PellesC as the backend C compiler.
To build, first open the _build.cmd
file and modify the two variables with the path to the PellesC folder and the folder containing the bc.exe
file.
Then simply execute the script to build.