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

Commit Graph

  • 2f148255f7 Cleanup John Weigel 2020-03-03 23:14:11 -06:00
  • cb00b8b335 Merge remote-tracking branch 'upstream/master' into buffer_command John Weigel 2020-03-03 23:10:00 -06:00
  • 559b56c8a2 Minor updates John Weigel 2020-03-03 23:05:32 -06:00
  • c0038d0373 Add John Weigel to contributors list Alex Plate 2020-03-03 11:11:09 +03:00
  • 2820decb5e Rename variable Alex Plate 2020-02-28 21:12:36 +03:00
  • c64f368e6a Merge pull request #217 from angelbot/master Alex Pláte 2020-03-03 11:05:43 +03:00
  • b7c8e84f5e Minor cleanup Alex Plate 2020-03-03 11:03:36 +03:00
  • 5acf6c9158 Convert VimPlugin to service Alex Plate 2020-02-28 20:42:27 +03:00
  • a8197b0c84 Convert runnableHelper to kt Alex Plate 2020-02-28 18:15:40 +03:00
  • 2e03062c24 Rename .java to .kt Alex Plate 2020-02-28 18:15:39 +03:00
  • 7fb60a185b Update gradle version Alex Plate 2020-02-28 17:35:46 +03:00
  • 0327ea972b Make Open ideavimrc dumb aware Alex Plate 2020-02-28 10:29:38 +03:00
  • 561cc77ecc Move related methods closer to each other Alex Plate 2020-02-28 09:42:22 +03:00
  • a1ab4acd14 Add comment for EPs Alex Plate 2020-02-28 09:39:33 +03:00
  • d4939803da Update changelist Alex Plate 2020-02-27 14:27:13 +03:00
  • 730ce3aca9 Merge pull request #226 from agrison/master Alex Pláte 2020-02-27 14:23:31 +03:00
  • 1893dc6afd Fixes from feedback. Alexandre Grison 2020-02-27 11:46:23 +01:00
  • 6ec39314ee argtextobj: support bracket pairs configuration via let g:argtextobj_pairs="..." igrekster 2020-02-15 20:41:14 +11:00
  • 158cea51db Add override test John Weigel 2020-02-23 22:02:06 -06:00
  • 33d34f35e9 Merge branch 'master' into buffer_command John Weigel 2020-02-23 21:49:22 -06:00
  • 1f4f40fd7c Merge remote-tracking branch 'upstream/master' John Weigel 2020-02-23 21:48:30 -06:00
  • 7c908b247e Merge branch 'master' into buffer_command John Weigel 2020-02-23 21:14:21 -06:00
  • c87528939b Fix buffer numbering bug with filters. Update test to cover fix. John Weigel 2020-02-23 21:11:36 -06:00
  • 41c822fde1 Add support for buffer command. John Weigel 2020-02-23 20:45:06 -06:00
  • e56646105d Add test bages Alex Plate 2020-02-21 12:05:05 +03:00
  • b8a40d93f7 Now every service handles it's state separately. VimLocalConfig is a service Alex Plate 2020-02-21 12:03:02 +03:00
  • 4bfc025248 Fixes typo Alexandre Grison 2020-02-20 12:24:38 +01:00
  • 36f6027b0e Implement the vim-textobj-entire plugin emulation. Alexandre Grison 2020-02-20 12:13:55 +01:00
  • e032377e68 Update annotations Alex Plate 2020-02-20 10:35:09 +03:00
  • 929eee4a12 Add comments for NotificationService.kt Alex Plate 2020-02-20 10:13:47 +03:00
  • 61ce50264a Add Alexey Gerasimov to contributors list Alex Plate 2020-02-19 12:02:10 +03:00
  • 48927b1207 Small corrections after merge Alex Plate 2020-02-19 11:57:05 +03:00
  • 0820893dc6 Update annotations to java 8 style Alex Plate 2020-02-14 12:44:48 +03:00
  • dd6079cfa6 Merge pull request #219 from fan-tom/bugifx/1008 Alex Pláte 2020-02-19 11:53:19 +03:00
  • 2a6569742d populate intelij navigation history together with ideavim jumplist Piotr Mikulski 2020-02-17 17:49:26 -08:00
  • 3d7d75bae4 Merge remote-tracking branch 'upstream/master' John Weigel 2020-02-16 21:11:02 -06:00
  • 6da4d0ce5e Rework buffer list to more closely mimic vim. John Weigel 2020-02-16 20:40:17 -06:00
  • 4994d70b1a Update changelog Alex Plate 2020-02-14 12:42:22 +03:00
  • c873081dc3 Merge pull request #133 from igrekster/master Alex Plate 2020-02-14 12:30:13 +03:00
  • 070237f77f Add [To Be Released] label Alex Plate 2020-02-14 12:24:34 +03:00
  • eb01b25f35 Fix some cases by disabling [, { and < support (what is not supported in the original plugin) Alex Plate 2020-02-14 12:23:32 +03:00
  • c0c9cfaf86 Get rid of several getText methods Alex Plate 2020-02-14 10:54:22 +03:00
  • 304f860eb2 Use java 8 JetBrains annotations Alex Plate 2020-02-14 10:32:18 +03:00
  • 2f18b25593 Update gradle dependencies Alex Plate 2020-02-14 10:17:00 +03:00
  • 14c8b6a248 Fix nullability compile error on 2019.2 Matt Ellis 2020-02-11 10:28:48 +00:00
  • adaa683e58 Use 2020.1 build for README label Alex Plate 2020-02-11 10:11:52 +03:00
  • 9b71215cde Merge branch 'master' into feature/showcmd Matt Ellis 2020-02-11 00:24:29 +00:00
  • 8be572f976 Update set-commands and changes Matt Ellis 2020-02-11 00:22:29 +00:00
  • 4f43bcffb9 Replace SelectRegisterAction with direct parsing Matt Ellis 2020-01-10 15:49:22 +00:00
  • 29e4dc5fb5 Show digraph entry in showcmd Matt Ellis 2020-02-10 20:38:49 +00:00
  • 0dc95cb13c [VIM-434] Display showcmd in status bar Matt Ellis 2020-01-06 17:33:50 +00:00
  • 5ee0a93675 Add argtextobj.vim plugin emulation igrekster 2017-09-30 13:28:30 +10:00
  • 767b3c4a39 Add some scheduled for removal annotations Alex Plate 2020-02-08 20:57:44 +03:00
  • bb948a463c Add option to make status bar icon gray Alex Plate 2020-02-08 20:56:03 +03:00
  • e4e9a03d0a Add information about why EPs are used to register actions and ex handlers. Alex Plate 2020-02-08 18:14:04 +03:00
  • 50ba386f59 Write tests for dynamic extensions Alex Plate 2020-02-08 18:07:20 +03:00
  • 79d0565c2d Update some tests Alex Plate 2020-02-08 16:09:39 +03:00
  • bcc9b0a7b1 Remove plugin owner after extension removal Alex Plate 2020-02-08 15:38:54 +03:00
  • 2c8f4940b9 Support EasyMotion extension Alex Plate 2020-02-08 15:25:24 +03:00
  • 41876cf8fd Make vimExtension dynamic Alex Plate 2020-02-08 14:56:39 +03:00
  • f6fd0b52f0 Rename RequiredShortcutOwner to MappingOwner Alex Plate 2020-02-08 14:36:35 +03:00
  • 843faa7cc6 Make plugins disposable Alex Plate 2020-02-08 14:36:01 +03:00
  • a8af2c3242 Fix Set creation Alexey Gerasimov 2020-02-07 22:24:46 +05:00
  • e5bfad974e Copyright and comment Alexey Gerasimov 2020-02-07 21:50:06 +05:00
  • 59d87e0c94 More tests Alexey Gerasimov 2020-02-05 23:29:05 +05:00
  • 50c2d04503 Migrate to new checkInString Alexey Gerasimov 2020-02-05 20:53:16 +05:00
  • 480de62686 Improve existing checkInString Alexey Gerasimov 2020-02-05 20:50:02 +05:00
  • 955b501058 Make Direction enum public Alexey Gerasimov 2020-02-05 20:47:02 +05:00
  • d985527624 Rewrite checkInString in Kotlin Alexey Gerasimov 2020-02-05 20:36:10 +05:00
  • afbe7f0e69 Add findPositionOfFirstCharacter function Alexey Gerasimov 2019-11-24 15:11:45 +05:00
  • 94e65ddce6 Use isQuoteWithoutEscape when findCharacterPosition to detect escaped char Alexey Gerasimov 2019-11-24 15:09:25 +05:00
  • cb9f144255 isQuoteWithoutEscape small improvement Alexey Gerasimov 2019-11-24 15:05:28 +05:00
  • ac84624faa Use Direction enum instead of int Alexey Gerasimov 2019-11-24 15:02:48 +05:00
  • c2196785e7 Add tests Alexey Gerasimov 2019-11-11 18:03:03 +05:00
  • 30097fbae6 Assume that caret is in string/char only if there is closing char Alexey Gerasimov 2019-11-11 18:02:48 +05:00
  • c295dd5c62 Use special class for storing requiredShortcuts Alex Plate 2020-02-07 16:07:14 +03:00
  • 373fef2824 Refactor MappingInfo Alex Plate 2020-02-07 11:09:50 +03:00
  • cfc255bf2b Rename .java to .kt Alex Plate 2020-02-07 11:09:49 +03:00
  • ea7e58535b Fix tests Alex Plate 2020-02-07 12:41:47 +03:00
  • ea342a8e4f Preparation for 0.55.1 EAP release 0.55.1-EAP Alex Plate 2020-02-04 18:55:31 +03:00
  • 0b67dd1d05 Merge pull request #218 from citizenmatt/feature/registers Alex Plate 2020-02-04 18:46:15 +03:00
  • 1519faef81 Fix compatibility with the IdeaVim-EasyMotion Alex Plate 2020-02-04 11:13:20 +03:00
  • 9fad4a74ed Remove keys from Command Matt Ellis 2020-01-06 09:41:43 +00:00
  • 24f023c8b3 Update changes Matt Ellis 2020-02-03 23:35:53 +00:00
  • 3eb46114f8 Remove Shortcut class Matt Ellis 2020-02-03 23:35:04 +00:00
  • 6a5fd30531 Remove unnecessary empty shortcut registration Matt Ellis 2020-02-03 23:31:18 +00:00
  • 96e83150e5 Ensure :jumps formats non-printable characters correctly Matt Ellis 2020-02-03 22:47:07 +00:00
  • b2b65c65b9 Ensure :ascii formats non-printable characters correctly Matt Ellis 2020-02-03 18:26:52 +00:00
  • 5b028b4fa3 Ensure :marks formats non-printable characters correctly Matt Ellis 2020-02-03 16:31:42 +00:00
  • 8f4e1b3409 [VIM-1900] Ensure :reg formats non-printable characters correctly Matt Ellis 2020-02-03 16:22:50 +00:00
  • ff209d0120 Merge remote-tracking branch 'origin/master' John Weigel 2020-02-01 22:38:18 -06:00
  • ea2fe618b5 Add support for buffer list (buffers, files, ls). John Weigel 2020-02-01 22:33:12 -06:00
  • 3403cdf84b [VIM-1835] Macros record actual keystrokes not mapped Matt Ellis 2020-02-01 11:36:40 +00:00
  • 4f9a6f3a7b Make vimExCommand EP dynamic Alex Plate 2020-01-31 19:14:11 +03:00
  • c8d6d233e5 Revert [Make vimExCommand EP dynamic] Alex Plate 2020-01-31 18:15:55 +03:00
  • 0cfb65a19a Make vimExCommand EP dynamic Alex Plate 2020-01-31 17:59:07 +03:00
  • 384d917021 Make vimAction EP dynamic Alex Plate 2020-01-31 12:05:14 +03:00
  • f1c8c67789 Use enumMap to store key roots Alex Plate 2020-01-31 10:17:56 +03:00
  • 75e8f4ec6d Deny vimAction extension point contributions from other plugins Alex Plate 2020-01-30 21:23:05 +03:00
  • d1d0323112 [VIM-1899] Add argument to :registers command Matt Ellis 2020-01-16 22:38:22 +00:00