- Nov 21, 2013
-
-
Nikolay Kostov authored
-
Marijn Haverbeke authored
-
Luciano Longo authored
Most modern browsers now keep displaying the placeholder even if the user has focus on the input and only hide it when the input has content. This change is to make this addon consistent with this, so users won't tell the difference with native inputs' placeholder behaviour.
-
Marijn Haverbeke authored
Issue #1972 Issue #1967
-
Marijn Haverbeke authored
Issue #1969
-
Marijn Haverbeke authored
Issue #1969
-
Marijn Haverbeke authored
-
- Nov 19, 2013
-
-
Marijn Haverbeke authored
Issue #1908
-
Marijn Haverbeke authored
Issue #649
-
Marijn Haverbeke authored
Issue #649
-
Alberto Pose authored
-
Anton Kovalyov authored
-
魏鹏刚 authored
-
- Nov 18, 2013
-
-
Marijn Haverbeke authored
Issue #1960
-
- Nov 15, 2013
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Nov 14, 2013
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Laszlo Vidacs authored
-
mloginov authored
-
- Nov 13, 2013
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Shiv Deepak authored
`cm-s-ambiance` and `CodeMirror-focused` are classes to the same element, so search for `.cm-s-ambiance .CodeMirror-focused` will fail.
-
Beni Cherniavsky-Paskin authored
-
Rahul authored
-
Juho Vuori authored
-
Marijn Haverbeke authored
Issue #1947
-
Pavel Strashkin authored
It's possible to provide custom markup for hint elements that are LI tags and that breaks event delegation logic that expects UL to have text-only LI nodes. As a result if you have elements inside LI and click/dblclick on those, nothing happens and selected hint is not applied. The fix improves event delegation in the way to find nearest parent element to event target that is a hint element at the same time.
-
Marijn Haverbeke authored
Issue #1943
-
- Nov 11, 2013
-
-
Thaddee Tyl authored
As a result, the common pattern import ( "foo" "bar" ) will re-indent automatically to the gofmt-blessed import ( "foo" "bar" )
-
Marijn Haverbeke authored
-
Brandon Frohs authored
Closes #1925.
-
Michael Zhou authored
The C editor and the C++ editor have the same variable name, so the latter shadows the former. Fixed by renaming both.
-
Marijn Haverbeke authored
-
Brandon Frohs authored
Closes #1920.
-
Andy Joslin authored
-
Marijn Haverbeke authored
Remove callback argument, save currently open dialog in per-editor state.
-
Andy Joslin authored
-