32 Commits

Author SHA1 Message Date
MihailRis
dd40780334 add 'network' permission 2025-12-08 19:21:50 +03:00
MihailRis
56d808e3e2 add 'write-to-user' permission & refactor checking for writeability 2025-12-08 19:21:50 +03:00
MihailRis
8831d676d4 feat: project permissions loading 2025-12-08 19:21:50 +03:00
MihailRis
50f6c48771 add gui.set_syntax_styles 2025-11-23 18:10:06 +03:00
MihailRis
218c716892 fixes 2025-11-16 01:19:27 +03:00
MihailRis
17ffa73ce7 refactor: move and rename EnginePaths 2025-11-09 20:13:59 +03:00
MihailRis
01bf474a2b cleanup Engine.cpp a bit 2025-11-09 19:37:40 +03:00
MihailRis
87ff77a73f add project start application script 2025-11-09 18:26:36 +03:00
MihailRis
e83b3b3ce1 add protocol version check 2025-10-09 02:13:03 +03:00
MihailRis
1a7bcf9865 add 'connect' command & feat: disconnect-action 2025-10-09 01:04:08 +03:00
MihailRis
a33e3068c8 feat: resume on disconnect & add 'resumed' response 2025-10-09 00:42:19 +03:00
MihailRis
f4c3b53cd1 replace 'hit-breakpoint' with 'paused' 2025-10-09 00:28:06 +03:00
MihailRis
33a5410ca2 add 'reason' argument to debug.pause 2025-10-09 00:23:54 +03:00
MihailRis
4f6a443fa3 replace 'debug.breakpoint' with 'debug.pause' 2025-10-08 23:11:10 +03:00
MihailRis
8f56969997 add 'get-value' command 2025-10-08 21:35:37 +03:00
MihailRis
9372a5226e add 'step' and 'resume' commands 2025-10-07 21:53:46 +03:00
MihailRis
5972bc769b add 'set-breakpoint', 'remove-breakpoint' commands 2025-10-07 21:07:02 +03:00
MihailRis
95f30da49b add engine pause mode 2025-10-07 18:02:06 +03:00
MihailRis
c152cfc03f add debug.breakpoint 2025-10-06 21:47:53 +03:00
MihailRis
3fef284a02 test debugger commands 2025-10-06 01:54:35 +03:00
MihailRis
80cd187c6f add '--dbg-server' command-line argument & add debugging server draft 2025-10-05 23:54:29 +03:00
MihailRis
c8d760e83e update project script methods, replace project script with project client script 2025-08-18 21:20:18 +03:00
MihailRis
9fcff65cca cleanup 2025-08-07 22:37:40 +03:00
MihailRis
6164374666 feat: projects & replace builtins.list with 'base_packs' project property 2025-04-22 21:46:10 +03:00
MihailRis
5253be6c56 feat: custom languages syntax (WIP) 2025-04-13 00:19:38 +03:00
MihailRis
4360cd408b refactor: rename coders/lua_parsing to coders/syntax_parser 2025-04-12 21:14:18 +03:00
MihailRis
3a4b334d0b feat: 'edited' property reset & add 'oncontrolkey' textbox callback 2025-03-12 19:51:22 +03:00
MihailRis
223a846784 add Action and ActionsHistory 2025-03-12 01:51:46 +03:00
MihailRis
8a8c1525fd
Fix syntax highlighting unicode support (#475)
* convert BasicParser to a template

* fix syntax hightlighting with unicode characters
2025-02-22 01:01:20 +03:00
MihailRis
17dcbe98ab fix clang-check warnings 2025-01-01 16:06:44 +03:00
MihailRis
80e809f97f add markdown dialect (WIP) & add strikethrough and underline font styles 2024-12-06 17:35:03 +03:00
MihailRis
ed3865964b add syntax highlighting (WIP) 2024-12-04 22:13:17 +03:00