Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lots of improvements #5

Closed
wants to merge 191 commits into from
Closed

Conversation

Kronuz
Copy link

@Kronuz Kronuz commented Jun 4, 2011

I've added quite a few improvements in the overal plugin:

  • Added an improved queuing system (also being used in SublimeCodeIntel).
  • Added PEP8 linting to python, and three levels of linting (Errors, Violations and Warnings).
  • Added the Notes highlight.
  • Improved some documentation.
  • Cleaned code to remove TABs all over the place and different line endings (using some PEP8).

aroberge added 30 commits May 4, 2011 13:25
… upon loading is done immediately, rather than being queued. 2) reloading of plugin modules is done upon saving.
in a subdirectory, so as to make the main module (sublimelint_plugin.py) easier to read and understand.
also started implementing automated extraction of help.
…elp closer to the commands, and have it automatically displayed.
…n comments can be triple quoted strings, etc.
aparajita and others added 28 commits November 28, 2011 10:13
…efined, use trailing whitespace rules and tolerate subscript notation in JavaScript
…everity. Also inherits color from the theme based on scope
Changed the gutter cross to varying sizes of dot or circle based on severity.
Added an option to show a popup with the lint errors on save
The javascript.py has a hardcoded 1 in the indent section.
…ded custom repository json file for explicit versioning
Package Control json file
On my system (OS X 10.7 w/stock PHP 5.3.8), the PHP lint frequently
misses errors due to over-specificity in the regex. This one is
catching them.
Change to PHP lint regex
- Fixed some Unicode errors.
- View is centered when jumping to an error from the quick panel error list.
- Next/previous error works correctly when an error line has no underline regions.
- Exceptions thrown by jshint are caught.
- When an exception is thrown (e.g. too many errors), the errors captured up to that point are displayed.
- Fixed lint errors in jshint_jsc.js and jshint_node.js.
@lunixbochs
Copy link
Owner

sublimelint was completely rewritten, so this pull request no longer makes sense.

@lunixbochs lunixbochs closed this Mar 7, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet