Commit graph

19 commits

Author SHA1 Message Date
e40b594ae5 fix(lua): share environment between command bar calls 2025-07-13 16:58:30 +02:00
e28436b76c feat(editor): command bar 2025-07-13 16:58:30 +02:00
2047ed6d65 fix(editor): fixed a few dark-theme-related bugs under windows 2025-07-13 16:58:30 +02:00
74b8bca10a feat(lua): added Instance.new for object creation 2025-07-13 16:58:30 +02:00
f27e778f1c fix(editor): standardize line endings to LF for scripts 2025-07-13 16:58:30 +02:00
c2135b2f8c fix(editor): script not reopening after being closed 2025-07-07 22:21:16 +02:00
c7b9e873ee chore: fix builds on non-linux systems 2025-06-07 01:04:01 +02:00
2b650c0fed chore: added warnings and dependencies. also fixed warnings 2025-06-05 20:19:36 +02:00
5f6ff971d2 refactor(datatypes): complete refactor of how datatypes work and removal of wrapper classes for bool, string etc. 2025-05-31 23:08:13 +02:00
a74b409459 fix(editor): lua theme on light mode 2025-05-20 19:05:49 +02:00
882a215b36 feat(editor): basic autocomplete 2025-05-17 21:38:01 +02:00
5e605a9692 feat(editor): customized lexer to add custom keywords 2025-05-17 20:34:10 +02:00
6f9856c384 fix(editor): automatically find monospace font 2025-05-16 10:41:47 +02:00
de0acda8ac feat(editor): delete script document if script is deleted. also prevent duplicates 2025-05-16 09:43:44 +02:00
626be7107f feat(lua): added delay global + fixed issues with waiting 2025-05-07 01:46:19 +02:00
deb72660da feat(editor): darcula theme for lua 2025-05-03 12:14:12 +02:00
99440cc3ee feat(script): added code to actually run lua code 2025-04-24 20:43:19 +02:00
4cfb327b65 feat(script): added source property 2025-04-24 16:33:34 +02:00
1858c703c7 feat(editor): added script document 2025-04-24 15:31:59 +02:00