micro/internal/action
Dmitry Maluka 104caf08dd Highlighting trailing whitespaces
Added option `hltrailingws` for highlighting trailing whitespaces
at the end of lines. Note that it behaves in a "smart" way.
It doesn't highlight newly added (transient) trailing whitespaces
that naturally occur while typing text. It would be annoying to
see transient highlighting every time we enter a space at the end
of a line while typing.
So a newly added trailing whitespace starts being highlighting
only after the cursor moves to another line. Thus the highlighting
serves its purpose: it draws our attention to annoying sloppy
forgotten trailing whitespaces.
2024-03-14 03:10:31 +01:00
..
actions.go Smarter smartpaste (#3001) (#3002) 2024-03-13 21:16:10 +01:00
actions_other.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
actions_posix.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
bindings.go fix: allow binding the minus key, fixes #2471 (#2617) 2023-01-11 21:56:54 -08:00
bufpane.go Highlighting trailing whitespaces 2024-03-14 03:10:31 +01:00
command.go command: Fix set local-only options for the current buffer only (#3042) 2024-03-13 21:34:52 +01:00
defaults.go Update keybinding docs 2020-09-06 17:38:23 -04:00
defaults_darwin.go Goto next/previous diff commands + minor cleanups (#2759) 2023-04-20 15:23:35 -07:00
defaults_other.go Goto next/previous diff commands + minor cleanups (#2759) 2023-04-20 15:23:35 -07:00
events.go Replace meta with alt automatically, update tcell 2020-09-05 21:59:19 -04:00
globals.go Improve comments 2021-08-21 17:58:30 -04:00
infocomplete.go options: add matchbracestyle (#2876) 2024-03-13 20:21:27 +01:00
infopane.go Add HistorySearchUp and HistorySearchDown actions (#1829) 2023-07-08 14:00:22 -07:00
keytree.go More style improvements 2021-08-21 18:04:08 -04:00
pane.go More style improvements 2021-08-21 18:04:08 -04:00
rawpane.go Update to tcell v2 2020-09-05 14:52:35 -04:00
tab.go Add onSetActive callback (#2885) 2023-08-31 17:29:07 +01:00
terminal_supported.go Check error in terminal emulator 2020-07-27 17:43:55 -04:00
terminal_unsupported.go Use actual lua functions for callbacks instead of strings 2020-02-08 15:49:41 -05:00
termpane.go Fix internal string binding representation 2020-11-05 15:52:25 -05:00