1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-11-05 04:22:18 +01:00

Commit Graph

  • 91865460a2 Move DigraphResult to top level class Matt Ellis 2019-10-06 01:07:48 +01:00
  • 644afe541e Move <BS> digraph state to DigraphSequence Matt Ellis 2019-10-06 01:04:19 +01:00
  • 232303f06a Refactor to maintain digraph state at all times Matt Ellis 2019-10-06 00:53:59 +01:00
  • 280845610b Move digraph sequence state to per-editor Matt Ellis 2019-12-10 19:30:17 +00:00
  • 6108c9d6d2 [VIM-1284] Allow mapping numbers Matt Ellis 2019-12-10 14:56:06 +00:00
  • ce04e995ee Move command count state per editor Matt Ellis 2019-12-08 00:21:18 +00:00
  • d7fca09f0a Update changes Alex Plate 2019-12-10 10:37:26 +03:00
  • 917b77c8ad Remove unused ifs Alex Plate 2019-12-10 10:18:54 +03:00
  • a2cd8ec19c Add left/right to the list of keys working with lookup Alex Plate 2019-12-10 10:12:51 +03:00
  • 6300d39065 Another approach to handle with warnings Alex Plate 2019-12-06 18:52:15 +03:00
  • 2457079724 Fix some code smells Alex Plate 2019-12-06 18:31:06 +03:00
  • ba84e723e8 Remove unused option type Alex Plate 2019-12-06 18:23:27 +03:00
  • bf75e75d6f ListOption can't return null anymore Alex Plate 2019-12-06 18:17:42 +03:00
  • c3183a8bd7 Replace string buffer with string builder Alex Plate 2019-12-06 18:14:59 +03:00
  • 7c162fc7ed Fix some possible exceptions Alex Plate 2019-12-06 18:14:35 +03:00
  • 529c5ac8d7 Fix isPuncf method Alex Plate 2019-12-06 18:11:42 +03:00
  • 60e619e45e ExPanel doesn't return null Alex Plate 2019-12-06 17:55:59 +03:00
  • a89bdcdd3b Fix exception with d: Alex Plate 2019-12-06 16:36:28 +03:00
  • 09fbdf5541 Make test extension private Alex Plate 2019-12-06 15:11:09 +03:00
  • 0b517671cb Make some argument collections immutable Alex Plate 2019-12-05 17:27:14 +03:00
  • a15dc3ed60 Suppress some inspections Alex Plate 2019-12-05 12:58:32 +03:00
  • b7d60f4cb5 Fix tests Alex Plate 2019-12-04 16:19:16 +03:00
  • 82a331a940 VIM-1362 Search with confirm scroll down far enough Alex Plate 2019-12-04 16:05:11 +03:00
  • c31e688f11 Suppress deprecation Alex Plate 2019-12-04 15:49:47 +03:00
  • 0c887027d3 Suppress some deprecations Alex Plate 2019-12-04 12:44:18 +03:00
  • 7c7df85d1a Perform partial reset after autocomplete Alex Plate 2019-12-03 13:21:49 +03:00
  • a7c025d927 Add Enter to the list of keys that are not processed with active lookup Alex Plate 2019-12-03 12:50:33 +03:00
  • 424598b92f Split plugin.xml into several files Alex Plate 2019-12-03 12:46:57 +03:00
  • dc713c477b Disable down/up keys for lookup Alex Plate 2019-12-02 15:57:08 +03:00
  • 7e71edaee2 Suppress wrong error Alex Plate 2019-12-02 15:49:20 +03:00
  • 3f8925cbb0 VIM-1853 Fix marks for disposable projects Alex Plate 2019-12-02 15:46:05 +03:00
  • 5f9e24b314 VIM-1855 Fix initialization error Alex Plate 2019-12-02 10:56:08 +03:00
  • dcd799ad85 Comment deprecated method Alex Plate 2019-12-02 10:48:30 +03:00
  • ff0d7a4345 Update initialization logic Alex Plate 2019-11-29 15:17:50 +03:00
  • d68bad313e VIM-1854 Fix i_Ctrl-T Alex Plate 2019-11-29 12:33:08 +03:00
  • bd09917396 Remove async startup and different small optimizations Alex Plate 2019-11-29 11:46:34 +03:00
  • eeaa2fe882 Update idea and kotlin version Alex Plate 2019-11-29 10:48:13 +03:00
  • 32ac0e77fa Fix mark Alex Plate 2019-11-28 19:44:10 +03:00
  • 947a1aa9f5 Update changes Alex Plate 2019-11-28 19:40:54 +03:00
  • 17a87f80e3 All keys are allowed during the lookup except TAB Alex Plate 2019-11-28 19:38:46 +03:00
  • 59f4dc8c78 Surround and Commentary extensions can be repeated with a dot command Alex Plate 2019-11-28 18:58:58 +03:00
  • 6434a06c08 Convert commentary extension test to kt Alex Plate 2019-11-28 18:23:44 +03:00
  • 6133ab509d Rename .java to .kt Alex Plate 2019-11-28 18:23:43 +03:00
  • 572a96328a CTRL-A accepts all sizes of number Alex Plate 2019-11-28 18:08:02 +03:00
  • a7ac3bec7f Reset keyHandler state before the command execution Alex Plate 2019-11-28 15:56:06 +03:00
  • 3e78f50a76 Create commandState helper function Alex Plate 2019-11-28 14:42:57 +03:00
  • a4843e57cb Remove REPEAT mode Alex Plate 2019-11-28 13:31:57 +03:00
  • d6d90dda58 Rename FLAG_NO_REPEAT to FLAG_NO_REPEAT_INSERT Alex Plate 2019-11-28 13:02:49 +03:00
  • c92c5e234c Convert some classes to kt Alex Plate 2019-11-27 15:30:56 +03:00
  • 987f06d518 Rename .java to .kt Alex Plate 2019-11-27 15:30:02 +03:00
  • eaf7476785 Refactor repeat action Alex Plate 2019-11-27 11:42:08 +03:00
  • 3b39656280 Kotlin is a preferred language for IdeaVim Alex Plate 2019-11-28 12:13:15 +03:00
  • 5c559f921d [VIM-1847] Add option to remove the status bar icon Alex Plate 2019-11-27 11:00:33 +03:00
  • 77f6b3fcb8 Show the plugin version for internal mode Alex Plate 2019-11-26 15:55:33 +03:00
  • f56ed7fd50 Update status bar popup location Alex Plate 2019-11-26 13:22:20 +03:00
  • a470b579a9 Fix exception Alex Plate 2019-11-26 11:55:54 +03:00
  • a2eb7d44c0 Fix turn off and on plugin Alex Plate 2019-11-26 11:29:32 +03:00
  • dfc83a7aea Update ktdocs Alex Plate 2019-11-25 19:38:04 +03:00
  • 71686e45e3 [EA-211536] Fix exception by aliasing Alex Plate 2019-11-25 19:31:17 +03:00
  • b0ac35a51b Update changes Alex Plate 2019-11-25 18:59:44 +03:00
  • d836320b31 [VIM-1845] Show action group popups Alex Plate 2019-11-25 18:50:00 +03:00
  • 19e7c058c3 Convert VimShortcutKeyAction to kt Alex Plate 2019-11-25 14:16:58 +03:00
  • f1ae3607e4 Rename .java to .kt Alex Plate 2019-11-25 14:16:57 +03:00
  • d03bfaeb53 Convert action package to kt Alex Plate 2019-11-25 14:05:23 +03:00
  • 33f363cb31 Rename .java to .kt Alex Plate 2019-11-25 14:05:23 +03:00
  • cdb87b6a70 Convert file package to kt Alex Plate 2019-11-25 13:59:27 +03:00
  • b5497d83a9 Rename .java to .kt Alex Plate 2019-11-25 13:59:26 +03:00
  • 802b7c33b6 Convert copy package to kt Alex Plate 2019-11-25 13:36:00 +03:00
  • bb4f81fb84 Rename .java to .kt Alex Plate 2019-11-25 13:35:59 +03:00
  • 10a02e98e9 Update CHANGES Alex Plate 2019-11-25 13:27:44 +03:00
  • 32075ef758 Update set-commands doc Alex Plate 2019-11-25 12:21:07 +03:00
  • 998073ac7f Convert shift package to kt Alex Plate 2019-11-25 12:13:55 +03:00
  • 93c7a5bdd2 Rename .java to .kt Alex Plate 2019-11-25 12:13:55 +03:00
  • 3fb2ce47e9 Convert insert package to kt Alex Plate 2019-11-25 12:04:57 +03:00
  • 61a8217d83 Rename .java to .kt Alex Plate 2019-11-25 12:04:56 +03:00
  • ad5e4341fa Convert delete package to kt Alex Plate 2019-11-25 11:57:42 +03:00
  • 5b192795e6 Rename .java to .kt Alex Plate 2019-11-25 11:57:42 +03:00
  • 5db9c5d31e Convert change package to kt Alex Plate 2019-11-25 11:36:29 +03:00
  • ff469a386e Rename .java to .kt Alex Plate 2019-11-25 11:36:29 +03:00
  • 3a90cf0e7b Convert number package to kt Alex Plate 2019-11-25 11:31:27 +03:00
  • 07dbad8c70 Rename .java to .kt Alex Plate 2019-11-25 11:31:27 +03:00
  • e8ba919661 Update CHANGES Alex Plate 2019-11-22 19:52:44 +03:00
  • 390d92b16f Fix bindings for active lookup Alex Plate 2019-11-22 19:37:52 +03:00
  • d45d56f330 Find action by id without all actions initiation Alex Plate 2019-11-22 17:32:28 +03:00
  • 2e7cde3ca5 Replace TODO with TO BE IMPLEMENTED in info file Alex Plate 2019-11-22 16:55:49 +03:00
  • 0594ea0b98 Convert macro package to kt Alex Plate 2019-11-22 16:25:44 +03:00
  • 37d09781b4 Rename .java to .kt Alex Plate 2019-11-22 16:25:43 +03:00
  • b0f3a0ea30 Convert motion package to kt Alex Plate 2019-11-22 15:29:31 +03:00
  • 8282abf264 Rename .java to .kt Alex Plate 2019-11-22 15:29:31 +03:00
  • 4153b58502 IJ wants properties to be in other order Alex Plate 2019-11-22 14:43:27 +03:00
  • b62b940cd4 Make kt library compileOnly Alex Plate 2019-11-22 14:39:45 +03:00
  • ca9cf02361 Update changes Alex Plate 2019-11-22 14:11:43 +03:00
  • e863ffd949 Update getKeyStroke for Neo layouts Alex Plate 2019-11-21 17:06:00 +03:00
  • eb4bb3f238 Update readme Alex Plate 2019-11-20 18:21:27 +03:00
  • d3d35bbea1 Fix incapability with <193 Alex Plate 2019-11-20 18:12:20 +03:00
  • 8eff6d80a2 Fix after update Alex Plate 2019-11-20 18:09:11 +03:00
  • 77c8947ccd Fix after update Alex Plate 2019-11-20 18:00:54 +03:00
  • 48556f6917 Update first plugin initialization Alex Plate 2019-11-07 12:47:15 +03:00
  • 2e8dc4234f Do not connect to the EditorAcgtionManager before the first editor is created Alex Plate 2019-11-07 12:40:56 +03:00
  • a6a60b6e71 Do not start project manager Alex Plate 2019-11-07 12:31:08 +03:00