helix-mirror/helix-view/src
Michael Davis f0d1caafcf
Look for the external formatter before invoking it (#3670)
Currently it is not possible to save a file with a language that
has an external formatter configuration unless the external
formatter is installed, even if the language has a Language Server
configuration capable of auto-format. This change checks that the
external formatter exists before using it to create a formatting
callback.
2022-09-04 09:59:20 +05:30
..
handlers Make external terminal provider configurable 2022-08-22 10:11:04 +09:00
clipboard.rs One more windows fix... 2022-08-22 10:29:11 +09:00
document.rs Look for the external formatter before invoking it (#3670) 2022-09-04 09:59:20 +05:30
editor.rs Expand doc/view macros to allow fetching specific id 2022-09-03 12:36:06 +09:00
graphics.rs Fix LF line-endings (#3316) 2022-08-03 07:53:57 -05:00
gutter.rs Make mode editor-wide rather than per-document 2022-09-01 16:14:38 +09:00
info.rs Handle newlines in register infobox 2022-02-10 10:52:06 +09:00
input.rs fix: Don't translate mouse up events as down 2022-08-31 11:36:18 +09:00
keyboard.rs Update to crossterm-0.25 (#3390) 2022-08-22 10:29:30 +09:00
lib.rs Split off dap event handlers into helix-view to allow reuse 2022-03-28 11:01:59 +09:00
macros.rs Expand doc/view macros to allow fetching specific id 2022-09-03 12:36:06 +09:00
theme.rs Add live preview to theme picker (#1798) 2022-07-05 19:44:16 +09:00
tree.rs Fix cargo doc warnings, and add GitHub action to ensure it (#3650) 2022-09-03 09:58:16 -05:00
view.rs Rename padding to spacer, remove by default 2022-07-26 10:10:06 +09:00