enso/app/ide-desktop/lib/content
somebody1234 b59e7c088e
[gui2] Shortcut manager + shortcuts for selecting nodes (#7893)
- Closes #7874
- Chosen solution: Use the dashboard's shortcut manager to register keybinds and match mouse shortcuts
- Switch existing shortcuts to shortcut manager as well
- Switch visualizations to use the shortcut manager too
- Closes #7865
- Implements all shortcuts for node selection, *except* the arrow key shortcut
- Adds circle cursor selection brush
- The fade out from inactivity (which is present in the Rust source code) is currently missing

Other changes:
- Change everything to use `pointerdown` as appropriate, to ensure the event handlers are called in the right order

# Important Notes
The arrow key shortcut to navigate to the nearest node in that direction *has not* been implemented.
This may need discussion on how it should work

The implementation in general is pretty inefficient - this is intentional, performance can be optimized in the future
2023-10-02 09:03:47 +00:00
..
src [Gui2] Opening projects and language server connection (#7813) 2023-09-22 03:43:25 +00:00
bundle.ts Fix some dashboard issues (#6668) 2023-05-26 10:17:03 +00:00
esbuild-config.ts [gui2] Shortcut manager + shortcuts for selecting nodes (#7893) 2023-10-02 09:03:47 +00:00
globals.d.ts QoL code improvements for dashboard (#7022) 2023-06-19 01:02:08 +02:00
package.json [Gui2] Opening projects and language server connection (#7813) 2023-09-22 03:43:25 +00:00
start.ts Fix some dashboard issues (#6668) 2023-05-26 10:17:03 +00:00
tsconfig.json [Gui2] Opening projects and language server connection (#7813) 2023-09-22 03:43:25 +00:00
watch.ts QoL code improvements for dashboard (#7022) 2023-06-19 01:02:08 +02:00