Currently the menu buttons are disabled after switching to the new mapping approach.
We want to enable them later, but we still have to investigate whether all the functions work correctly and are properly tested.
The menubar contains buttons for inserting and deleting nodes as well as wrapping and lifting in/from container nodes. With regards to wrapping and lifter #58 exists, but this functionality has largely been implemented already, but not well tested. Testing is also partly tracked in #57.
Concrete list:
- The line numbers need to be updated on every node change.
- code entered above in .v files does not appear on its own line.
- Latex Math mode entered in .v file should appear inside a rocq doc comment.
- Lifting an input area works but leaves empty lines in place of the input area tags.
- Select parent does not seem to work correct, having the cursor in a code cell and doing
ctrl-. does not allow you to select the code node.
@XyntaxCS could you write a short bit in this description on what still needs to be tested, reviewed, etc. with regards to the insertion and deletion logic?
Currently the menu buttons are disabled after switching to the new mapping approach.
We want to enable them later, but we still have to investigate whether all the functions work correctly and are properly tested.
The menubar contains buttons for inserting and deleting nodes as well as wrapping and lifting in/from container nodes. With regards to wrapping and lifter #58 exists, but this functionality has largely been implemented already, but not well tested. Testing is also partly tracked in #57.
Concrete list:
ctrl-.does not allow you to select the code node.@XyntaxCS could you write a short bit in this description on what still needs to be tested, reviewed, etc. with regards to the insertion and deletion logic?