Commit Graph
5765 Commits
Author SHA1 Message Date
Alex Plate 8ed709c7bb Use different file for storing local configs 2020-06-03 11:14:37 +03:00
Alex Plate 8e8e52c6f9 Create configuration migrators for IdeaVim 2020-06-03 11:05:48 +03:00
Alex Plate f3e806c4a6 Create config package 2020-05-28 11:14:53 +03:00
Alex Plate 5f28a22666 Notes about unsupported features of exchange plugin 2020-05-22 15:06:20 +03:00
Alex Plate 98aee5d0ab Fixes and more tests for vim exchange 2020-05-22 09:59:53 +03:00
Alex Plate 7203cc5cb3 Revert "Remove dynamic loader stopper"
This reverts commit 03493e23
2020-05-15 09:48:41 +03:00
Alex Plate 028423cf58 Make exchange extension repeatable 2020-05-14 10:37:37 +03:00
Alex Plate 2ead6af96a Fix visual operator with dot command 2020-05-14 10:37:16 +03:00
Adrià Farrés 660b243056 Reset operator-pending commands on escape
Suppose we have the text "|Hello, world", with | being the position of
the cursor. Pressing `d<Esc>dw` simply moves the cursor on top of the
comma instead of leaving the text as ", world".

This fixes issue VIM-1421.
2020-05-13 05:03:49 +02:00
Alex Plate c85f41e65b Fix tests 2020-05-12 10:43:04 +03:00
Alex Pláte 89c2a8ec9b Merge pull request #229 from fan-tom/VIM-921_exchange
VIM-921 vim-exchange plugin emulation
2020-05-12 10:08:53 +03:00
Alexey Gerasimov f9fa15b7ac Parenthesize command names 2020-05-10 14:51:16 +05:00
Alex Plate de5ce5f635 Update ideavimrc reload implementation 2020-05-09 22:56:10 +03:00
Alex Plate 2eb6fd6819 Convert VimParser to kt 2020-05-09 22:56:10 +03:00
Alex Plate 22ea4e7ffa Rename .java to .kt 2020-05-09 22:56:10 +03:00
Alex Plate 3d98f3035f Reload vimrc 2020-05-09 22:56:10 +03:00
Alex Pláte 0dc236cb5b Merge pull request #231 from citizenmatt/feature/smooth-scrolling
Support smooth scrolling
2020-05-08 11:44:18 +03:00
Alex Plate ab8be2cada Update changes 2020-05-08 10:35:28 +03:00
Alex Pláte b8c22d0928 Merge pull request #230 from fan-tom/VIM-1924_select_next_occurrence
VIM-1924
2020-05-08 10:30:34 +03:00
Alex Plate 6c0511a898 Update IdeaVim icons class 2020-05-06 09:38:47 +03:00
Alex Plate 03493e2390 Remove dynamic loader stopper 2020-05-06 09:36:41 +03:00
Alex Plate 11beb1e331 Add Piotr Mikulski to contributors list 2020-05-06 08:47:10 +03:00
Alex Pláte 01b4dc233a Merge pull request #227 from angelbot/buffer_command
Add support for buffer command
2020-05-06 08:46:41 +03:00
Alex Pláte 9f1e80e969 Merge pull request #224 from pmnoxx/master
Populate intelij navigation history together with ideavim jumplist
2020-05-06 08:30:06 +03:00
Alex Plate d11bf1c4d2 Update api 2020-05-06 08:14:34 +03:00
Alex Pláte 61677aa811 Merge pull request #233
Fix #VIM-1994
2020-05-06 08:13:40 +03:00
Alex Plate fb04e835ef Update vimBehaviourDiffers annotation description 2020-05-02 13:13:51 +03:00
Alex Plate bb133922d6 Update scheduledForRemoval because of quickfix release 2020-05-01 11:30:26 +03:00
Alex Plate 44dd5ef872 Convert VimExtensionRegistrar to kt 2020-05-01 11:16:28 +03:00
Alex Plate bcc8e1c055 Rename .java to .kt 2020-05-01 11:13:54 +03:00
Alex Plate 71117ed335 Update registration of extension pointers 2020-05-01 11:06:29 +03:00
Alex Plate de07fb3b74 Well, the status bar icon should be configurable 2020-05-01 10:38:23 +03:00
Alex Plate e31d5a4dcf Initial cleanup after IJ requirements update 2020-04-30 11:43:24 +03:00
Alex Plate e449bb9692 Refactor ChangeGroup listeners 2020-04-30 10:41:29 +03:00
Alex Plate b8fc72b6a7 Do not create project manager if it doesn't exist yet 2020-04-30 10:28:03 +03:00
Alex Plate 0a0e3df42b Extract statistic reporter into the separate file 2020-04-28 11:41:33 +03:00
Alex Plate 949c69a7e9 Refactor EditorGroup listeners 2020-04-28 11:41:33 +03:00
Alex Plate 69caf7a604 Refactor MotionGroup listeners 2020-04-28 11:41:32 +03:00
Alex Plate 23860ad5f9 Use project-level service as parent disposable 2020-04-28 11:41:32 +03:00
Alex Plate ace5234d8d Update showcmd widget 2020-04-28 11:41:32 +03:00
Alex Plate 4654f821a9 Fix issue with listener removing 2020-04-28 11:41:32 +03:00
Alex Plate 927e0e7865 Update status bar widget to the new API 2020-04-28 11:41:32 +03:00
Alex Plate d47c9735b5 Use concurrent list to store listeners 2020-04-28 11:41:31 +03:00
Alex Plate 6100433636 Move StatusBar.kt to a different package 2020-04-28 11:41:31 +03:00
Alex Plate ca8d05ff13 Clear keymap on reset 2020-04-28 11:41:30 +03:00
Alex Plate 626871e34d Register topics via xml file 2020-04-28 11:41:29 +03:00
Alex Plate 1b18065e68 Small refactoring of handlers 2020-04-18 17:43:50 +03:00
Alex Plate 053dc02152 EditorActionHandlerBase doesn't take null as caret 2020-04-18 16:40:07 +03:00
Alex Pláte 4ec0bac275 Merge pull request #234 from runforprogram/master
[VIM-1991] fix >0 number register not work
2020-04-17 10:19:49 +03:00
Alex Plate 83dca71f69 [VIM-1992] Fix shift-letter mappings 2020-04-16 11:20:26 +03:00