- Oct 09, 2017
-
-
Marijn Haverbeke authored
Issue #5016
-
Marijn Haverbeke authored
Issue #5016
-
- Oct 08, 2017
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #5013
-
Marijn Haverbeke authored
To avoid bad parses when unary and binary operators are squashed together without spaces. Issue #5013
-
paladox authored
-
- Oct 07, 2017
-
-
paladox authored
This is to prevent the closure compiler from failing with bazel-out/darwin_x86_64-fastbuild/bin/polygerrit-ui/app/gr-app.js:51233: ERROR - Bad type annotation. expected closing } See https://github.com/google/closure-compiler/wiki/Bad-Type-Annotation for more information. * @return {Object{from:number, to:number, line: number}} The boundaries of ^ ProTip: "JSC_TYPE_PARSE_ERROR" or "checkTypes" can be added to the `suppress` attribute of: //polygerrit-ui/app:polygerrit_ui_closure_lib Alternatively /** @suppress {checkTypes} */ can be added to the source file. 1 error(s), 1 warning(s)
-
- Oct 06, 2017
-
-
Marijn Haverbeke authored
Closes #5009
-
- Oct 02, 2017
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Since it produces orderings that don't correspond to what the browser does then.
-
Marijn Haverbeke authored
To take document direction into account
-
- Sep 29, 2017
-
-
Andrew Dassonville authored
-
Marijn Haverbeke authored
-
- Sep 27, 2017
-
-
Erik Welander authored
Happened if you entered visual block mode in one editor and then tried to exit insert mode in another, since lastChange comes from vimGlobalState.
-
Marijn Haverbeke authored
Closes #4999
-
- Sep 26, 2017
-
-
Thomas Brouard authored
-
- Sep 25, 2017
-
-
Henrik Haugbølle authored
When submitting the previous commit, I had not noticed that the parameter allowAtxHeaderWithoutSpace had type Object instead of type boolean. I've fixed this now.
-
Henrik Haugbølle authored
Adding documentation for the `allowAtxHeaderWithoutSpace` configuration parameter.
-
- Sep 23, 2017
-
-
jkaplon authored
-
- Sep 21, 2017
-
-
coderaiser authored
-
Marijn Haverbeke authored
Issue #4987
-
Marijn Haverbeke authored
Closes #4986
-
- Sep 20, 2017
-
-
Adrian Heine authored
-
Adrian Heine authored
Closes #4878.
-
coderaiser authored
-
Marijn Haverbeke authored
-
- Sep 19, 2017
-
-
ficristo authored
-
Fredrik Borg authored
-
Marijn Haverbeke authored
Closes #4954
-
Marijn Haverbeke authored
Though the decorator proposal doesn't support this, it is apparently something TypeScript adds. Closes #4959
-
Marijn Haverbeke authored
Issue #4926
-
Marijn Haverbeke authored
Issue #4981
-
Daniel Thwaites authored
Improved the description of "make the problem occur", explaining that maintainers want to reproduce the error.
-
- Sep 18, 2017
-
-
Daniel Thwaites authored
Mentioned CodeMirror's great ability to highlight code.
-
Jakub Vrana authored
@param specified in a template comment is older but still supported way of declaring a parameter. The comment must directly precede {template}. Reference: https://developers.google.com/closure/templates/docs/concepts#namespace-decl
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
Closes #4975. Checking `hasFocus` is a reasonable idea, but in Firefox `hasFocus` returns false on `mousedown` if the window, but not the document was focussed before. This leads to a wrong cursor in `contenteditable` input style.
-