Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-27 | Close #4401 - Use subtle defaults for virtual-text | w0rp | |
Default virtual-text to the Comment highlight group and prefix virtual-text messages with comment text for each language by default. Messages can now be formatted with `%type%` to print the error type. The Vim 9.0 version has been updated in the Docker image to add test coverage for virtual-text. | |||
2022-12-25 | Update ALE to v3.3.0 | w0rp | |
2022-03-05 | Bump ALE to v3.2.0 | w0rp | |
2021-02-11 | Bump the ALE version to v3.1.0 | w0rp | |
2020-09-09 | Bump the ALE version to 3.0.0v3.0.0 | w0rp | |
2020-09-08 | Close #3003 - Show ignored linters in :ALEInfo | w0rp | |
2020-08-31 | Merge pull request #3078 from jgehrig/jg-issue2958 | w0rp | |
Issue 2958: Addtional ^M characters on Windows | |||
2020-08-23 | Close #2556 - Support filename mapping | w0rp | |
ALE now supports mapping files between different systems for running linters and fixers with Docker, in virtual machines, in servers, etc. | |||
2020-06-11 | Update the internal ALE version to 2.7.0v2.7.0 | w0rp | |
2020-04-18 | Broken message in pycodestyle (or any other Linters whose name include ↵ | Yuto | |
'code') (#3114) * Swap substitution order for echoed message This prevents 'code' string in liter_name to be substituted by accident. Linters including pycodestyle have been affected by this problem. * Add test for linter whose name contains 'code' Test for c525db8cb4088d02448c5ddcf4a80ffa028c3181 | |||
2020-03-26 | Issue 2598: Addtional ^M characters on Windows | John Gehrig | |
Windows may insert carriage return line endings, which ALE does not handle well. These characters should not be displayed. Adds a line to remove these characters for all messages. | |||
2019-10-18 | Adding support for LSP `window/showMessage` method (#2652) | Andre Souto | |
* Added base handling for window/showMessage * Ignoring severity log * Code formatting * Added user configurable severity * Preferring ale#util#ShowMessage over echo'ing directly * Using format similar to ale_echo_msg_format for consistency * Updating docs * Added LSP log config string; improved tests * Use warning as fallback for incorrect user config | |||
2019-10-16 | Bump the ALE versionv2.6.0 | w0rp | |
2019-06-10 | Bump the ALE versionv2.5.0 | w0rp | |
2019-05-10 | #2403 - Make ale_disable_lsp apply consistently, and document it better | w0rp | |
2019-04-08 | Fix #2399 - Do not check buffers used for displaying diffs | w0rp | |
2019-04-07 | #2132 - Implement feature tests with ale#Has | w0rp | |
2019-03-30 | Add g:ale_disable_lsp and b:ale_disable_lsp to disable linters powered by LSP | rhysd | |
2019-02-22 | #2132 - Replace all uses of foo_callback with foo | w0rp | |
2018-10-29 | #2017 Add support for display results from other sources | w0rp | |
2018-10-29 | #2017 Simplify lint cycles for supporting other sources later | w0rp | |
2018-09-04 | Improve ALE project style checking | w0rp | |
* The project style linter now runs while you type. * Now the scripts for checking the project require blank lines. * Many style issues have been found and fixed. | |||
2018-09-03 | #1875 Do not lint and so on when an operator is pending | w0rp | |
2018-08-02 | Simplify the code for most linters and tests with closures | w0rp | |
2018-07-25 | Switch to v:t_ variables for type checks | w0rp | |
2018-07-22 | Remove the redundant fix_buffer_data vars and filename variables | w0rp | |
2018-07-15 | Massively reduce the amount of code needed for linter tests | w0rp | |
2018-07-05 | Optimise ale#Set slightly | w0rp | |
2018-07-04 | Optimise ale#Var a little | w0rp | |
2018-06-24 | Close #1453 #1172 - Add ale_linters_ignore for ignoring linter results | w0rp | |
2018-06-20 | Remove CallWithCooldown functions to save on time | w0rp | |
2018-06-19 | Move ClockMilliseconds to events, so fewer files are loaded some times | w0rp | |
2018-05-28 | #1524 - Define global variables where they are needed | w0rp | |
2018-05-28 | #1524 Do not try to check buffers with empty filetypes | w0rp | |
2018-04-12 | #1497 Tolerate important ALE variables being undefined for some reason when ↵ | w0rp | |
viewing buffers like git commits | |||
2017-11-14 | Fix #1069 Support formatting the loclist messages with g:ale_loclist_msg_format | w0rp | |
2017-10-26 | Fix #1048 - Do not lint files named "." | w0rp | |
2017-10-15 | Fix issue #734 | Sander van Harmelen | |
Fixes #734 The main issue was not consitently using the correct buffer. | |||
2017-10-14 | #904 Do less processing when newer NeoVim versions are exiting | w0rp | |
2017-10-14 | Make the getcmdwintype() check ever-so-slightly faster | w0rp | |
2017-10-14 | Cut down on the time for the CtrlPFunky check, by first checking if the ↵ | w0rp | |
command exists | |||
2017-10-14 | Break up ShouldDoNothing checks into separate lines, so it's possible to ↵ | w0rp | |
profile them | |||
2017-09-03 | Fix #891 - Do not check ctrlp-funky windows | w0rp | |
2017-08-12 | #468 - Do not try to echo things for a while if something goes wrong | w0rp | |
2017-08-11 | Ban !=# and !=? from the codebase | w0rp | |
2017-08-09 | Fix #468 - Add a cool down period for when things go wrong | w0rp | |
2017-08-08 | Ban use of ==# or ==? in the codebase, and prefer is# or is? instead | w0rp | |
2017-08-01 | #734 - Use the buffer number from the events for entering buffers and saving ↵ | w0rp | |
buffers for checking buffers | |||
2017-07-07 | #697 - Clear all highlights every time items are set again, and refactor ↵ | w0rp | |
most things. Clear errors when linters are removed | |||
2017-06-15 | Fix for Crystal support (#651) | David Alexander | |
* Strip color from Crystal compiler output * Don't lint files if the file doesn't exist * Lint files if they are readable |