enso/app/gui2/shared/ast
Adam Obuchowicz 2384fe851d
Fix undoing node removal (#9561)
Fixes #9314

The node deletion does not remove AST node from the module, only unpin it from its parent; so undoing does not add this node, just modify it, and thus we weren't informed about metadata change.
2024-03-29 16:31:00 +00:00
..
generated Syntactic synchronization, automatic parentheses, metadata in Ast (#8893) 2024-02-02 10:22:18 +01:00
debug.ts Enable the Code Editor, with new apply-text-edits algo. (#9055) 2024-02-19 23:57:42 +00:00
ffi.ts Fix AST spacing (#9366) 2024-03-12 01:57:29 +00:00
index.ts Fix AST spacing (#9366) 2024-03-12 01:57:29 +00:00
mutableModule.ts Fix undoing node removal (#9561) 2024-03-29 16:31:00 +00:00
parse.ts Ast.Vector (#9328) 2024-03-08 15:14:06 -05:00
parserSupport.ts Syntactic synchronization, automatic parentheses, metadata in Ast (#8893) 2024-02-02 10:22:18 +01:00
sourceDocument.ts Vue dependency update, better selection performance, visible quotes in text inputs (#9204) 2024-03-06 15:34:07 +00:00
text.ts Vue dependency update, better selection performance, visible quotes in text inputs (#9204) 2024-03-06 15:34:07 +00:00
token.ts New JSON visualization (#9409) 2024-03-25 12:03:18 -04:00
tree.ts Multi-select (part 1) (#9516) 2024-03-25 12:05:20 -04:00