Files
ale/doc
Kevin Clark 39f393ef07 Add nvim floating window support (replaces #3314) (#3470)
* Add nvim floating window hover support
* Add configuration for float to replace preview
* preview#ShowFloating: qualify local variables
* Configure floating preview usecases individually

Also:
  * Extract floating preview to its own file.
  * Ignore 'stay_here' option. Moving into the floating preview window
    seems confusing at best.
  * Re-use existing floating preview window if it's still up.
  * Flush out floating preview documentation.

* Watch cursor position changes per window

Floating previews open a new window, so when that window is written to,
it moves briefly there at a different position than the original window.
This makes repeated positions detected when positions are tracked at a
s: level. Instead, we change the variable to window scoped, which only
fires a message if the cursor has changed from the last position in
*that window*.

* g:ale_floating_preview cleanup
* floating_preview: add ALEDetail tests
* Fix fecs test missing runtime call
* Add ALEHover floating preview tests

Co-authored-by: Jan-Grimo Sobez <jan-grimo.sobez@phys.chem.ethz.ch>
2021-01-14 18:06:20 +00:00
..
2019-07-01 20:50:02 -04:00
2018-12-01 15:05:18 +09:00
2019-07-30 11:12:46 -04:00
2019-09-10 20:54:14 +01:00
2018-07-01 13:55:41 +01:00
2020-09-07 02:24:39 -04:00
2019-09-04 00:20:12 +02:00
2017-12-26 14:10:28 -06:00
2017-12-01 17:36:44 +00:00
2020-05-22 06:09:14 -05:00
2018-08-02 13:50:56 -07:00
2020-10-23 11:48:21 +01:00
2019-05-23 15:49:02 +01:00
2017-08-10 21:09:58 +01:00
2020-12-23 16:50:45 +01:00
2018-11-11 18:26:37 +01:00
2020-07-25 02:32:10 -03:00
2020-08-04 20:11:49 +01:00
2019-03-15 16:21:48 -05:00
2018-09-08 16:05:34 -04:00
2019-01-20 19:39:47 -06:00
2019-01-27 12:14:34 +00:00
2020-11-21 15:59:50 +00:00
2018-05-04 21:44:32 +02:00
2019-11-14 14:50:21 +00:00
2019-08-26 19:21:07 +01:00
2018-09-26 20:09:37 +08:00
2018-09-06 21:59:03 -04:00
2018-09-28 16:18:40 -07:00
2018-04-21 22:09:38 +09:00
2018-02-10 13:17:53 -06:00
2018-10-26 17:29:17 +01:00
2019-08-12 11:49:19 -04:00
2018-06-25 10:28:59 +02:00
2020-11-21 20:58:34 +00:00
2020-09-14 07:57:22 -03:00
2020-12-17 09:19:19 +01:00
2019-08-31 12:34:57 +08:00
2018-12-06 11:23:31 -07:00
2020-07-30 09:00:20 -05:00
2019-09-19 20:26:24 +01:00
2020-08-28 09:25:40 +01:00
2017-08-02 23:05:19 +01:00
2020-11-25 01:21:53 +01:00
2018-08-03 21:13:48 +01:00