More work on the Spell-Checker (SpartanJ/ecode#515).

Spell-Checked a lot of code.
This commit is contained in:
Martín Lucas Golini
2025-08-21 01:43:42 -03:00
parent afdd219935
commit 4b4a5f3491
119 changed files with 606 additions and 497 deletions

View File

@@ -169,7 +169,7 @@
"eepp-linux": {
"build": [
{
"args": "--disable-static-build --with-text-shaper --with-debug-symbols --with-mold-linker gmake",
"args": "--disable-static-build --with-text-shaper --with-debug-symbols --with-mold-linker --address-sanitizer gmake",
"command": "premake4",
"working_dir": "${project_root}"
},
@@ -300,6 +300,12 @@
"command": "${project_root}/bin/eepp-fonts-debug",
"name": "eepp-fonts-debug",
"working_dir": "${project_root}/bin"
},
{
"args": "",
"command": "${project_root}/bin/eterm-debug",
"name": "eterm-debug",
"working_dir": "${project_root}/bin"
}
],
"var": {