Go to file
2023-01-14 14:07:30 -05:00
lib Added libRAEditC.a library 2023-01-13 01:30:01 -05:00
resource Initial Commit 2023-01-13 01:26:52 -05:00
_build.cmd Added build script 2023-01-13 01:32:25 -05:00
.gitignore Updated 2023-01-13 01:42:09 -05:00
Aide.bas Added 'RaGetTabLabelText/RaSetTabLabelText' functions to set/get the Tab tet 2023-01-14 13:22:43 -05:00
Aide.rc Initial Commit 2023-01-13 01:26:52 -05:00
LICENSE Update 'LICENSE' 2023-01-13 06:24:36 +00:00
raedit.h Initial Commit 2023-01-13 01:26:52 -05:00
raedit.inc Added 'RaGetTabLabelText/RaSetTabLabelText' functions to set/get the Tab tet 2023-01-14 13:22:43 -05:00
README.md Updated README 2023-01-14 14:07:30 -05:00

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, 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.