Commit Graph

2644 Commits

Author SHA1 Message Date
Jason Poon
9b7c7333ed refactor taskqueue 2017-10-13 11:54:40 -07:00
Jason Poon
347f5ef005 upgraade packages. fix lint issues 2017-10-13 11:51:03 -07:00
Sean Kelly
70b270c692 Merge pull request #2069 from xconverge/disable-mode-string-option
fixes #1576 and showcmd configuration option
2017-10-12 22:09:28 -07:00
xconverge
50c7b86b1f fixes #1576 and showcmd configuration option 2017-10-12 22:01:09 -07:00
Gad Kadosh
68137e91eb An option to show the colon at the start of the command line box (#2064)
* Added an option to show the colon at the start of the command line box
2017-10-12 09:31:10 -07:00
Sean Kelly
bee6ac6088 Merge pull request #2058 from xconverge/dispose-old-modehandlers
Dispose modehandler if NO documents match the modehandler document anymore
2017-10-11 15:24:42 -07:00
Sean Kelly
9aa47b2365 Merge branch 'master' into dispose-old-modehandlers 2017-10-11 15:06:11 -07:00
Sean Kelly
b42de22a5b Merge pull request #2065 from DanEEStar/feature/copy-removed-unneeded-code
removed code which is not needed anymore due to #2062
2017-10-11 14:57:13 -07:00
Daniel Egger
782d7e567d removed code which is not needed anymore due to #2062 2017-10-11 22:04:43 +02:00
Sean Kelly
c11bf8fc8b Merge pull request #2062 from DanEEStar/bugfix/selecting-insert-mode
Bugfix #1951: text selection in insert mode
2017-10-11 11:15:39 -07:00
Daniel Egger
b20cd05953 manually ran prettier 2017-10-11 09:52:51 +02:00
Daniel Egger
19c6e20705 Bugfix #1951: text selection in insert mode
Use the normal selection in insert mode.
This fixes #1951. Selection in insert mode seems to be
specific to this plugin and is not easily possible in normal Vim.
2017-10-10 18:48:11 +02:00
xconverge
45112c85be Dispose modehandler if NO documents match the modehandler document anymore 2017-10-07 16:33:43 -07:00
Sean Kelly
8da76ef4b5 Merge pull request #2054 from xconverge/customize-cursor-styles
Fixes #2050 Allow custom cursor styles per mode
2017-10-07 11:45:52 -07:00
xconverge
73420a2221 Fixes #2050 2017-10-05 18:30:09 -07:00
Sean Kelly
09ea88578d Merge pull request #2040 from westim/g-commands
Fixes #1824: g; and g, commands.
2017-09-27 08:48:05 -07:00
Sean Kelly
6022aa07fb Merge pull request #2037 from westim/go-last-change
Fixes #1248: support for '., `., and gi commands.
2017-09-26 18:29:48 -07:00
Sean Kelly
3348c4e108 Merge branch 'master' into go-last-change 2017-09-26 18:23:04 -07:00
westim
667c0cc3bb Changed 'let' to 'const'. 2017-09-26 21:12:17 -04:00
Sean Kelly
ad19462e9f Merge pull request #2036 from westim/visual-multicursor
Fix for issue #1860, visual multicursor movement.
2017-09-26 18:09:37 -07:00
westim
7c372a6439 Updated the roadmap for 'go to last change' and 'insert at last change' commands. 2017-09-26 20:18:36 -04:00
westim
44a5fc08be Added commands for 'go to last change' and 'insert at last change'. 2017-09-23 20:12:42 -04:00
westim
0ca190dbdf Fix for g; and g, commands. 2017-09-21 21:22:06 -04:00
westim
d5b3d9b749 Fix for visual multicursor movement. 2017-09-21 09:57:42 -04:00
Sean Kelly
1ef93e90ab Merge pull request #2028 from joonro/patch-1
Fix a typo
2017-09-18 16:20:42 -07:00
Joon Ro
350ccedef5 Fix a type
It seems ``` was mistakenly added.
2017-09-18 13:12:09 -05:00
Horace He
00a6d8661e bump package version 2017-09-16 19:42:55 -04:00
Horace He
39671d5e89 Updated changelog 2017-09-16 19:39:56 -04:00
Minh Son Nguyen
8e23c88ff4 Fix behaviour of mouseSelectionGoesIntoVisualMode 2017-09-16 12:25:27 -04:00
Brandon Bloom
7fb538fce0 Implement '' and ``.
Fixes #1089.
2017-09-15 23:53:33 -04:00
Maxfield Walker
a367d12f70 passing test 2017-09-15 23:19:16 -04:00
Maxfield Walker
8a978f7c94 Tweaks 2017-09-15 23:19:16 -04:00
Maxfield Walker
f4c2122444 Run prettier 2017-09-15 23:19:16 -04:00
Maxfield Walker
7f7e690425 Fix EasyMotion Mode is not rendered on the status bar after switching texteditors 2017-09-15 23:19:16 -04:00
Maxfield Walker
e127f8e96b Make sure not to go to easymotion input state when easymoiton is disabled 2017-09-15 23:19:16 -04:00
Maxfield Walker
00d593c1a1 Improve easymotion messages on the status bar
update 1

Extract to createCurrentCommandText method

update 2

update 3
2017-09-15 23:19:16 -04:00
Maxfield Walker
fed6a69244 Add description about new easymoiton motions 2017-09-15 23:19:16 -04:00
Maxfield Walker
ddbfee90d9 Add tests for new easymotion motions 2017-09-15 23:19:16 -04:00
Maxfield Walker
a9266681d0 Support bi-directional motions 2017-09-15 23:19:16 -04:00
Maxfield Walker
f34ccc8fcf [WIP] Getting color for marker from vscode theme
tweaks

Also get foreground color for markers from vscode themecolor
2017-09-15 23:19:16 -04:00
Maxfield Walker
02cde6c2db fix #2009 2017-09-15 21:47:57 -04:00
Horace He
6cf9286e6d Updated vscode dependency 2017-09-15 21:37:26 -04:00
Maxfield Walker
96534ba465 passing test 2017-09-04 23:05:28 -04:00
Maxfield Walker
dd01bd1ba6 run prettier 2017-09-04 23:05:28 -04:00
Maxfield Walker
af69dd5a78 update README 2017-09-04 23:05:28 -04:00
Maxfield Walker
4a308bc37f extract marker generation method 2017-09-04 23:05:28 -04:00
Maxfield Walker
20ffa2fcb0 cosme 2017-09-04 23:05:28 -04:00
Maxfield Walker
24301d5b6a make it possible to use custom characters used for easymotion marker name 2017-09-04 23:05:28 -04:00
Maxfield Walker
8873de73f3 cosme 2017-09-04 23:05:28 -04:00
Brandon Bloom
6ef147db41 Fix deref of undefined race on startup.
This can happen if you interact with the editor while vim mode is still
loading.
2017-09-03 20:07:24 -04:00