Commit Graph
5146 Commits
Author SHA1 Message Date
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áteandGitHub 01b4dc233a Merge pull request #227 from angelbot/buffer_command
Add support for buffer command
2020-05-06 08:46:41 +03:00
Alex PláteandGitHub 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áteandGitHub 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áteandGitHub 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
runandGitHub 962cfb7ae2 [VIM-1991] fix >0 number register not work 2020-04-16 15:45:57 +08:00
Valery Isaev 9bc2ec7d8a Fix #VIM-1994 2020-04-13 15:02:49 +03:00
Alex Plate 0a4683d908 Clean up repository for the release 2020-04-09 11:06:21 +03:00
Alex Plate e88a3deafd Fix replace with clipboard register 2020-04-09 10:25:42 +03:00
Matt Ellis 7de08e08d0 Support smooth scrolling 2020-04-07 17:30:18 +01:00
Alex Plate 95c7a13cb5 Turning plugin on should be performed after commands registration 2020-04-07 11:27:24 +03:00
Alex Plate a83c326736 Add logging for activating ex panel 2020-04-03 08:23:55 +03:00
Alex Plate b1acb56247 Fix exception for ciw on last char in file 2020-03-28 15:57:54 +03:00
Alex Plate caa4731a13 Fix exception when using text objects on empty files 2020-03-28 15:39:06 +03:00
Alex Plate 5b0ece7a91 ReplaceWithRegister for clipboard registers 2020-03-23 10:34:53 +03:00
Alexey Gerasimov a4cd94847e Return VISUAL_BLOCK submode from autodetect only if 'Add Selection for NextOccurrence' was not performed previously 2020-03-22 16:45:45 +05:00
Alexey Gerasimov a0a7386b51 Remove highlight after command is executed or canceled 2020-03-21 20:08:57 +05:00
Alexey Gerasimov 535a72000f Cleanup 2020-03-21 20:08:37 +05:00
Alexey Gerasimov 60531b9cd2 Add methods in RegisterGroup and VimExtensionFacade to setRegister with specified selection type 2020-03-21 20:04:30 +05:00
Alexey Gerasimov 9ea08da133 Add VimExchange extension 2020-03-21 17:09:02 +05:00
Alexey Gerasimov 7db74460fa Fix marks range end position handling, as excluded 2020-03-21 17:09:02 +05:00
Alex Plate 4bbbdf8108 Fix ReplaceWithRegister to the empty line 2020-03-20 10:35:08 +03:00
Alex PláteandGitHub 04a193309d Merge pull request #228 from kevin70/master
fixed #VIM-570
2020-03-20 10:34:58 +03:00
Alex Plate f106ffa176 Support ReplaceWithRegister plugin emulation 2020-03-19 11:25:30 +03:00