Commit Graph

39 Commits

Author SHA1 Message Date
Jason Poon
68b45a05e7 fix(prettier) 2017-12-28 22:33:20 +11:00
Jason Poon
bdb7d07a6b refactor(modehandler): remove getter for vimstate. it was confusing as hell and everything is pass by ref anyways 2017-12-28 22:33:20 +11:00
Jason Poon
352cbda275 refactor remapper to use configuration 2017-12-13 11:36:31 +11:00
Jason Poon
1f20072098 sort and remove unused imports 2017-12-13 11:36:31 +11:00
Jason Poon
1e30095763 moar clean-up 2017-12-13 11:36:31 +11:00
Jason Poon
4c3403eae2 fix(prettier) 2017-11-12 22:48:56 -05:00
Horace He
dbe22d05af Updated packages and re-ran prettier 2017-08-30 13:10:31 -04:00
Philip Mateescu
c0e54419c5 prettier doesn't work in windows 2017-07-17 15:22:39 -07:00
Philip Mateescu
1adfba81e0 see if I can get more info by asserting the lines 2017-07-17 15:22:39 -07:00
Horace He
edd08c0f46 Formattted everything with prettier 2017-06-30 14:11:03 -07:00
Horace He
bc4e5bcdb7 replaced all instances of new ModeHandler() with getAndUpdateModeHandler()? 2017-05-24 00:01:13 -04:00
Jason Poon
40724c021f clean up tests. increase timeout (#1672) 2017-05-09 17:12:56 -07:00
rebornix
710444fb8e Group common code. 2017-05-04 15:03:47 -07:00
Jason Poon
675bc23214 Upgrade typescript 2.2.1->2.3.2. tslint 3.10.2->2.3.2. Fix errors (#1614) 2017-04-30 01:25:06 -05:00
xconverge
e27acab199 Update minimum vscode version to 1.10.0 2017-03-19 12:33:40 -07:00
rebornix
ed0b0b4f40 postpone modehandler initialization 2017-03-09 21:06:28 -08:00
rebornix
b3918771ab fix false positive tests 2017-03-09 18:17:06 -08:00
johnfn
93f90804e9 Fix all tests that my modifications broke 2017-03-03 15:49:54 +08:00
rebornix
da8c437339 stop macro once motions fail 2016-10-18 16:17:44 -07:00
rebornix
ad50ef2db1 remove unused interface 2016-10-09 22:01:43 -07:00
rebornix
b9a2e90040 Insert Previous Changed Text 2016-10-09 20:53:07 -07:00
johnfn
7f278d13a4 Move replace mode to new text transformation style. 2016-09-19 18:25:21 -07:00
johnfn
16c5da06b6 Merge branch 'master' into multi-cursor-mode
Conflicts:
	src/actions/actions.ts
	src/mode/modeHandler.ts
	src/register/register.ts
	src/util.ts
2016-09-15 16:19:07 -07:00
johnfn
227882d492 Fix a bunch more tests. 2016-09-15 13:42:00 -07:00
johnfn
779ad9de38 Fix o/O 2016-09-14 15:19:22 -07:00
johnfn
55ac6154c7 Fix & speed up a lot of tests. 2016-09-12 19:55:29 -07:00
Jason Poon
73f4f6ee22 Use angle bracket notation replacing ctrl+* => <C-*>, backspace => <BS>, etc. Closes #64 (#683) 2016-08-31 21:09:50 -07:00
johnfn
e5499335c3 DRY up extension.ts and standardize on key names
Those arrays in extension.ts have been a thorn in my side, I tell you.
2016-08-02 23:27:23 -07:00
Peng Lyu
9c1ec4b32d Convert 4 space tab to 2 space tab. (#460)
* Convert 4 space tab to 2 space tab.

* Add tab config to workspace settings.
2016-07-16 10:02:31 -07:00
johnfn
1463209024 Use TypeScript 2.0 and use strictNullChecks. 2016-07-12 00:44:55 -07:00
johnfn
f2021dc563 Fix a bug with running tests. 2016-06-28 22:19:12 -04:00
johnfn
50e682f3fd Fix A/I with dot. 2016-06-21 00:22:34 -07:00
johnfn
8cbc769e77 Use --noImplicitAny. 2016-06-18 12:13:07 -07:00
johnfn
1aa616cfca Rewrite many more tests to new simplified style. 2016-06-18 11:59:42 -07:00
johnfn
ac932ca7ea Make testSimplifier always start in normal mode. 2016-06-18 02:16:43 -07:00
johnfn
e00981757a Include title in ITestObject. 2016-06-18 02:12:48 -07:00
johnfn
4965730012 Fix a TypeError. 2016-06-18 01:19:58 -07:00
johnfn
49d7d9982c Rewrite so that newTest/Only are exportable. 2016-06-18 01:11:27 -07:00
Darren Weston
d0ba3eea14 Simpler test mechanism, convert some tests. 2016-06-16 19:51:15 +01:00