- Mar 30, 2017
-
-
Ziv authored
-
- Feb 27, 2017
-
-
Luca Fabbri authored
-
- Feb 23, 2017
-
-
Ryan Petrello authored
js-yaml doesn't always provide line/mark data for certain exceptions; handle this scenario more gracefully Closes #4600
-
- Oct 20, 2016
-
-
Marijn Haverbeke authored
Closes #4308
-
- May 15, 2016
-
-
Marijn Haverbeke authored
Closes #4025
-
- Apr 20, 2016
-
-
Sergey Tselovalnikov authored
Fix "Uncaught TypeError: Cannot read property 'severity' of undefined"
-
- Feb 28, 2016
-
-
geowarin authored
When hovering a line with multiple lint annotations, codeMirror will now show all the attached markers instead of just the first one
-
- Sep 21, 2015
-
-
Marijn Haverbeke authored
Closes #3538
-
- Sep 11, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Aug 18, 2015
-
-
Marijn Haverbeke authored
-
Michael authored
-
- Aug 06, 2015
-
-
Amin Shali authored
-
- Aug 03, 2015
-
-
Marijn Haverbeke authored
Issue #3423
-
- Jul 27, 2015
-
-
Marijn Haverbeke authored
-
Amin Shali authored
... and export (via defineExtension) a method to explicitly trigger linting from user code.
-
- Apr 30, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
This makes it impossible to change the mode of the editor and still automatically get appropriate annotations. Issue #3227
-
- Mar 24, 2015
-
-
Martin Hunt authored
`options` with a `globals` key as defined in a standard `.jshintrc` is actually separated into two arguments to the `JSHINT` function in the `jshint` cli: `https://github.com/gameclosure/jshint/blob/master/src/cli.js#L487`. This forwards `options.globals` properly to `JSHINT`.
-
- Feb 26, 2015
-
-
Marijn Haverbeke authored
Issue #3104
-
- Feb 12, 2015
-
-
Marijn Haverbeke authored
So that the helper mechanism can meaningfully be used to register asynchronous linters.
-
- Jan 30, 2015
-
-
Marijn Haverbeke authored
Use host property, not root.
-
Marijn Haverbeke authored
Issue #3039
-
- Sep 26, 2014
-
-
Marijn Haverbeke authored
Since the mouseover will necessarily happen at the very edge of the node, and thus give ambiguous coordinates. Closes #2821
-
Marijn Haverbeke authored
-
- Sep 25, 2014
-
-
Marijn Haverbeke authored
This might break sites that depend on async linters getting an editor instance as first arg, or sync linters getting the .options property of the options passed as second argument. The args passed are now more or less consistent.
-
- Jul 11, 2014
-
-
Roberto Abdelkader Martínez Pérez authored
Issue #2681
-
- May 19, 2014
-
-
Marijn Haverbeke authored
Bumping them for every release just adds too much git noise and history blowup.
-
- May 09, 2014
-
-
Marijn Haverbeke authored
-
- Mar 17, 2014
-
-
Marijn Haverbeke authored
Closes #2376
-
- Mar 10, 2014
-
-
Marijn Haverbeke authored
-
- Feb 16, 2014
-
-
Chris Houseknecht authored
Added a wrapper for js-yaml.js to enable YAML lint support. Followed json-lint.js pattern. Unfortunately js-yaml.js only shows one error at a time, but something is better nothing. Checked code with linter and ran tests. All came back clean.
-
- Jan 23, 2014
-
-
Marijn Haverbeke authored
-
- Dec 12, 2013
-
-
eborden authored
Passing options causes issues in jshint since lint options are also passed. These options cause bad option errors in the annotation list.
-
- Oct 20, 2013
-
-
Taha Jahangir authored
e.g. errors on css `input.someLongClassName {}`
-
- Sep 23, 2013
-
-
Marijn Haverbeke authored
-
- Sep 11, 2013
-
-
Brett Zamir authored
-
- Sep 06, 2013
-
-
Matt Pass authored
Original error & warning icons had jagged edges due to being GIFs This made them look quite poor/low quality on dark BG'd themes So, new, better looking icons added which have been run thru TinyPNG for compression Result is fewer bytes than original and they look good on dark BG's too
-
- Aug 27, 2013
-
-
Marijn Haverbeke authored
Issue #1782
-