Commit Graph
14 Commits
Author SHA1 Message Date
Stone_Red 7eea8756bc Fix editor not refreshing after using debug and run keyboard shortcuts 2026-03-04 23:38:22 +01:00
Stone_Red 882c4f3a51 Add proper docs 2026-03-04 23:33:08 +01:00
Stone_Red 163bf677ae Add line formatting with auto indentation and fix syntax highlighting in editor 2026-03-04 23:02:40 +01:00
Stone_Red 7f58fb4aaf Add step debug mode and refactor command handling for run/debug 2026-03-04 16:01:23 +01:00
Stone_Red 7078ed5637 Upgrade to .NET 8 and code cleanup 2024-08-07 19:48:03 +02:00
Stone_Red ce3715c1b5 Reformatting and reimperilment escape codes 2023-09-27 17:17:28 +02:00
Stone_Red 1ced6f393c Improve code formatting 2022-11-17 11:40:51 +01:00
Stone_Red 510d2d910c Add more statements and bug fixes
- Add `Execute(List<string>...` method to interpreter
- Add escape sequence (`!!`)
- Fix `Evaluator.Calulate` method not correctly handling `-` and `+` prefixes
2022-03-31 13:01:31 +02:00
Stone_Red ea5bbda2c7 - Fix code editor resize problems
- Fix crash when using `get` our `out` multiple times with the same variable name
- Show the name of the file in which the error occured
2022-01-13 07:30:37 +01:00
Stone-Red-Code 2a7e8074ba - Add functions
- Code improvements
2021-11-19 20:49:55 +01:00
Stone-Red-Code e6d31c8277 - Improve debug output 2021-10-14 15:03:44 +02:00
Stone-Red-Code 80fda48944 - Add global variables
- Add task id's
- Fixed editor bugs
- Fix input handler bugs
2021-10-13 22:16:57 +02:00
Stone-Red-Code ae27262a51 - Add some editor key combinations
- Improve saving performance
2021-10-11 20:00:13 +02:00
Stone-Red-Code 8b21c99f54 - Add cls statement (clear screen)
- Improved code structure of the editor
- Some bug fixes
2021-10-10 21:20:51 +02:00