diff --git a/TO-DO-List.md b/TO-DO-List.md index 1671a87..4f3d05e 100644 --- a/TO-DO-List.md +++ b/TO-DO-List.md @@ -86,8 +86,6 @@ Contents: is outside the ASCII range. Could be global, could be custom. * Extension script enhancements. - * Add 2D line vector and 3D mesh visualizers. Useful for 3D games, - Atari DVG, etc. * Define file access primitives so scripts have limited access to files outside the sandbox. Only useful if something needs data beyond what it can extract from a .sym65, or more data than we want to @@ -367,7 +365,7 @@ Contents: * Use Visual Studio style docking windows, allowing the UI to be configured freely. (I have no idea how to do this.) - * Multi-operand editing for instructions. Like what we do for data, but + * Multi-line editing for instructions. Like what we do for data, but for code. Not sure how often that will be useful, or how it will work for an arbitrary selection. (A keyboard shortcut that rotates through the various numeric forms might be sufficient.)