[WIP] Tolerable drop-in replacement for VSCode.
Go to file
Nefo Fortressia bf51d4dd9f feat: Add the needed boilerplate code needed to run the program
This moves ui/echidna.ui and src/resources.qrs  to src/echidna.ui and src/resources.qrs respectively.
I couldn't find any way to have these files on a separate ui folder,
as CMake's AUTOUIC feature will only look for .ui files in the importing code's directory.

I have compiled and ran this and the UI feels great. I mean I have the Dracula theme configured on my machine, not sure what will it looked like without it. Next up we will work on our Monaco replacement. Will discuss on whether making it a Qt Designer plugin or not.
2021-09-13 14:32:06 +07:00
.vscode chore: Change compiler to GCC 2021-09-13 14:22:39 +07:00
src feat: Add the needed boilerplate code needed to run the program 2021-09-13 14:32:06 +07:00
.gitignore chore: Add gitignore for CMake files 2021-09-13 14:24:44 +07:00
CMakeLists.txt feat: Add the needed boilerplate code needed to run the program 2021-09-13 14:32:06 +07:00
LICENSE Initial commit 2021-08-26 21:31:53 +07:00
README.md Initial commit 2021-08-26 21:31:53 +07:00

README.md

Codebreaker