enso/app/gui/language
Ilya Bogdanov 43b79e4569
Skip and Freeze macros in IDE (#3913)
[Task link](https://www.pivotaltracker.com/story/show/180886630).

This PR implements support for adding/removing skip and freeze macros on nodes by clicking on corresponding buttons.

This PR does not touch the parser and engine side, so `skip` and `freeze` macros return syntax errors.

https://user-images.githubusercontent.com/6566674/205052940-440553ae-1761-4452-927d-c3c39620e20a.mp4

# Important Notes
- `skip` and `freeze` macros are not working with the new parser. The code currently produces syntax errors. This would be fixed as a separate task {TBD link}
2022-12-06 14:48:28 +00:00
..
ast Skip and Freeze macros in IDE (#3913) 2022-12-06 14:48:28 +00:00
parser Bump rustc nightly-2022-11-22 (#3911) 2022-11-30 03:16:25 +01:00
span-tree Build script merge (#3743) 2022-10-10 23:38:48 +02:00