enso/app/gui2/shared/ast
Kaz Wesley 6426478c97
Copy/paste improvements (#9734)
Copying nodes:
- Multiple nodes supported.
- Node comments and user-specified colors included.
- Google Sheets data can be pasted to produce a `Table` node, handled the same way as Excel data.

# Important Notes
- Fix E2E tests on OS X.
- Add E2E and unit tests for clipboard.
- Use the lexer to test text escaping; fix text escaping issues and inconsistencies.
2024-04-19 16:33:51 +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 Store graph viewport in client local storage (#9651) 2024-04-09 12:02:11 +00:00
index.ts Hide errors from input nodes (#9633) 2024-04-05 18:07:32 +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 Copy/paste improvements (#9734) 2024-04-19 16:33:51 +00:00
token.ts New JSON visualization (#9409) 2024-03-25 12:03:18 -04:00
tree.ts Copy/paste improvements (#9734) 2024-04-19 16:33:51 +00:00