enso/lib/rust/text/src
Ilya Bogdanov 1f8675a031
Fix atom types in dropdowns. (#7670)
Fixes #7468

The fix is pretty simple: we reuse the existing functionality for importing stuff and generating expressions. It fixes issues with `Nothing` or `Report_Unmatched` types.


https://github.com/enso-org/enso/assets/6566674/4e7addf9-2175-4f2a-a571-4ef823de5cb0

While debugging, I found it easier to work with a suggestion database when exported to some external format. Hence, I implemented serde serialization support for database entries and also a new debug shortcut <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>u</kbd> to dump all entries to the console.
2023-09-05 14:51:33 +00:00
..
index.rs Fix atom types in dropdowns. (#7670) 2023-09-05 14:51:33 +00:00
lib.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00
range.rs Wip/wdanilo/widgets 182746060 (#3678) 2022-10-04 04:51:27 +02:00
rope.rs Wip/wdanilo/widgets 182746060 (#3678) 2022-10-04 04:51:27 +02:00
spans.rs Wip/wdanilo/widgets 182746060 (#3678) 2022-10-04 04:51:27 +02:00
text.rs Simplify CB names (#7534) 2023-08-14 07:22:50 +00:00
unit.rs Fix atom types in dropdowns. (#7670) 2023-09-05 14:51:33 +00:00