Commit Graph

11 Commits

Author SHA1 Message Date
bodeyb
a06bec94c5 Adds missing scrollbarStyle EditorConfiguration attribute (#20050)
[Codemirror documentation](http://codemirror.net/doc/manual.html) (search for `scrollbarStyle`)
2017-09-26 11:41:14 -07:00
Josh Abernathy
68dd475c86 Add getSelections to CodeMirror
See https://codemirror.net/doc/manual.html#api_selection
2017-08-18 09:00:23 -04:00
Bernard, Nicholas (ETW - FLEX)
54cf4c673b Add getLineTokens method 2017-08-15 12:37:17 -07:00
Josh Abernathy
84e67a17f6 Add CodeMirror DOM events (#18824)
* Support the 'copy' event

* Make it generic over DOM events
2017-08-14 11:14:05 -07:00
Kirill Gagarski
12ced24cf2 Explicitly specify possibly nullable types in CodeMirror (#18371)
* Explicitly specify possibly nullable types in CodeMirror

* scrollTo optional args
2017-08-01 10:22:11 -07:00
mbilsing
6cfc342e87 . 2017-06-29 14:32:40 +02:00
mbilsing
20dae297ab Changes typings of CodeMirror's show-hint module to use the Editor object in most parameters instead of the Doc object.
.
2017-06-29 12:00:42 +02:00
Ludovic L'Hours
b56761f148 [codemirror] Linter function can either be sync or async 2017-06-17 22:44:01 +02:00
rasmusvhansen
dd69d6de4e class_ argument is optional in removeLineClass (#16347) 2017-05-05 09:36:05 -07:00
Dmitry Kharitonov
73fb208f98 Update index.d.ts (#16212)
Add `origin` param to `doc.replaceRange`
2017-04-28 14:06:09 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00