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-view/src
Roland Kovacs c2cc2037b5
Better handling of symlinks (#2718)
- Add file-picker.follow-symlinks configuration option (default is true), this
  also controls if filename and directory completers follow symlinks.

- Update FilePicker to set editor error if opening a file fails, instead of
  panicing.

Fix #1548
Fix #2246
2 years ago
..
handlers Improve Readability (#2639) 2 years ago
clipboard.rs cfg-gate unused functions on macos & windows (#2332) 2 years ago
document.rs minor: Simplify Document.language_id() 2 years ago
editor.rs Better handling of symlinks (#2718) 2 years ago
graphics.rs Merge pull request #1154 from sudormrfbin/cursor-shape-new 2 years ago
gutter.rs simplify fallback for selected line-number theming (#2768) 2 years ago
info.rs Handle newlines in register infobox 2 years ago
input.rs simplify some keymap key names (#2677) 2 years ago
keyboard.rs fix: Normalize backtab into shift-tab 3 years ago
lib.rs Split off dap event handlers into helix-view to allow reuse 2 years ago
macros.rs Simplify view/doc macros 3 years ago
theme.rs Fallback to broader scope if theme scope not found (#1714) 2 years ago
tree.rs Move Tree nodes on view swap 2 years ago
view.rs Fix panic on close last buffer (#2367) (#2658) 2 years ago