You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forked orignally from [JSHint TM Bundle](https://github.com/fgnass/jshint.tmbundle) and updated to use CSSLint
3
+
Forked from jcfant's [CSSLint Textmate Bundle](https://github.com/jcfant/csslint.tmbundle), who originally forked it from [JSHint TM Bundle](https://github.com/fgnass/jshint.tmbundle) and updated it to use CSSLint.
4
4
5
5
TextMate bundle for [CSSLint](http://csslint.net/)
* First, the window stays open after double clicking on an entry. This way, even though you will be brought to the line in your document the entry is referring to, you will still be able to return to the lint window to see the next entry.
12
+
* Second, the window is a set 800px by 800px making it easier to manage.
13
+
* Third, I preferred the old design of the window, so I merged the two styles into what IMHO is a much better lint window:
14
+
* For errors, the background is now red.
15
+
* The line number and column number of the error is displayed.
16
+
* An underline is placed under the character in the code preview where the issue is found.
17
+
* And a description of the rule in question is also displayed.
osascript -e 'tell app "TextMate" to reload bundles'
35
+
20
36
21
37
## Prerequisites
22
38
23
39
You need [Node.js](http://nodejs.org/) and TextMate, that's all.
24
40
25
-
If you don't have Node.js installed on your system you can also use [Pierre Bertet's fork](https://github.com/bpierre/jshint.tmbundle) which uses [WebKit's JavaScriptCore](http://trac.webkit.org/wiki/JSC) instead.
26
-
27
41
This bundle uses `#!/usr/local/bin/node` to launch the node process. If you get a *node - not found* error,the `PATH` variable is probably not setup in TextMate.
0 commit comments