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

Commit Graph

  • a6ef654c05 Add tests for exchange plugin with unnamed register in clipboard Alex Plate 2020-06-26 10:43:42 +03:00
  • e428b9fa0a IdeaVim should save to unnamed register, not default one Alex Plate 2020-06-26 10:34:06 +03:00
  • 7008185735 Prepare to the 0.57.1 EAP release Alex Plate 2020-06-26 09:32:57 +03:00
  • e4bbc7b962 Change type of string Alex Plate 2020-06-26 09:27:25 +03:00
  • 68704a2e3d Oh, we have an issue for vim-exchange Alex Plate 2020-06-25 19:44:24 +03:00
  • 6f0222c55e IntelliJ IDEA wants this properties in this order Alex Plate 2020-06-25 19:43:14 +03:00
  • e0646541e8 Revert incompatible changes Alex Plate 2020-06-24 18:57:25 +03:00
  • 2d1fee0516 Add [version update] marks Alex Plate 2020-06-24 18:17:42 +03:00
  • 149899c34e Fix fold tests Alex Plate 2020-06-24 18:05:54 +03:00
  • c6573b48c2 Convert test to kt Alex Plate 2020-06-24 17:59:43 +03:00
  • 476ba265d2 Rename .java to .kt Alex Plate 2020-06-24 17:59:42 +03:00
  • 9904de1946 Use fold action names from platform Alex Plate 2020-06-24 17:54:04 +03:00
  • e73aec2e9e Update gradle wrapper Alex Plate 2020-06-23 23:53:59 +03:00
  • d6658a1771 Update test Alex Plate 2020-06-23 11:09:25 +03:00
  • 583988034b Fix incompatibility for 202 eap Alex Plate 2020-06-23 09:55:06 +03:00
  • e57d6f3d97 fix test failure after changing to key notations from printable chars Rieon Ke 2020-06-22 22:56:47 +08:00
  • 55e553c2a0 add support for putting & editing macros Rieon Ke 2020-06-22 22:47:35 +08:00
  • 44a3263a86 Update CHANGES.md Alex Plate 2020-06-22 11:23:04 +03:00
  • 80723a6cad Use latest-eap for local builds Alex Plate 2020-06-22 10:30:49 +03:00
  • ca15c60d52 Remove the ability to download EAP from notification (access to plugin download mechanism was restricted) Alex Plate 2020-06-22 10:30:29 +03:00
  • 8be075b36a Merge pull request #239 Alex Pláte 2020-06-22 11:16:30 +03:00
  • ca203f8297 Add compatibility section Alex Plate 2020-06-21 21:58:59 +03:00
  • 934c3065b9 Add contributions welcome badge Alex Plate 2020-06-21 21:56:13 +03:00
  • 5d95917727 Do not add line numbers when caret moves Matt Ellis 2020-06-20 19:00:59 +01:00
  • a53b67f0ef Add option to disable IdeaVim in dialogs Alex Plate 2020-06-20 18:20:27 +03:00
  • eff13180b3 Update to new line number API Matt Ellis 2020-06-19 23:51:46 +01:00
  • 354aec4713 Disable IdeaVim in database table cells Alex Plate 2020-06-19 18:55:49 +03:00
  • d2acb88dd4 Add experimental options to disable IdeaVim in one-line editors and enable escape in dialogs Alex Plate 2020-06-19 16:46:37 +03:00
  • e96ece23b8 Add strictMode to enable additional checks in dev mode Alex Plate 2020-06-19 09:45:46 +03:00
  • a3a3db9bc8 Extract ListenerSuppressor from ListenerManager Alex Plate 2020-06-19 09:29:49 +03:00
  • ede0737261 Update changelog Alex Plate 2020-06-19 07:11:54 +03:00
  • dc7efad420 Fix links in CONTRIBUTING.md Alex Plate 2020-06-16 15:34:43 +03:00
  • 423d51a6f9 Update documentation and contribution section Alex Plate 2020-06-16 15:28:43 +03:00
  • c350650f9c Commands work on the last line Alex Plate 2020-06-09 03:41:38 +03:00
  • 8c3cbc49b3 Add tests for G command Alex Plate 2020-06-09 03:15:16 +03:00
  • 786b7193d0 getLineCount does now respect last new line character Alex Plate 2020-06-09 03:04:48 +03:00
  • 2a6acba07f S is now a synonym of cc and doesn't have a separate logic Alex Plate 2020-06-09 03:01:45 +03:00
  • e5a5d112ca Deprecate getFileSize method Alex Plate 2020-06-07 20:47:15 +03:00
  • 9e2cfe548b [WIP] Removing usages of deprecated getFileSize Alex Plate 2020-06-07 19:50:32 +03:00
  • f4d595f5c2 [WIP] Removing usages of deprecated getFileSize for SearchHelper Alex Plate 2020-06-07 19:42:01 +03:00
  • c1e5b7d111 Remove deprecated usage in different files Alex Plate 2020-06-07 19:28:08 +03:00
  • 1eccc60cb3 Remove deprecated usage in moveTextHandler Alex Plate 2020-06-07 19:19:29 +03:00
  • 9f8095ae52 Formatting for MoveTextHandler.kt Alex Plate 2020-06-07 19:17:19 +03:00
  • 3674cf4aad [WIP] Removing usages of deprecated getFileSize for MotionGroup Alex Plate 2020-06-07 19:17:05 +03:00
  • 6b0d2157c8 [WIP] Removing usages of deprecated getFileSize for go command Alex Plate 2020-06-07 19:06:04 +03:00
  • 5a629d6256 [WIP] Removing usages of deprecated getFileSize in getting file info Alex Plate 2020-06-07 14:38:46 +03:00
  • b8909f97aa [WIP] Removing usages of depracated getFileSize Alex Plate 2020-06-07 14:13:07 +03:00
  • 8c83ed6b55 Remove usage of deprecated getFileSize Alex Plate 2020-06-06 18:24:24 +03:00
  • b161346171 Trying to get rid of getFileSize with allowEnd Alex Plate 2020-06-06 18:07:15 +03:00
  • 330e717518 Fix offset bounds Alex Plate 2020-06-04 10:24:18 +03:00
  • dafc031ef6 Add checks for selectWord Alex Plate 2020-06-04 10:03:43 +03:00
  • b00a2d3b79 Do not get findManager for nullable project Alex Plate 2020-06-04 09:36:53 +03:00
  • c64ec34a1f Fix let mapleader="\<SPACE>" Alex Plate 2020-06-03 11:42:39 +03:00
  • 8ed709c7bb Use different file for storing local configs Alex Plate 2020-06-03 11:14:37 +03:00
  • 8e8e52c6f9 Create configuration migrators for IdeaVim Alex Plate 2020-06-03 11:05:48 +03:00
  • f3e806c4a6 Create config package Alex Plate 2020-05-28 11:14:53 +03:00
  • 3bae95ae5b Fix typo Alex Plate 2020-05-28 11:07:10 +03:00
  • 0adde753f4 Preparation for 0.57.1 EAP release 0.57.1-EAP Alex Plate 2020-05-28 10:39:43 +03:00
  • 5f28a22666 Notes about unsupported features of exchange plugin Alex Plate 2020-05-22 15:06:20 +03:00
  • a975b53894 Fix bug in test Alex Plate 2020-05-22 10:27:53 +03:00
  • 98aee5d0ab Fixes and more tests for vim exchange Alex Plate 2020-05-22 09:59:53 +03:00
  • f57af8bf9e new badges Alex Plate 2020-05-20 23:08:47 +03:00
  • c6c3b6643e Add linewise visual test for vim exchange plugin Alex Plate 2020-05-20 23:44:45 +03:00
  • af94079b92 Merge pull request #238 from citizenmatt/bug/prioritise-startup-activity Alex Pláte 2020-05-15 10:27:33 +03:00
  • 7203cc5cb3 Revert "Remove dynamic loader stopper" Alex Plate 2020-05-15 09:48:41 +03:00
  • 028423cf58 Make exchange extension repeatable Alex Plate 2020-05-14 10:37:37 +03:00
  • 2ead6af96a Fix visual operator with dot command Alex Plate 2020-05-14 10:37:16 +03:00
  • bf853e3c0c Initialise as soon as possible during startup Matt Ellis 2020-05-13 17:38:09 +01:00
  • 660b243056 Reset operator-pending commands on escape Adrià Farrés 2020-05-13 05:03:49 +02:00
  • c85f41e65b Fix tests Alex Plate 2020-05-12 10:43:04 +03:00
  • 2759bed1b2 Update changelog Alex Plate 2020-05-12 10:15:55 +03:00
  • 89c2a8ec9b Merge pull request #229 from fan-tom/VIM-921_exchange Alex Pláte 2020-05-12 10:08:53 +03:00
  • aa2c1257ac Use ${c} instead of <caret> Alexey Gerasimov 2020-05-10 17:55:55 +05:00
  • f9fa15b7ac Parenthesize command names Alexey Gerasimov 2020-05-10 14:51:16 +05:00
  • 93a9be41bc Update changes image Alex Plate 2020-05-09 23:16:02 +03:00
  • ecd2f2032c Update changes Alex Plate 2020-05-09 23:08:15 +03:00
  • de5ce5f635 Update ideavimrc reload implementation Alex Plate 2020-05-09 21:45:56 +03:00
  • 2eb6fd6819 Convert VimParser to kt Alex Plate 2020-05-09 20:34:54 +03:00
  • 22ea4e7ffa Rename .java to .kt Alex Plate 2020-05-09 20:34:54 +03:00
  • 3d98f3035f Reload vimrc Alex Plate 2020-05-05 21:49:23 +03:00
  • ec1d6ac477 Update changelog Alex Plate 2020-05-08 11:51:29 +03:00
  • 0dc236cb5b Merge pull request #231 from citizenmatt/feature/smooth-scrolling Alex Pláte 2020-05-08 11:44:18 +03:00
  • 98349a49fd Temporally remove changelog Alex Plate 2020-05-08 11:40:27 +03:00
  • ab8be2cada Update changes Alex Plate 2020-05-08 10:35:28 +03:00
  • b8c22d0928 Merge pull request #230 from fan-tom/VIM-1924_select_next_occurrence Alex Pláte 2020-05-08 10:30:34 +03:00
  • c6cf77e4b8 Remove some deprecations Alex Plate 2020-05-06 09:53:04 +03:00
  • 6c0511a898 Update IdeaVim icons class Alex Plate 2020-05-06 03:24:16 +03:00
  • 366c862bcf Add loading/unloading to manual tests Alex Plate 2020-05-06 09:38:11 +03:00
  • 03493e2390 Remove dynamic loader stopper Alex Plate 2020-05-06 09:36:41 +03:00
  • 8f9c71dd55 Correct ex command and update changes Alex Plate 2020-05-06 08:48:56 +03:00
  • 11beb1e331 Add Piotr Mikulski to contributors list Alex Plate 2020-05-06 08:33:09 +03:00
  • 01b4dc233a Merge pull request #227 from angelbot/buffer_command Alex Pláte 2020-05-06 08:46:41 +03:00
  • 9f1e80e969 Merge pull request #224 from pmnoxx/master Alex Pláte 2020-05-06 08:30:06 +03:00
  • 7e319e11c6 Add valis to contributors list Alex Plate 2020-05-06 08:20:48 +03:00
  • d11bf1c4d2 Update api Alex Plate 2020-05-04 15:04:08 +03:00
  • 3e2f18b757 Take back dynamic loader stopper Alex Plate 2020-05-04 15:03:09 +03:00
  • 61677aa811 Merge pull request #233 Alex Pláte 2020-05-06 08:13:40 +03:00
  • fb04e835ef Update vimBehaviourDiffers annotation description Alex Plate 2020-05-02 13:13:51 +03:00
  • bb133922d6 Update scheduledForRemoval because of quickfix release Alex Plate 2020-05-01 11:30:26 +03:00
  • 44dd5ef872 Convert VimExtensionRegistrar to kt Alex Plate 2020-05-01 11:13:54 +03:00