Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-15 | Run sass-lint from the target's directory | Ben Falconer | |
2018-05-15 | Merge pull request #1565 from rhysd/improve-balloon-support-detection | w0rp | |
Improve g:ale_set_balloons default value | |||
2018-05-15 | Update the issue template to tell you where to find command callback tests | w0rp | |
2018-05-12 | Show Elm.Kernel as location when `report.path` is `null` in a general problem | Héctor Ramón Jiménez | |
2018-05-12 | Added "-wi" to the dmd command to endable warning messages. | tsuburin | |
2018-05-12 | Use `message` as `text` instead of `title` | Héctor Ramón Jiménez | |
`title` does not contain much information which forces to use :ALEDetail most of the time | |||
2018-05-11 | Update ale-elm doc | Héctor Ramón Jiménez | |
2018-05-11 | Test global problems and imported module errors | Héctor Ramón Jiménez | |
2018-05-11 | Upgrade Elm linter to support 0.19 error reports | Héctor Ramón Jiménez | |
2018-05-11 | Fix condition to test a balloon feature | rhysd | |
2018-05-11 | Improve g:ale_set_balloons default value | rhysd | |
2018-05-10 | Use the command line to filter ALEFix's command line completion. | Aliou Diallo | |
2018-05-09 | Merge pull request #1563 from IngoHeimbach/fix/gcc-fatal-error | w0rp | |
Fatal GCC errors are handled as errors not warnings | |||
2018-05-09 | Fatal GCC errors are handled as errors not warnings | Ingo Heimbach | |
2018-05-08 | Merge pull request #1555 from BobuSumisu/nasm-linter | w0rp | |
Added NASM assembly linter | |||
2018-05-08 | #852 Update the REAME to mention %...code...% | w0rp | |
2018-05-08 | Merge pull request #1552 from a-marquez/master | w0rp | |
Add XO fixer | |||
2018-05-08 | Fix to follow the Google VimScript Style Guide | haginaga | |
2018-05-08 | Fix to follow the Google VimScript Style Guide | haginaga | |
2018-05-08 | Modify to be able to use phan_client without g:ale_php_phan_executable | haginaga | |
2018-05-08 | (close w0rp/ale#1561) Add support phan_client for php | haginaga | |
2018-05-04 | Fixed handle test for Windows | Øyvind Ingvaldsen | |
Needed to add correct separator to test data. | |||
2018-05-04 | smallfix | Øyvind Ingvaldsen | |
2018-05-04 | Added NASM linter | Øyvind Ingvaldsen | |
Added NASM linter (for nasm filetype). | |||
2018-05-03 | Merge pull request #1550 from deivid-rodriguez/bundle_option_for_mdl | w0rp | |
Add bundle option to mdl | |||
2018-05-03 | #1503 Call setline() after `d`, in case there are folds at the end of the file | w0rp | |
2018-05-03 | Tell people to install prettier-eslint-cli instead | w0rp | |
2018-05-03 | Add g:ale_completion_excluded_words for completion filtering | w0rp | |
2018-05-02 | Add XO fixer to fixers registry | a-marquez | |
2018-05-02 | Add fixer definition for XO | a-marquez | |
2018-05-02 | Make the features ALE supports clearer in the README | w0rp | |
2018-05-01 | Add bundle option to mdl | David Rodríguez | |
2018-05-01 | Update run-tests to make use of /usr/bin/env (#1548) | Bjorn Neergaard | |
* Update run-tests to make use of /usr/bin/env * Update run-vint * Update run-vader-tests * Update custom-linting-rules * Update custom-checks * Update check-toc * Update check-supported-tools-tables | |||
2018-04-29 | Merge pull request #1543 from vancluever/f-add-JobStartedAutoCmd | w0rp | |
Add ALEJobStarted User autocommand event | |||
2018-04-28 | A couple of more doc fixes | Chris Marchesi | |
* Update section 5.viii in the README with ALEJobStarted and re-format the example. * Add an extra line after documentation update to ensure consistency with the rest of the doc. | |||
2018-04-28 | Add some tests for IsCheckingBuffer | Chris Marchesi | |
Adding a couple of tests to demonstrate how IsCheckingBuffer behaves during specific autocommand hooks: * At ALELintPre, no linters have actually executed yet, hence IsCheckingBuffer should be returning false. * ALEJobStarted, fires as early as reasonably possible after a job has successfully started, and hence hooking into IsCheckingBuffer here should return true. This distinction is important when using these two events during things like statusline refreshes, namely for "linter running" indicators. | |||
2018-04-27 | Fix tests by setting proper link tag in doc for ALEJobStarted | Chris Marchesi | |
2018-04-27 | Add test for ALEJobStarted | Chris Marchesi | |
2018-04-27 | Add ALEJobStarted User autocommand event | Chris Marchesi | |
The ALELintPre and ALELintPost autocommand events are currently being used by lightline-ale to refresh the status line and check the linter status for a current buffer. One of the plugin's checks looks to see if linters are currently running, via ale#engine#IsCheckingBuffer(). This currently only works partially in certain situations. In my particular case, working with Go files, this only seems to function properly when a file is initially opened. Saving a file does not correctly update the status. This seems to be due to the fact that ALELintPre actually runs before any jobs are carried out, making it plausible that hooking into ALELintPre for the purpose of checking to see if there are any currently running linters for a buffer is unreliable as it would be prone to pretty obvious race conditions. This adds a new User autocommand, ALEJobStarted, that gets fired at the start of every new job that is successfully run. This allows a better point to hook into checking the linter status of a buffer using ale#engine#IsCheckingBuffer() by ensuring that at least one job has started by the time IsCheckingBuffer is run. | |||
2018-04-27 | Close #1521 - Allow the language to be set with simple strings for LSP linters | w0rp | |
2018-04-27 | Merge pull request #1533 from inducer/master | w0rp | |
flake8: Move to the buffer's directory before running flake8 command | |||
2018-04-27 | Merge pull request #1540 from maximbaz/fix-docs-ale-go | w0rp | |
Fix typos in "lint package" options in docs/ale-go | |||
2018-04-27 | Fix typos in "lint package" options in docs/ale-go | Maxim Baz | |
2018-04-26 | flake8: Move to the buffer's directory before running flake8 command | Andreas Kloeckner | |
2018-04-26 | Close #1428 Implement LSP hover-like functionality for tsserver too | w0rp | |
2018-04-24 | Add an American English tag for behaviour too | w0rp | |
2018-04-24 | #1278 Allow linters to be defined pretty much anywhere | w0rp | |
2018-04-24 | #1428 Show multiline hover messages, and document the new command | w0rp | |
2018-04-23 | #1236 Explain how to use Vim jumps | w0rp | |
2018-04-23 | Move autocmd commands out of the toggle file, to improve load times | w0rp | |