Commit Graph

1370 Commits

Author SHA1 Message Date
rebornix
45acc57ddc make sure we update cursor position internally correctly 2016-10-18 15:58:37 -07:00
Jason Poon
3d4675ca62 put the markdown files back in the vsix package 2016-10-18 11:42:56 -07:00
Jason Poon
e77da66ef2 ignore vscode test app and md files when generating vsix 2016-10-18 10:27:42 -07:00
Jason Poon
3b31f2d769 bump package version 2016-10-18 09:49:12 -07:00
rebornix
a3ea6a9e8c add several more cases 2016-10-17 22:30:31 -07:00
rebornix
dc7e5090fb why my commit hook no longer works 2016-10-17 22:30:31 -07:00
rebornix
be98617f76 add explaination to the special handling for visual mode 2016-10-17 22:30:31 -07:00
rebornix
0a5287e942 how we map visual mode cursor positions 2016-10-17 22:30:31 -07:00
rebornix
2b76f3e119 run manual tests for selection 2016-10-17 22:30:31 -07:00
rebornix
78c22068a0 hope this makes everything right 2016-10-17 22:30:31 -07:00
Peng Lyu
bd3a2be062 Merge pull request #932 from xconverge/debug-log-spam
fixes #905
2016-10-17 22:23:17 -07:00
xconverge
7b9f67db09 fixes #905 2016-10-17 22:12:16 -07:00
Peng Lyu
d1bb5268e2 Merge pull request #931 from xconverge/repeat-search
fixes #652
2016-10-17 21:18:01 -07:00
xconverge
d7321e1f65 fixes #652 2016-10-17 20:18:07 -07:00
Peng Lyu
c20a6632c4 update internal cursor position per Code selection change (#919) 2016-10-14 16:57:09 -07:00
Platzer
5d9f2b0163 Draw multicursor correctly in Visual Mode (#920)
* draw multicursor block when in visual mode

* fixed mulitcursor selection drawing
2016-10-14 16:49:59 -07:00
Platzer
3a3bbaea0a display register value in reg-cmd, fix #830 (#915) 2016-10-14 16:46:53 -07:00
johnfn
41229871b1 Improve performance 2016-10-13 17:50:44 -07:00
johnfn
bdfffb25f8 0.3.7 2016-10-11 23:07:54 -07:00
Sean Kelly
c567194c54 fixes #888 (#902)
* fixes #888

* Change the way we handle replace on last character
2016-10-11 22:54:23 -07:00
Sean Kelly
c845e04b73 fixes #882 (#900) 2016-10-11 21:11:14 -07:00
johnfn
6efdd3b20f 0.3.6 2016-10-11 19:31:46 -07:00
David Terry
65997a1579 allow remapping of ctrl-j and ctrl-k in settings.json (#891) 2016-10-11 19:30:34 -07:00
johnfn
506640968c Fix #868. 2016-10-11 18:58:18 -07:00
johnfn
d9a7ba2820 Merge branch 'master' of github.com:VSCodeVim/Vim 2016-10-11 18:54:27 -07:00
johnfn
734d67c8be Fix #883.
We weren't properly disposing our listeners. This caused all sorts of
bad things to happen.
2016-10-11 18:53:52 -07:00
Grant Mathews
67745fbef2 Don't require double <esc> when suggest widget is open. 2016-10-11 18:32:08 -07:00
johnfn
c62fda4ac3 Fix #886. 2016-10-11 13:47:13 -07:00
johnfn
0e4ce0fde4 Fix C-c and C-[ in insert mode. 2016-10-11 00:57:12 -07:00
johnfn
cfe8fe987e Merge branch 'master' of github.com:VSCodeVim/Vim 2016-10-10 23:46:50 -07:00
johnfn
6d62b31d6b Always bring search result into view. 2016-10-10 23:46:31 -07:00
rebornix
40ce9bebeb fix test cases and add support for code snippet 2016-10-10 21:53:03 -07:00
Sean Kelly
ea0d37ee6f Fix for d and x in visual block not returning to normal mode (#861) 2016-10-10 17:46:57 -07:00
johnfn
01b506497c 0.3.5 2016-10-10 16:59:48 -07:00
johnfn
3e30b61099 Revert "Fix some stuff with inserting the previous text"
This reverts commit e6fabe12cc.
2016-10-10 16:56:56 -07:00
johnfn
e6fabe12cc Fix some stuff with inserting the previous text 2016-10-10 16:51:32 -07:00
johnfn
4e7441b6b1 Fix <BS> in replace mode 2016-10-10 16:41:38 -07:00
johnfn
fc3358be15 Fix backspace. 2016-10-10 16:29:35 -07:00
johnfn
5baa9c27fc 0.3.4 2016-10-10 16:17:39 -07:00
johnfn
9628c185af Fix #870. 2016-10-10 15:32:03 -07:00
johnfn
aabec8cd41 Fix a class. 2016-10-10 15:19:13 -07:00
johnfn
9a44ccdc73 Remove dumb file. 2016-10-10 15:11:29 -07:00
johnfn
f56dea0385 Merge branch 'master' of github.com:VSCodeVim/Vim
Conflicts:
	src/actions/actions.ts
2016-10-10 15:10:52 -07:00
johnfn
cb3fe2d84a Remove deprecated TextEditor#backspace and fix controlkeys problem 2016-10-10 15:07:31 -07:00
Grant Mathews
5ad1d210e4 Merge pull request #865 from xconverge/remove-unused-modehandlers
Remove unused modehandlers when tabs are closed
2016-10-10 12:06:48 -07:00
Peng Lyu
25b0a3449b Merge pull request #768 from rebornix/PreviousText
Insert Previous text
2016-10-10 08:12:09 -07:00
rebornix
ad50ef2db1 remove unused interface 2016-10-09 22:01:43 -07:00
rebornix
c99c7ce2a1 fix regression 2016-10-09 21:53:41 -07:00
rebornix
761615412c remove unused chars 2016-10-09 21:19:44 -07:00
rebornix
c31bab2a93 check movements in insert mode 2016-10-09 21:05:20 -07:00