1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-09-10 10:53:12 +02:00

Commit Graph

  • bcc8e1c055 Rename .java to .kt Alex Plate 2020-05-01 11:13:54 +03:00
  • 71117ed335 Update registration of extension pointers Alex Plate 2020-05-01 11:06:29 +03:00
  • de07fb3b74 Well, the status bar icon should be configurable Alex Plate 2020-05-01 10:33:10 +03:00
  • e31d5a4dcf Initial cleanup after IJ requirements update Alex Plate 2020-04-30 11:43:24 +03:00
  • e14aae761d Java plugin is always required Alex Plate 2020-04-30 11:33:11 +03:00
  • 47db2a247c Remove unused labels Alex Plate 2020-04-30 11:20:24 +03:00
  • e449bb9692 Refactor ChangeGroup listeners Alex Plate 2020-04-30 10:41:29 +03:00
  • b8fc72b6a7 Do not create project manager if it doesn't exist yet Alex Plate 2020-04-30 10:28:03 +03:00
  • 64c01c1bd1 Cleanup timer for java tests Alex Plate 2020-04-30 10:23:14 +03:00
  • 0a0e3df42b Extract statistic reporter into the separate file Alex Plate 2020-04-28 11:11:16 +03:00
  • 949c69a7e9 Refactor EditorGroup listeners Alex Plate 2020-04-28 10:58:07 +03:00
  • 69caf7a604 Refactor MotionGroup listeners Alex Plate 2020-04-28 10:48:46 +03:00
  • 23860ad5f9 Use project-level service as parent disposable Alex Plate 2020-04-27 11:48:06 +03:00
  • ace5234d8d Update showcmd widget Alex Plate 2020-04-27 10:49:30 +03:00
  • 4654f821a9 Fix issue with listener removing Alex Plate 2020-04-24 11:44:37 +03:00
  • 927e0e7865 Update status bar widget to the new API Alex Plate 2020-04-24 11:39:46 +03:00
  • d47c9735b5 Use concurrent list to store listeners Alex Plate 2020-04-24 11:22:16 +03:00
  • 6100433636 Move StatusBar.kt to a different package Alex Plate 2020-04-24 10:05:30 +03:00
  • 43f79e8183 Update minimal required version of IJ Alex Plate 2020-04-24 11:39:22 +03:00
  • f58fda0c87 Add .DS_Store to gitignore Alex Plate 2020-04-24 10:00:22 +03:00
  • 64b49e37d7 Add link to gitter chat Alex Plate 2020-04-24 00:09:46 +03:00
  • e44418d410 Add icon in .idea Alex Plate 2020-04-22 19:49:18 +03:00
  • ca8d05ff13 Clear keymap on reset Alex Plate 2020-04-22 11:28:37 +03:00
  • 626871e34d Register topics via xml file Alex Plate 2020-04-22 10:43:48 +03:00
  • 4b659fe643 Prepare for 0.57 release 0.57 Alex Plate 2020-04-28 11:18:56 +03:00
  • d5055506b0 Fix regex for slack notification Alex Plate 2020-04-22 09:56:39 +03:00
  • 55f54b2e82 Prepare for 0.56.1 release 0.56.1-EAP Alex Plate 2020-04-22 09:31:38 +03:00
  • 1b18065e68 Small refactoring of handlers Alex Plate 2020-04-18 17:43:50 +03:00
  • 053dc02152 EditorActionHandlerBase doesn't take null as caret Alex Plate 2020-04-18 16:40:07 +03:00
  • b8cb4a1295 Move IdeaVim icon in the README Alex Plate 2020-04-17 11:34:28 +03:00
  • cd2cbf68a1 Update README Alex Plate 2020-03-26 11:43:39 +03:00
  • 73f3be8af0 Include copyright into repository Alex Plate 2020-04-17 11:17:34 +03:00
  • 8cce059fb4 Write tests for yanking and pasting with number register Alex Plate 2020-04-17 10:48:09 +03:00
  • db641ec6f6 Add runforprogram to contributors list Alex Plate 2020-04-17 10:27:11 +03:00
  • 9d8239b68d Update changelog Alex Plate 2020-04-17 09:33:38 +03:00
  • 4ec0bac275 Merge pull request #234 from runforprogram/master Alex Pláte 2020-04-17 10:19:49 +03:00
  • 613c234cfb Fix related tests Alex Plate 2020-04-16 11:31:22 +03:00
  • 83dca71f69 [VIM-1992] Fix shift-letter mappings Alex Plate 2020-04-16 11:20:26 +03:00
  • f7ea9cdb6e Convert mapping tests to kotlin Alex Plate 2020-04-16 11:02:39 +03:00
  • 762cb1804f Rename .java to .kt Alex Plate 2020-04-16 11:02:38 +03:00
  • 962cfb7ae2 [VIM-1991] fix >0 number register not work run 2020-04-16 15:45:57 +08:00
  • 9bc2ec7d8a Fix #VIM-1994 Valery Isaev 2020-04-13 15:02:49 +03:00
  • 8415d104e9 Clear registers before test Alex Plate 2020-04-10 11:03:14 +03:00
  • abd0f9b961 Update dependencies Alex Plate 2020-04-10 11:00:47 +03:00
  • 0a4683d908 Clean up repository for the release 0.56 Alex Plate 2020-04-09 11:06:21 +03:00
  • 4c280b0193 Run manual tests Alex Plate 2020-04-09 10:51:32 +03:00
  • e88a3deafd Fix replace with clipboard register Alex Plate 2020-04-09 10:25:42 +03:00
  • 7de08e08d0 Support smooth scrolling Matt Ellis 2020-04-07 17:30:18 +01:00
  • bd172b3300 Run manual tests Alex Plate 2020-04-07 11:35:58 +03:00
  • 95c7a13cb5 Turning plugin on should be performed after commands registration Alex Plate 2020-04-07 11:27:24 +03:00
  • b1ddf03385 Add notes to changelog about Keep a Changelog and Semantic Versioning. Alex Plate 2020-04-06 10:25:50 +03:00
  • a83c326736 Add logging for activating ex panel Alex Plate 2020-04-03 08:23:55 +03:00
  • b1acb56247 Fix exception for ciw on last char in file Alex Plate 2020-03-28 15:57:54 +03:00
  • caa4731a13 Fix exception when using text objects on empty files Alex Plate 2020-03-28 15:39:06 +03:00
  • 5b0ece7a91 ReplaceWithRegister for clipboard registers Alex Plate 2020-03-23 10:34:53 +03:00
  • a4cd94847e Return VISUAL_BLOCK submode from autodetect only if 'Add Selection for NextOccurrence' was not performed previously Alexey Gerasimov 2020-03-22 16:45:45 +05:00
  • a0a7386b51 Remove highlight after command is executed or canceled Alexey Gerasimov 2020-03-21 13:30:54 +05:00
  • 535a72000f Cleanup Alexey Gerasimov 2020-03-11 22:35:58 +05:00
  • 60531b9cd2 Add methods in RegisterGroup and VimExtensionFacade to setRegister with specified selection type Alexey Gerasimov 2020-03-11 22:02:13 +05:00
  • 8f86ad696d Register VimExchange extension Alexey Gerasimov 2020-03-11 21:53:20 +05:00
  • c9bda98a6a Add VimExchange extension tests Alexey Gerasimov 2020-03-11 21:53:08 +05:00
  • 9ea08da133 Add VimExchange extension Alexey Gerasimov 2020-03-11 21:52:57 +05:00
  • 5762ec0518 Add marks last changed end position test Alexey Gerasimov 2020-03-11 21:52:01 +05:00
  • 7db74460fa Fix marks range end position handling, as excluded Alexey Gerasimov 2020-03-11 21:51:19 +05:00
  • c8d64e0a06 Update changelog Alex Plate 2020-03-20 11:44:27 +03:00
  • 1a3dea0de6 Update slack notification format Alex Plate 2020-03-20 11:42:40 +03:00
  • 17b642280e Update gradle wrapper properties Alex Plate 2020-03-20 11:42:14 +03:00
  • 1c1717b78b Add kk to the contributions list Alex Plate 2020-03-20 10:38:30 +03:00
  • 4bbbdf8108 Fix ReplaceWithRegister to the empty line Alex Plate 2020-03-20 10:32:28 +03:00
  • 04a193309d Merge pull request #228 from kevin70/master Alex Pláte 2020-03-20 10:34:58 +03:00
  • f106ffa176 Support ReplaceWithRegister plugin emulation Alex Plate 2020-03-19 11:25:30 +03:00
  • 8d5d099542 Update icon on ideastatusicon option change Alex Plate 2020-03-19 09:13:49 +03:00
  • 4849992ca9 fixed #VIM-570 kk 2020-03-18 18:49:55 +08:00
  • 623105650e PutTextAction refactor Alex Plate 2020-03-17 09:43:40 +03:00
  • 5e2c01daa6 Rename PutTextAction.kt Alex Plate 2020-03-17 09:32:46 +03:00
  • 58bf3a4d30 Merge Put actions into one file Alex Plate 2020-03-17 09:28:49 +03:00
  • 2d434c38b9 Move test to correct directory Alex Plate 2020-03-15 16:53:57 +03:00
  • 246f5cd8cf VIM-1911 Lookup keys respect IDE handler Alex Plate 2020-03-14 23:03:42 +03:00
  • 5a174d21f1 Update CHANGES Alex Plate 2020-03-14 18:06:58 +03:00
  • e632c653f6 Add showcmd text to widget label Alex Plate 2020-03-14 18:05:38 +03:00
  • 174d17b088 VIM-1958 Fix X command for linewise selection Alex Plate 2020-03-14 18:00:45 +03:00
  • 3a35c931e4 Unignore some tests Alex Plate 2020-03-14 17:42:33 +03:00
  • b768b26c85 Remove some warnings Alex Plate 2020-03-14 17:28:14 +03:00
  • 123ce6ebaf Get rid of deprecated KeyEvents Alex Plate 2020-03-14 15:54:50 +03:00
  • 276c8db512 Fix some tests Alex Plate 2020-03-12 11:48:24 +03:00
  • f898b8d181 Fix mappings to <S-Space> Alex Plate 2020-03-12 11:25:14 +03:00
  • e9f9e531e4 Convert vim typed action to kt Alex Plate 2020-03-12 11:04:35 +03:00
  • a7d813cb86 Rename .java to .kt Alex Plate 2020-03-12 11:04:35 +03:00
  • 75b6eedb12 Remove unused class Alex Plate 2020-03-12 10:33:52 +03:00
  • ec6860aa90 Change the label of showcmd widget Alex Plate 2020-03-12 10:03:39 +03:00
  • 5cf661c6ae Fix exception during command typing Alex Plate 2020-03-10 14:58:35 +03:00
  • 8c62caae7c Fix compilation errors Alex Plate 2020-03-10 11:30:10 +03:00
  • cc6fe21af6 Update CHANGES.md Alex Plate 2020-03-10 10:28:17 +03:00
  • 1902151efa Merge pull request #220 from citizenmatt/feature/showcmd Alex Pláte 2020-03-10 10:24:36 +03:00
  • b7af1e6289 Merge branch 'master' into feature/showcmd Alex Pláte 2020-03-10 10:24:06 +03:00
  • 0c77b320db VIM-570 Print non-ascii characters in ex panel Alex Plate 2020-03-06 13:03:28 +03:00
  • ee41adc4e9 Update kotlin version Alex Plate 2020-03-05 10:30:54 +03:00
  • 93462d7505 Merge pull request #221 from igrekster/master Alex Pláte 2020-03-06 09:54:33 +03:00
  • 2f5946640e Update changelog 0.55.2-EAP Alex Plate 2020-03-04 10:44:28 +03:00
  • 7cdb7dc308 Fix some tests for older versions of IDE Alex Plate 2020-03-04 10:32:05 +03:00