update TODO list

This commit is contained in:
Axel Kohlmeyer
2023-08-30 16:19:28 -04:00
parent 4b910d7812
commit 0e9a402c5a

View File

@ -2,9 +2,6 @@ LAMMPS-GUI TODO list:
# Short term goals
- rewrite syntax highlighting to be line oriented instead of word oriented.
handle first part of line based on regular expressions, then advance and only highlight strings and numbers.
handle "&" continuation and multiline strings with """ like C style comments in Qt docs example
- add "syntax check" with enabled "-skiprun" flag
- switch input file editor to read-only while loop is running