1
0
Fork 0
Commit Graph

5223 Commits

Author SHA1 Message Date
chylex d6076c719f
Fix vim-surround not working with multiple cursors
Fixes multiple cursors with vim-surround commands `cs, ds, S` (but not `ys`).
2022-06-24 08:26:18 +03:00
Alex Plate a3ca1b965b
Fix(VIM-2691): Save file on :w 2022-06-24 08:26:02 +03:00
Alex Plate dd20b480a7
Update changelog 2022-06-24 08:26:02 +03:00
filipp 38292e97af Fix context for function argument evaluation 2022-06-24 03:13:07 +06:00
filipp 46ea752164 Add `tolower()`, `toupper()`, `join()` 2022-06-24 02:58:41 +06:00
Alex Plate 194b744361 Update changelog 2022-06-23 15:29:40 +00:00
chylex b50197f7ce Fix(VIM-2227): Wrong behavior when deleting / changing surround with invalid character 2022-06-23 18:19:28 +03:00
Alex Plate c00703d1d0
Manually define excluded from qodana files 2022-06-23 13:50:35 +03:00
Alex Plate 6e12377116
Remove generated code from qodana 2022-06-23 13:08:53 +03:00
Alex Plate b0c4391ad8
Remove some files from qodana inspection 2022-06-22 20:30:14 +03:00
Alex Plate f43ac2538a
Enable dependency checker in qodana 2022-06-22 18:36:08 +03:00
Alex Plate 9eaf8b5d2d
Move some other methods to vim-engine 2022-06-22 18:36:08 +03:00
filipp e365d0b07c Unsubscribe document listener in UndoRedoHelper 2022-06-20 03:26:40 +06:00
filipp 69c273c4a5 Track more actions 2022-06-19 01:07:18 +06:00
filipp f7950e7adb Fix(VIM-2683) Pasting from system clipboard multiple lines freezes the main thread 2022-06-18 07:31:44 +06:00
filipp 7c1ae9812e Update formatting 2022-06-18 06:26:11 +06:00
filipp 5c794ac40e Fix(VIM-749) Support for :let command 2022-06-18 06:21:26 +06:00
filipp 9dbe3c3363 Fix(VIM-308) Undo requires one more step if the cursor is not at the position where it was after undo 2022-06-16 18:50:42 +06:00
filipp 8a98f46235 Move mapDepth to MappingState 2022-06-15 16:22:31 +06:00
filipp 9ed8db4d4a Add `oldundo` option 2022-06-15 16:06:47 +06:00
Alex Plate 5b94276836
Move more methods to vim-engine 2022-06-15 12:58:15 +03:00
filipp f1e427e2ff Fix command history 2022-06-14 22:10:04 +06:00
filipp a112cfe35f Add count to undo/redo 2022-06-14 18:47:16 +06:00
filipp 412b60d6b4 Fix selection after undo 2022-06-14 18:36:14 +06:00
Alex Plate 11d9ef7507
Partially move change group to vim-engine 2022-06-14 10:31:23 +03:00
Alex Plate ca143272f3 Update changelog 2022-06-13 09:54:32 +00:00
Alex Plate 072449825c
Fix(VIM-2675): Fix numbering register in visual mode 2022-06-13 12:53:05 +03:00
Alex Plate 38ed9c206a
Fix compilation 2022-06-13 12:53:05 +03:00
Alex Plate 8235a649a1
Move VisualMotionGroup to vim-engine 2022-06-13 12:53:05 +03:00
Alex Plate 09efdd076e
Remove unused method 2022-06-13 12:53:05 +03:00
Alex Plate da9b6ea762 Update formatting 2022-06-12 00:17:39 +00:00
Alex Plate 437450a93b
Fix long running test 2022-06-10 16:01:13 +03:00
Alex Plate 50fff8871e Update changelog 2022-06-10 12:28:35 +00:00
Alex Plate 350e9cfca2
Fix(VIM-2595): Support plugins in macro execution 2022-06-10 15:27:03 +03:00
Alex Plate 5639edf173
Refactor mapping stack 2022-06-10 15:27:03 +03:00
Alex Plate f72313df9c
Fix(VIM-2671): Fix using plugins from mappings 2022-06-10 15:27:03 +03:00
filipp f52eb5e124 Update formatting 2022-06-10 00:07:27 +06:00
filipp 5da9c5e1cd Move variableService logic to base class 2022-06-09 23:54:43 +06:00
filipp 53fdd891fb Move optionService logic to base class 2022-06-09 02:17:40 +06:00
filipp 94820d7a83 Update formatting 2022-06-08 20:04:50 +06:00
Alex Plate fe66d06ce2
Move VimMark to vim-injector 2022-06-08 12:06:45 +03:00
Alex Plate b6e917a2d7
Get rid of DialogDataContext
Actually, it was removed for some time already.
Caused this exception: https://web.ea.pages.jetbrains.team/#/issue/533401
2022-06-07 16:40:38 +03:00
Alex Plate a6a39d249b
Move key group to vim-engine 2022-06-07 15:53:31 +03:00
Alex Plate 518784c371
Use ShortcutOwnerInfo in savedShortcuts 2022-06-07 15:53:30 +03:00
filipp 51c50cb902 Update formatting 2022-06-07 04:00:06 +06:00
filipp 6355d7765e Add documentation to OptionService.kt and fix some exception messages 2022-06-07 03:59:23 +06:00
filipp c083631590 Undo changing ideaVersion 2022-06-07 01:13:07 +06:00
filipp f62575c870 Fix bugs with appending/prepending/removing value from string option 2022-06-07 01:09:19 +06:00
filipp 01e367cadf Delete deprecated OptionsManager.kt 2022-06-07 01:08:10 +06:00
Alex Plate e248bb5565 Update formatting 2022-06-05 00:23:42 +00:00