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
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
191 commits
Select commit Hold shift + click to select a range
6e07bac
Refactoring original code
aroberge Feb 21, 2011
02d5727
Cleaning up the code slightly, removing an irrelevant parameter alway…
aroberge Feb 22, 2011
a0af27a
Removed a global flag which was not really needed. Added a comment e…
aroberge Feb 22, 2011
baeb2f9
Fixed a bug that I introduced by mistake in the php plugin - removed …
aroberge Feb 22, 2011
e5f8eed
Adding missing functionality after refactoring: 1) validation of file…
aroberge Feb 22, 2011
b9434b6
Refactored the module loader code to put it in its own module
aroberge Feb 22, 2011
bff29e4
Forgot to "add" a file prior to doing a "commit".
aroberge Feb 22, 2011
039f165
Started work for non-background linter (i.e. run a linter once). Test…
aroberge Feb 22, 2011
f4b1ac1
Added a couple of comments. Tested with sample PHP file - and it app…
aroberge Feb 22, 2011
f8547c2
Implemented commands to turn linter on/off without needing to remembe…
aroberge Feb 22, 2011
9dbcf50
implemented pylint linter plugin
aroberge Feb 22, 2011
69c10f8
Updated README to include proper instructions and conclude the fork.
aroberge Mar 5, 2011
27fe742
Code cleanup
aroberge Mar 5, 2011
f490d63
More code cleanup.
aroberge Mar 5, 2011
f6c7c7a
Started work on user notes;
aroberge Mar 7, 2011
8bf5707
Finished implementing automatic help for current commands.
aroberge Mar 7, 2011
ab04f6c
Update readme file to reflect recent changes.
aroberge Mar 7, 2011
a31be55
Improved help.
aroberge Mar 7, 2011
f81a549
User notes highlights are now working properly.
aroberge Mar 7, 2011
7ffe283
Adding notes.py - missing file
aroberge Mar 7, 2011
856e0e3
Improved help message.
aroberge Mar 7, 2011
6d55bd8
Fixed outdated comment in file header - one more reason to have the h…
aroberge Mar 7, 2011
796fc3e
Exlude user notes not included in comments - or pure strings as Pytho…
aroberge Mar 7, 2011
b4b3bd0
Simplified code.
aroberge Mar 7, 2011
1d9c344
Changed so that "user notes" was always available - even for files ty…
aroberge Mar 8, 2011
4d64f13
Changed "user notes" to "annotations" as a more precise term.
aroberge Mar 14, 2011
c8f4e74
added gutter (no line numbers) to help display.
aroberge Mar 14, 2011
5b71de6
Refactored to create a helper function to help with extracting annota…
aroberge Mar 14, 2011
45e124b
Implemented simple extraction of lines with annotations.
aroberge Mar 14, 2011
4e22f62
Implemented extract region with annotations.
aroberge Mar 15, 2011
7087085
sublimelint/sublimelint_plugin.py: Convert tabs to spaces glitch that…
jasonrm May 4, 2011
21faf77
Add description for Perl
jasonrm May 8, 2011
3c8c295
Remove unused TODO
jasonrm May 8, 2011
2536195
Remove extra whitespace.
jasonrm May 8, 2011
c44378e
No longer expecting forth return value.
jasonrm May 9, 2011
da8de1e
Not the smartest solution, but trying it out.
jasonrm May 10, 2011
67bd8a3
Don't return unused
jasonrm May 10, 2011
40fd0b1
modules/jshint.py: Add basic jshint support. However it only works af…
jasonrm May 10, 2011
7152abd
You'd think i'd remove debug stuff before I commit these things…
jasonrm May 10, 2011
16092c5
Merged with jsonrm fork
Kronuz Jun 3, 2011
259e7a1
Unicode support re-enabled. Different color scopes for underlines
Kronuz Jun 3, 2011
9f299d7
Cosmetics and removed TODO comment
Kronuz Jun 3, 2011
6278574
Queue system refactored
Kronuz Jun 4, 2011
0df5df4
Added warnings and pep8 linting to python
Kronuz Jun 4, 2011
a63ba41
Added Violations (for pep8 only atm)
Kronuz Jun 4, 2011
a6fa289
Fixed line endings and some pep8
Kronuz Jun 4, 2011
542029a
Removed PEP8 error codes
Kronuz Jun 4, 2011
ab3a742
Less conspicuous color suggestions for PEP8 (Violations and Warnings)
Kronuz Jun 4, 2011
8206176
Added pep8_ignore (don't like the "line too long" errors). Fixed end …
Kronuz Jun 4, 2011
eb69431
PEP 8 in source code and smart queues implemented
Kronuz Jun 4, 2011
7e9e893
Fixed typo in queue (0.0) and added debug prints
Kronuz Jun 4, 2011
a024d0d
Improved color suggestions
Kronuz Jun 4, 2011
8c3441d
Added .pyo files to .gitignore
Kronuz Jun 5, 2011
0eee86d
Using David Cramer's PyFlakes as a library (just very slightly patched)
Kronuz Jun 5, 2011
7cdbaef
Fixed typo in the pyflakes patch
Kronuz Jun 5, 2011
3e51296
PEP 8 messages shown as simple unquoted strings
Kronuz Jun 5, 2011
4b436b5
Updates status bar after running linter
Kronuz Jun 5, 2011
2f7ad9d
Fixed issue with CouldNotCompile error level. UndefinedName, Undefine…
Kronuz Jun 5, 2011
29d3cc5
Tweaking to improve responsiveness of the plugin
Kronuz Jun 6, 2011
7292d11
Make jslint dont not raise an exception, it should say the jshint com…
douglas Jul 8, 2011
6240ccf
Merge pull request #1 from dsarch/master
Kronuz Jul 8, 2011
c5438e2
Adding some info about how to ignore some of the pep8 conventions
douglas Jul 8, 2011
d0bd6a5
Merge pull request #2 from dsarch/master
Kronuz Jul 8, 2011
e3932ef
Added codes to PEP 8 messages
Kronuz Jul 11, 2011
f0c60d4
Merge branch 'master' of github.com:Kronuz/SublimeLint
Kronuz Jul 11, 2011
2357fc3
Add "ignore these names" support for pyflakes (avoids emitting "undef…
OscarL Jul 20, 2011
bee9cb5
Added "pyflakes_ignore" documentation.
OscarL Jul 20, 2011
0528d00
Insert libs first in sys.path so its version of the modules (e.g. pyf…
aparajita Jul 29, 2011
2732254
Extended color support, small fixes
aparajita Jul 29, 2011
4ea16c0
Only show the highest ranking outline on a given line , more pep8 tweaks
aparajita Jul 30, 2011
7610e8b
Support for Objective-J (Cappuccino)
aparajita Jul 30, 2011
ccab972
Merge branch 'refs/heads/Objective-J'
aparajita Jul 30, 2011
26b7ae5
Merge pull request #6 from aparajita/fill-lines
Kronuz Jul 31, 2011
fb589c9
Added license and copyright.
aparajita Aug 1, 2011
82464b8
Merge remote branch 'refs/remotes/upstream/master'
aparajita Aug 1, 2011
d1cc526
Merge pull request #7 from aparajita/Objective-J
Kronuz Aug 1, 2011
0023bdc
Added move to next/previous lint error command.
aparajita Aug 2, 2011
69a3fe1
Added move to next/previous lint error command.
aparajita Aug 2, 2011
6469ab7
Split the command up into two commands for clarity, added help for th…
aparajita Aug 2, 2011
5ec7304
Split the command up into two commands for clarity, added help for th…
aparajita Aug 2, 2011
5852751
Merge pull request #8 from aparajita/move-to-lint-error-command
Kronuz Aug 2, 2011
e713e49
Merge pull request #4 from OscarL/master
Kronuz Aug 2, 2011
3773fef
Linting "on" by default
Kronuz Aug 2, 2011
dd37dcc
Turn gutter marks off by default, may be turned on with the sublimeli…
aparajita Aug 2, 2011
8c13f1c
Merge remote branch 'refs/remotes/upstream/master'
aparajita Aug 2, 2011
c5eec4a
Turn gutter marks off by default, may be turned on with the sublimeli…
aparajita Aug 2, 2011
d864a50
Merge pull request #9 from aparajita/gutter-marks
Kronuz Aug 3, 2011
ab021e4
Added global sublimelint_disable setting to disable specific linters.…
aparajita Aug 3, 2011
23bf5d3
Merge remote branch 'refs/remotes/upstream/master'
aparajita Aug 3, 2011
e88445e
Added global sublimelint_disable setting to disable specific linters.…
aparajita Aug 3, 2011
6c1ce96
Added Objective-J to language list, documented sublimelint_disable se…
aparajita Aug 3, 2011
434dda4
Added Objective-J to language list, documented sublimelint_disable se…
aparajita Aug 3, 2011
0b6739a
Merge pull request #10 from aparajita/global-disable
Kronuz Aug 3, 2011
2f05eaf
Merge branch 'master' of https://github.com/Kronuz/SublimeLint
aparajita Aug 3, 2011
fec339f
Small optimization to skip queuing a task if we know nothing will be …
aparajita Aug 3, 2011
8a85df4
Small optimization to skip queuing a task if we know nothing will be …
aparajita Aug 3, 2011
3105b6a
Optimizations
aparajita Aug 3, 2011
1e06c4b
Fixed bug if sublimelint_disable is not defined.
aparajita Aug 5, 2011
25fd7f7
Queue delay added back
Kronuz Aug 5, 2011
04a51c1
Merge pull request #11 from aparajita/tweak
Kronuz Aug 5, 2011
bf1d996
PythonError fixed
Kronuz Aug 20, 2011
4e8f4c2
Project renamed to SublimeLinter
Kronuz Aug 24, 2011
efc5253
Seems to fix utf-8 problems when checking php code with accents (i te…
douglas Aug 28, 2011
949a1ec
Merge pull request #17 from dsarch/patch-1
Kronuz Aug 28, 2011
82b915b
Loader and jshint fixes/enhancements:
aparajita Aug 29, 2011
77c9e9b
Disabled language matching is case-insensitive, updated docs
aparajita Aug 29, 2011
e72c042
Executing jshint.js crashes Sublime Text 2
Kronuz Aug 30, 2011
ac70722
Fixes...
aparajita Aug 31, 2011
283812c
Merge branch 'master' of github.com:Kronuz/SublimeLinter
aparajita Aug 31, 2011
cc0c76a
Fixed format strings
aparajita Sep 1, 2011
aa04209
Added package information and version 1.0 tag
Kronuz Sep 2, 2011
d499e14
Using builtin jsc for Mac OS X if available, else try using node.js
Kronuz Sep 2, 2011
8604e39
Fixes to jsc support...
aparajita Sep 3, 2011
444a6c2
Fixed case where input did not end with \n, cleanup up jshint_jsc.js …
aparajita Sep 3, 2011
7657bde
Don't add extra \n at the end
aparajita Sep 3, 2011
1212bc8
Get the exact original in
Kronuz Sep 3, 2011
81614c6
Accept single lines in jshint
Kronuz Sep 3, 2011
4db2812
Make aparajita happy :P
Kronuz Sep 3, 2011
b3fc00f
Added coding, fixed https://github.com/Kronuz/SublimeLinter/issues/22
aparajita Sep 3, 2011
ea557b4
Removed extra readline() that I accidentally left behind...
Kronuz Sep 3, 2011
62fcd7f
Add support for the pyflaked_disabled, so we can disable pyflakes run…
douglas Sep 6, 2011
f6221ec
Make the BackgroundLinter return earlier if the view is actually a RE…
OscarL Sep 6, 2011
c91d999
Merge pull request #27 from OscarL/patch-1
aparajita Sep 6, 2011
d85e6f8
Fixed wrong path in docs, included Package Control install instructions.
aparajita Sep 7, 2011
efe6960
Ability to read jshint config info from user preferences
Sep 10, 2011
e9fa82d
Removed ASCII check from Objective-J.
aparajita Sep 10, 2011
f78125d
Merge pull request #26 from dsarch/master
aparajita Sep 10, 2011
d2c32d0
Doc change per aparajita request
Sep 10, 2011
2af0979
Merge pull request #28 from latrani/SublimeLinter
aparajita Sep 13, 2011
15f6747
Merge branch 'master' of github.com:Kronuz/SublimeLinter
aparajita Sep 13, 2011
f215c17
Enhancements...
aparajita Sep 14, 2011
5b5ed73
node.js sys module was renamed to util
aparajita Sep 16, 2011
11dace8
(Almost) immediate linting on save
Kronuz Sep 16, 2011
f0c001a
Snappier/smarter linting delays
Kronuz Sep 16, 2011
c2427c7
Removed print
Kronuz Sep 17, 2011
62db402
Immediate linting when saving and when requested
Kronuz Sep 17, 2011
5377c00
Capture stdout and stderr so it isn't written to the system log
aparajita Sep 18, 2011
c9f2cd0
Merge branch 'master' of github.com:Kronuz/SublimeLinter
aparajita Sep 18, 2011
f6d1878
Check is_scratch() instead of settings().get('repl'), it covers the m…
aparajita Sep 19, 2011
73658c7
Added load-save mode and user delay.
aparajita Oct 2, 2011
49235b3
Totally rewrote the whole thing to use a base linter class and config…
aparajita Oct 7, 2011
994b38b
A few tweaks
aparajita Oct 7, 2011
56df093
Fixed annotations
Kronuz Oct 21, 2011
3e1a985
node uses mapped executable path, removing temp file
Oct 22, 2011
0b5e917
Merge branch 'master' of github.com:Kronuz/SublimeLinter
Oct 22, 2011
ebd8322
Added a simple CoffeeScript linter
dbravender Oct 21, 2011
4f8ea22
Merge pull request #47 from dbravender/add-coffeescript-linter
aparajita Oct 29, 2011
01dc33b
Fixed bug in get_delay() that prevented it to detect an effective del…
Kronuz Nov 2, 2011
6db4e09
Added pyflakes_ignore_import_* setting
aparajita Nov 8, 2011
30be0cc
Merge branch 'master' of github.com:Kronuz/SublimeLinter
aparajita Nov 8, 2011
993c621
Fixed delays...
Kronuz Nov 11, 2011
a2058b8
Added java linter, reworked temp files to use same name as source file
aparajita Nov 12, 2011
9e19c18
Update the README to mention java
aparajita Nov 12, 2011
bfee1c7
Fixed broken link to Package Control in README
glenrobertson Nov 15, 2011
ce0cc6a
Merge pull request #55 from glenrobertson/patch-1
Kronuz Nov 15, 2011
10d6afe
Per-project/per-language settings, fixed java linter
aparajita Nov 17, 2011
279b689
Merge branch 'master' of github.com:Kronuz/SublimeLinter
aparajita Nov 17, 2011
6f372fc
bumped the version
aparajita Nov 17, 2011
753ac3b
Added some important java linter info
aparajita Nov 17, 2011
7413508
Fixed bug in jshint, documented more javascript linter stuff
aparajita Nov 22, 2011
8b719c3
Merged latest jshint.js, fixed bug with single "/" on line
aparajita Nov 25, 2011
e2dc0de
fixed coffescript linter for windows to use coffee.cmd
jfromaniello Nov 25, 2011
94c91ef
Merge pull request #59 from jfromaniello/coffescript-on-windows
aparajita Nov 25, 2011
2806601
updated to latest jshint.js
aparajita Nov 28, 2011
5b494e3
Merge branch 'master' of github.com:Kronuz/SublimeLinter
aparajita Nov 28, 2011
2e56c93
Updated README for node instructions
aparajita Dec 1, 2011
aaf9957
Upgraded jshint, added 'regexdash' setting. Fixes #64
Kronuz Dec 14, 2011
40d967f
Have browser globals and Windows Scripting Host environment globals d…
Kronuz Dec 18, 2011
ed432e8
Fix error columns in lines with tabs
Kronuz Dec 18, 2011
635054b
changed the gutter cross to varying sizes of dot or circle based on s…
NorthIsUp Dec 20, 2011
aed4e36
Added option sublimelinter_show_popup, if enabled this will show a wi…
NorthIsUp Dec 21, 2011
9250392
Merge pull request #67 from NorthIsUp/master
Kronuz Dec 21, 2011
4698114
Merge pull request #68 from NorthIsUp/popup
Kronuz Dec 21, 2011
05e2142
This shouldn't be hardcoded here
Dec 22, 2011
c9abab6
Fixed and documented popup error list, misc cleanup
aparajita Dec 25, 2011
12d149e
removing hardcoded indent
Dec 23, 2011
f54c234
Merge pull request #69 from voidfiles/master
aparajita Dec 31, 2011
84cfb53
Don't cache settings
aparajita Dec 31, 2011
2823e0a
Bumped version
aparajita Dec 31, 2011
804b60e
Removed package-metadata.json that Package Control will overwrite, ad…
wbond Dec 31, 2011
c5466d2
Merge pull request #73 from wbond/master
Kronuz Dec 31, 2011
12f24dd
Added pledgie button
Kronuz Jan 3, 2012
c52d966
Using reST instead
Kronuz Jan 3, 2012
2ce5b35
Tweaks for reST
Kronuz Jan 3, 2012
f724df3
Tweaks for reST
Kronuz Jan 3, 2012
2799b5f
Change PHP error matching regex
chipotle Feb 7, 2012
d920664
Regex that won't break older PHP versions, per aparajita
chipotle Feb 10, 2012
e2e44d4
Merge pull request #96 from chipotle/master
Feb 10, 2012
6c3eb94
Fixes and enhancements...
aparajita Jan 7, 2012
25213d3
Remove "Parse error, " from error messages
aparajita Mar 6, 2012
9723e33
Upgrading jshint.js to latest.
jswartwood Mar 6, 2012
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions .codeintel/config
@@ -0,0 +1,9 @@
{
"Python": {
"pythonExtraPaths": [
"libs",
"~/Applications/Sublime Text 2.app/Contents/MacOS",
"/Applications/Sublime Text 2.app/Contents/MacOS"
]
}
}
7 changes: 7 additions & 0 deletions .gitignore
@@ -0,0 +1,7 @@
.git
.hg
.svn

*.pyc
*.pyo

117 changes: 117 additions & 0 deletions Base File.sublime-settings
@@ -0,0 +1,117 @@
/*
SublimeLinter default settings
*/
{
/*
Sets the mode in which SublimeLinter runs:

true - Linting occurs in the background as you type (the default).
false - Linting only occurs when you initiate it.
"load-save" - Linting occurs only when a file is loaded and saved.
*/
"sublimelinter": true,

/*
Maps linters to executables for non-built in linters. If the executable
is not in the default system path, or on posix systems in /usr/local/bin
or ~/bin, then you must specify the full path to the executable.
Linter names should be lowercase.

This is the effective default map; your mappings may override these.

"sublimelinter_executable_map":
{
"perl": "perl",
"php": "php",
"ruby": "ruby"
},
*/
"sublimelinter_executable_map":
{
},

/*
Maps syntax names to linters. This allows variations on a syntax
(for example "Python (Django)") to be linted. The key is
the base filename of the .tmLanguage syntax files, and the value
is the linter name (lowercase) the syntax maps to.
*/
"sublimelinter_syntax_map":
{
"Python Django": "python"
},

// An array of linter names to disable. Names should be lowercase.
"sublimelinter_disable":
[
],

/*
The minimum delay in seconds (fractional seconds are okay) before
a linter is run when the "sublimelinter" setting is true. This allows
you to have background linting active, but defer the actual linting
until you are idle. When this value is greater than the built in linting delay,
errors are erased when the file is modified, since the assumption is
you don't want to see errors while you type.
*/
"sublimelinter_delay": 0,

// If true, lines with errors or warnings will be filled in with the outline color.
"sublimelinter_fill_outlines": false,

// If true, lines with errors or warnings will have a gutter mark.
"sublimelinter_gutter_marks": false,

// If true, the find next/previous error commands will wrap.
"sublimelinter_wrap_find": true,

// If true, when the file is saved any errors will appear in a popup list
"sublimelinter_popup_errors_on_save": false,

// jshint: options for linting JavaScript. See http://jshint.com/#docs for more info.
// By deault, eval is allowed.
"jshint_options":
{
"evil": true,
"regexdash": true,
"browser": true,
"wsh": true,
"trailing": true,
"sub": true
},

// A list of pep8 error numbers to ignore. By default "line too long" errors are ignored.
// The list of error codes is in this file: https://github.com/jcrocholl/pep8/blob/master/pep8.py.
// Search for "Ennn:", where nnn is a 3-digit number.
"pep8_ignore":
[
"E501"
],

/*
If you use SublimeLinter for pyflakes checks, you can ignore some of the "undefined name xxx"
errors (comes in handy if you work with post-processors, globals/builtins available only at runtime, etc.).
You can control what names will be ignored with the user setting "pyflakes_ignore".

Example:

"pyflakes_ignore":
[
"some_custom_builtin_o_mine",
"A_GLOBAL_CONSTANT"
],
*/
"pyflakes_ignore":
[
],

/*
Ordinarily pyflakes will issue a warning when 'from foo import *' is used,
but it is ignored since the warning is not that helpful. If you want to see this warning,
set this option to false.
*/
"pyflakes_ignore_import_*": true,

// Objective-J: if true, non-ascii characters are flagged as an error.
"sublimelinter_objj_check_ascii": false
}
5 changes: 5 additions & 0 deletions Default (Linux).sublime-keymap
@@ -0,0 +1,5 @@
[
{ "keys": ["ctrl+alt+l"], "command": "sublimelinter", "args": {"action": "lint"} },
{ "keys": ["ctrl+alt+e"], "command": "find_next_lint_error" },
{ "keys": ["ctrl+alt+shift+e"], "command": "find_previous_lint_error" }
]
5 changes: 5 additions & 0 deletions Default (OSX).sublime-keymap
@@ -0,0 +1,5 @@
[
{ "keys": ["ctrl+super+l"], "command": "sublimelinter", "args": {"action": "lint"} },
{ "keys": ["ctrl+super+e"], "command": "find_next_lint_error" },
{ "keys": ["ctrl+super+shift+e"], "command": "find_previous_lint_error" }
]
5 changes: 5 additions & 0 deletions Default (Windows).sublime-keymap
@@ -0,0 +1,5 @@
[
{ "keys": ["ctrl+alt+l"], "command": "sublimelinter", "args": {"action": "lint"} },
{ "keys": ["ctrl+alt+e"], "command": "find_next_lint_error" },
{ "keys": ["ctrl+alt+shift+e"], "command": "find_previous_lint_error" }
]
37 changes: 37 additions & 0 deletions Default.sublime-commands
@@ -0,0 +1,37 @@
[
{
"caption": "SublimeLinter: Lint Current File",
"command": "sublimelinter_lint",
"args": {"action": "lint"}
},
{
"caption": "SublimeLinter: Show Error List",
"command": "sublimelinter_show_errors",
"args": {"action": "lint", "show_popup": true}
},
{
"caption": "SublimeLinter: Enable Background Linting",
"command": "sublimelinter_lint",
"args": {"action": "on"}
},
{
"caption": "SublimeLinter: Enable Load-Save Linting",
"command": "sublimelinter_enable_load_save",
"args": {"action": "load-save"}
},
{
"caption": "SublimeLinter: Disable Background Linting",
"command": "sublimelinter_disable",
"args": {"action": "off"}
},
{
"caption": "SublimeLinter: Extract Annotations",
"command": "sublimelinter_annotations",
"args": {}
},
{
"caption": "SublimeLinter: Reset",
"command": "sublimelinter_lint",
"args": {"action": "reset"}
}
]
88 changes: 88 additions & 0 deletions Main.sublime-menu
@@ -0,0 +1,88 @@
[
{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":
[
{
"caption": "SublimeLinter",
"children":
[
{
"command": "open_file",
"args": {"file": "${packages}/SublimeLinter/Base File.sublime-settings"},
"caption": "Settings – Default"
},
{
"command": "open_file",
"args": {"file": "${packages}/User/Base File.sublime-settings"},
"caption": "Settings – User"
},
{
"command": "open_file_settings",
"caption": "Settings – Syntax Specific – User"
},
{ "caption": "-" },
{
"command": "open_file",
"args": {
"file": "${packages}/SublimeLinter/Default (OSX).sublime-keymap",
"platform": "OSX"
},
"caption": "Key Bindings – Default"
},
{
"command": "open_file",
"args": {
"file": "${packages}/SublimeLinter/Default (Linux).sublime-keymap",
"platform": "Linux"
},
"caption": "Key Bindings – Default"
},
{
"command": "open_file",
"args": {
"file": "${packages}/SublimeLinter/Default (Windows).sublime-keymap",
"platform": "Windows"
},
"caption": "Key Bindings – Default"
},
{
"command": "open_file",
"args": {
"file": "${packages}/User/Default (OSX).sublime-keymap",
"platform": "OSX"
},
"caption": "Key Bindings – User"
},
{
"command": "open_file",
"args": {
"file": "${packages}/User/Default (Linux).sublime-keymap",
"platform": "Linux"
},
"caption": "Key Bindings – User"
},
{
"command": "open_file",
"args": {
"file": "${packages}/User/Default (Windows).sublime-keymap",
"platform": "Windows"
},
"caption": "Key Bindings – User"
},
{ "caption": "-" }
]
}
]
}
]
}
]
31 changes: 0 additions & 31 deletions README.markdown

This file was deleted.