mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 00:27:16 +03:00
bf42ed482d
Several small changes: - Dropdowns: Populate `GridView` lazily (fixes #6865). - Clear disconnected edges when editing node (fixes case 1 in #7018). - Fix regression in node selection rendering (2nd bug in #6975). - Update profiler docs. The hotkey to *prOfile without exiting* is now `Ctrl+Alt+O` (`Ctrl+Alt+P` has been requisitioned by the CB). Node selection: | Pre-`Rectangle` | This PR | | --- | --- | | ![image](https://github.com/enso-org/enso/assets/1047859/bec341c1-dbf8-404d-9f2a-5d070c80ff15) | ![image](https://github.com/enso-org/enso/assets/1047859/8161390c-f64b-4bb3-8b7a-b87b2f9b4cd3) | # Important Notes - `Rectangle`: When `inset > border`, the extra space is now between the body and the border, not outside the border. - More robust node layering logic. Now an inconsistent layer order cannot occur, even if something strange happens (like editing an expression and an edge at the same time). - The dynamic drop down in the `drop_down` example scene doesn't show any entries before (or after) this, so I can't test the dynamic case. |
||
---|---|---|
.. | ||
engine-startup.md | ||
profiling.md |