- Fix
getBufferPosition
bug (#99) - Don't block UI more than 5s
- Fix bug when running specs
- Fix bug when full line error (#103)
- Fix bug when linter provides 0 length range
- Fix a bug when special characters appeared in command (#81)
- Update
temp
package
- Show error line and column if available in the status bar
- Lint on focus (#77)
- Clicking error message copies it to clipboard (#78)
- Fix the error range construction and line reporting for line zero errors (#35)
- Fix modify interval config (#64)
- Close status bar on file close (#74)
- Fix double error reporting in status bar (#79)
- linter-scalac, for Scala, using
scalac
- Lint on save wasn't triggered with save menu shortcut (#40)
- Not displaying results if cursor on EOF (#50)
- Previous highlights weren't cleared
- Wait 1000ms between two lint on changes (#32)
- linter-pylint, for Python, using
pylint