enso/lib/rust
Adam Obuchowicz 1d2371f986
Groups in DocTags (#7337)
Fixes #7336 in a quick way.

Next to the old way of defining groups, the library can just add `GROUP` tag to some entities, and it will be added to the group specified in tag's description.

The group name may be qualified (with project name, like `Standard.Base.Input/Output`) or just name - in the latter case, IDE will assume a group defined in the same library as the entity.

Also moved some entities from "export" list in package.yaml to GROUP tag to give an example. I didn't move all of those, as I assume the library team will reorganize those groups anyway.

### Important Notes

@jdunkerley @radeusgd @GregoryTravis When you will start specifying groups in tags, remember that:
* The groups still belongs to a concrete project; if some entity outside a project wants to be added to its group, the "qualified" name should be specified. See `Table.new` example in this PR.
* If the group name does not reflect any group in package.yaml **the tag is ignored**.
* A single entity may be only in a single group. If it's specified in both package.yaml and in tag, the tag takes precedence.

---------

Co-authored-by: Ilya Bogdanov <fumlead@gmail.com>
2023-07-24 15:54:16 +02:00
..
automata Improved FRP implementation (#6944) 2023-06-17 16:14:19 +02:00
bitmap Fix #6011. Don't use debug-assertion; fix sanity check that wasn't being run. (#6187) 2023-04-10 06:41:37 +00:00
callback Vector Editor first visual implementation (#6245) 2023-04-19 04:26:01 +02:00
code-builder Defer dropdown view initialization until opened and cache shaders between layers (#4046) 2023-01-13 15:30:38 +00:00
config-reader Bump rustc to nightly-2023-01-12 (#4053) 2023-02-02 23:05:25 +00:00
data-structures Improved FRP implementation (#6944) 2023-06-17 16:14:19 +02:00
debug-api Hotkey to display GPU debug info (#6188) 2023-04-04 12:32:16 +02:00
ensogl New icons, part 1 (#7296) 2023-07-18 13:27:40 +00:00
executor Drop method exported from WASM + removing leaks. (#6365) 2023-04-25 15:38:29 +00:00
frp Fix fast typing leading to wrong component browser selection. (#7032) 2023-06-22 07:50:18 +00:00
frp2 Improved FRP implementation (#6944) 2023-06-17 16:14:19 +02:00
fuzzly Better sorting after filtering items in the Component Browser (#4115) 2023-03-16 11:23:40 +00:00
generics Improved FRP implementation (#6944) 2023-06-17 16:14:19 +02:00
json-rpc Improved FRP implementation (#6944) 2023-06-17 16:14:19 +02:00
json-to-struct Fixing Electron runner (#5633) 2023-02-19 01:37:58 +01:00
launcher-shims Bump rustc to nightly-2023-01-12 (#4053) 2023-02-02 23:05:25 +00:00
logging Reworked ide watch and ide start commands (#5634) 2023-03-02 23:00:47 +01:00
macro-utils Reworked ide watch and ide start commands (#5634) 2023-03-02 23:00:47 +01:00
metamodel Improved FRP implementation (#6944) 2023-06-17 16:14:19 +02:00
notification Implement documentation IR (#4024) 2023-01-12 14:50:33 +00:00
parser Groups in DocTags (#7337) 2023-07-24 15:54:16 +02:00
prelude Groups in DocTags (#7337) 2023-07-24 15:54:16 +02:00
profiler Improve performance of graph changes (#6954) 2023-06-14 18:16:50 +00:00
reflect Reworked ide watch and ide start commands (#5634) 2023-03-02 23:00:47 +01:00
shapely Improved FRP implementation (#6944) 2023-06-17 16:14:19 +02:00
shortcuts Bump rustc to nightly-2023-01-12 (#4053) 2023-02-02 23:05:25 +00:00
text Editing via esc does not correctly update node view (#3799) 2022-10-25 15:37:49 +00:00
types Improved FRP implementation (#6944) 2023-06-17 16:14:19 +02:00
web Fix leaks after calling wasm drop (#7038) 2023-06-20 16:55:23 +00:00
zst Improved FRP implementation (#6944) 2023-06-17 16:14:19 +02:00