Commit Graph

18 Commits

Author SHA1 Message Date
Nathan Shively-Sanders
64fc88601e
Disable npm-naming with dt-header (#34112)
npm-naming is a new rule but the code it runs was already disabled
whenever dt-header was disabled. This change keeps the behaviour the
same.
2019-03-22 09:26:34 -07:00
Ryosuke.I
9334c854fb
add definition of highlightLines 2018-12-27 15:18:03 +09:00
Ryosuke Ishizue
424a73f809 fix return type of isFocused() 2018-12-04 22:30:54 +09:00
Andy
6c955dccce
Remove '�' character (#29420) 2018-10-03 11:47:28 -07:00
Matthias Juchmes
543cb570ec Add tests 2018-06-08 10:34:52 +02:00
NeoDobby
d9a55fde85
[ace] Add missing parameter to setScrollLeft 2018-06-08 09:21:48 +02:00
Alec Merdler
785ca0ad7a add types for Ace editor completion hooks (#25337) 2018-05-03 10:54:13 -07:00
restimel
63f5ebe451 ace: extend all core component with optionProvider. (#25058)
The methods setOption, setOptions, getOption, and getOptions are available
for all core ace components (editor, session, renderer):
https://github.com/ajaxorg/ace/wiki/Configuring-Ace

In commit 19fc8fa756, it was done only for
editor.
Now a dedicated OptionProvider interface is available and core components
interface extends this new one.
2018-04-24 16:55:20 -07:00
James Garbutt
07eb4e8a70 ace: fix tokeninfo types 2018-03-01 15:59:23 +00:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Aleksey Levenstein
b41cd804d8 ace: added new Document's methods + added deprecation tag for old 2017-11-13 11:25:10 +02:00
Andy
19f89399e4 Ensure every package has a tslint.json (#21009)
* Ensure every package has a tslint.json

* Fixes
2017-10-25 11:13:50 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
izumin5210
d026e5340c Add removeEventListener(), removeListener() and off() to ace 2017-07-07 15:54:59 +09:00
Paul
fcd65b0319 Add foldAll to IEditSession 2017-06-21 09:58:34 +03:00
James Hrisho
3d7766f750 Ace Editor: Add setScrollMargins to VirtualRenderer (#16788)
Add the setScrollMargins to the VirtualRenderer field to Ace Editor
2017-06-02 08:36:57 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00