mirror of
https://github.com/enso-org/enso.git
synced 2024-12-24 15:51:54 +03:00
4fdcea3635
Fixes #6736 Fixes #6486 Fixes #6601 To achieve goal mentioned in the title the following changes were made: 1. Now it's normal state of Component Browser to have no entry selected. In that case pressing enter will accept the input as-is. 2. The issues of `Column.from_vector` or actually any code being unintentionally inserted should be resolved, as in most of those scenarios we do not select any item in CB after list reload. Specifically, the first element is selected only when: * the input is empty (so the user just starts writing code) * or we filter by some pattern (we select the best match). This includes writing literal. 3. On this occasion, inserting literal was fixed, so no more random spaces are inserted inside. 4. Also, the entries in groups other than local group are reversed: now the entries specified as first in "component groups" section in the library will be easily approachable. In particular, now "Text input" is selected by default in empty node instead of `Column.from_vector`. https://github.com/enso-org/enso/assets/3919101/42064b08-16b4-4519-81de-8a2d3701c112 |
||
---|---|---|
.. | ||
gui | ||
ide-desktop |