You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/helix-term/src
Gokul Soumya 3108a11d35
Refactor handling of mouse events (#2893)
- Simplified match statements by destructuring MouseEvent struct
  at the top and then matching on event.kind.
- Extracted out closures for calculating (1) position and view
  of mouse click and (2) gutter coordinates and view of mouse click.
2 years ago
..
commands feat: highlight / select symbol under cursor using LSP textDocument/documentHighlight (#2738) 2 years ago
keymap feat: highlight / select symbol under cursor using LSP textDocument/documentHighlight (#2738) 2 years ago
ui Refactor handling of mouse events (#2893) 2 years ago
application.rs factor new Application with file arg to function 2 years ago
args.rs Add refresh-config and open-config command (#1803) 2 years ago
commands.rs feat: highlight / select symbol under cursor using LSP textDocument/documentHighlight (#2738) 2 years ago
compositor.rs use test terminal backend for integration tests 2 years ago
config.rs Move top level lsp config to editor.lsp (#1868) 2 years ago
health.rs fix: do not color health summary when stdout is piped (#2836) 2 years ago
job.rs fix(command): write-quit: do not quit if write fails 2 years ago
keymap.rs Improve Readability (#2639) 2 years ago
lib.rs Add refresh-config and open-config command (#1803) 2 years ago
main.rs use main application event loop 2 years ago