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

Commit Graph

  • ab31dae582 Add todo for VimLocalConfig Alex Plate 2020-01-27 12:25:45 +03:00
  • 64f176cedb Control dynamic loading of plugin via the application component Alex Plate 2020-01-27 11:45:26 +03:00
  • 9e921d6621 Move plugin.xml includes into separate folder Alex Plate 2020-01-27 11:40:42 +03:00
  • a4b98f2848 Update CHANGES.md Alex Plate 2020-01-27 11:36:30 +03:00
  • 0d190e4a63 Update copyright Alex Plate 2020-01-21 11:19:10 +03:00
  • 13cdb7cc35 Merge pull request #215 from citizenmatt/refactor/command-state Alex Plate 2020-01-27 11:34:48 +03:00
  • ca60c467f3 Capability for tests in 2020.1 Alex Plate 2020-01-27 11:09:53 +03:00
  • 01abba7d2c Use 201-EAP version for build Alex Plate 2020-01-27 11:06:02 +03:00
  • 80074177fc Make ascii doc a bit clearer Alex Plate 2020-01-24 15:54:56 +03:00
  • bf67f8984a Add info about easymotion plugin Alex Plate 2020-01-25 16:32:43 +03:00
  • b2267c4b6c Add information about non-released actions Alex Plate 2020-01-22 10:58:01 +03:00
  • c80d69a31c Add note about VIM-987 into changelog Alex Plate 2020-01-24 13:41:06 +03:00
  • 1b7c3f0da3 Merge pull request #214 from sumoooru2/master Alex Plate 2020-01-22 10:56:37 +03:00
  • c1ff6e1498 Prepare to the 0.55 release 0.55 Alex Plate 2020-01-20 20:15:36 +03:00
  • 50c04ce71c Change LookupKeys implementation Alex Plate 2020-01-20 15:29:40 +03:00
  • bc6ff6bc8e Convert characterHelper to kt Alex Plate 2020-01-19 17:55:15 +03:00
  • 93bcf2a7e8 Rename .java to .kt Alex Plate 2020-01-19 17:55:14 +03:00
  • c3b503adff Set up a mechanism to define the KeyStrokes that should work with active lookup Alex Plate 2020-01-19 17:34:12 +03:00
  • ecdcbdda10 Put all range files into the ranges directory Alex Plate 2020-01-16 15:13:56 +03:00
  • b97c9a5ed0 Rename .java to .kt Alex Plate 2020-01-16 15:13:55 +03:00
  • 84a6843a7b Convert ExOutputModel to kt Alex Plate 2020-01-16 12:26:39 +03:00
  • 17eed7467c Rename .java to .kt Alex Plate 2020-01-16 12:26:39 +03:00
  • 310ffc849c Convert ExCommand to kt Alex Plate 2020-01-16 12:23:43 +03:00
  • 3e6756160a Rename .java to .kt Alex Plate 2020-01-16 12:23:43 +03:00
  • 563e809a2d Put all exceptions to single kt file Alex Plate 2020-01-16 12:17:57 +03:00
  • 86ec3f3bcd Rename .java to .kt Alex Plate 2020-01-16 12:17:54 +03:00
  • 7b225cb824 Remove CHAR_OR_DIGRAPH state Matt Ellis 2020-01-07 20:14:56 +00:00
  • 562e0b06df Refactor expected argument type Matt Ellis 2020-01-07 19:54:20 +00:00
  • 51ce064507 Simplify and document handling of EX_STRING Matt Ellis 2020-01-07 19:09:58 +00:00
  • ebaeff9b4d Merge branch 'master' into refactor/command-state Matt Ellis 2019-12-30 16:31:24 +00:00
  • 8889e799ca Refactor setting command argument Matt Ellis 2019-12-30 16:26:32 +00:00
  • 668705e475 Refactor handling of duplicate operator chars Matt Ellis 2019-12-30 16:03:22 +00:00
  • e428e909bf Simplify handling of count editing characters Matt Ellis 2019-12-30 15:59:24 +00:00
  • d755c751c2 Move fix up of command/motion count Matt Ellis 2019-12-30 15:36:52 +00:00
  • 312c547412 Rearrange methods Matt Ellis 2019-12-30 15:30:33 +00:00
  • 48d30f2a3c Extract CommandBuilder Matt Ellis 2019-12-30 15:28:15 +00:00
  • d8ed30df14 Encapsulate command node state Matt Ellis 2019-12-27 18:09:50 +00:00
  • 50176cb267 Move mapping mode to mapping state Matt Ellis 2019-12-27 16:19:57 +00:00
  • 5898d21857 Remove unnecessary annotations Matt Ellis 2019-12-27 12:44:13 +00:00
  • e3839bc0b2 Remove unused command flags override Matt Ellis 2019-12-27 12:42:00 +00:00
  • f97555d4a8 Rename executing command Matt Ellis 2019-12-27 12:34:13 +00:00
  • 79bdca9769 Move command stack to per-editor state Matt Ellis 2019-12-27 12:26:10 +00:00
  • 138c2956ac Implement c_CTRL-N/P sumoooru2 2019-12-27 17:35:35 +09:00
  • ced457dd94 Move command state to per editor state Matt Ellis 2019-12-27 10:33:22 +00:00
  • 784fc6c6fa Rename mode state class and make immutable Matt Ellis 2019-12-27 10:10:39 +00:00
  • b4e0ec282f Convert vim surround plugin to kt Alex Plate 2019-12-26 16:45:42 +03:00
  • cbf7dfabcb Rename .java to .kt Alex Plate 2019-12-26 16:45:42 +03:00
  • b8eb55d965 Update changes Alex Plate 2019-12-24 11:00:17 +03:00
  • 30662a8110 Comment out incompatible test 0.54.2-EAP Alex Plate 2019-12-24 10:48:55 +03:00
  • 69a273982f Fix 183 capability Alex Plate 2019-12-24 10:34:57 +03:00
  • f817e6cb7f Extract mapping state Matt Ellis 2019-12-23 16:49:27 +00:00
  • eef1b25e9f Convert common package to kt Alex Plate 2019-12-23 17:20:15 +03:00
  • 622de851fe Rename .java to .kt Alex Plate 2019-12-23 17:20:15 +03:00
  • 8cecb61d28 Convert selection type to kt Alex Plate 2019-12-23 16:21:39 +03:00
  • 77d8d27dfa Rename .java to .kt Alex Plate 2019-12-23 16:21:39 +03:00
  • 340f259b17 [VIM-1884] Add CTRL-J to the list of keys working with lookup Alex Plate 2019-12-23 15:54:52 +03:00
  • 5cf68a7f06 [VIM-1878] Update submode in case of active template Alex Plate 2019-12-23 12:54:57 +03:00
  • 6a622565ca Move mapping availability check Matt Ellis 2019-12-19 17:00:38 +00:00
  • 0ae5abcd0c [VIM-1874] Add possibility to execute option listener after adding Alex Plate 2019-12-19 18:53:45 +03:00
  • b6cecb2125 Refactor options change listener Alex Plate 2019-12-19 18:23:54 +03:00
  • 3aa3a9c9a8 Get rid of unused name sorter Alex Plate 2019-12-19 18:13:51 +03:00
  • 2c11ed43e4 [VIM-1875] Fix isk loading on startup Alex Plate 2019-12-19 17:12:29 +03:00
  • 23126aeb6d Extract abandoned mapping sequence handling Matt Ellis 2019-12-19 11:49:53 +00:00
  • 61fd67472b Extract completed mapping sequence handling Matt Ellis 2019-12-19 11:07:40 +00:00
  • be0bee672e Merge pull request #213 from hajdamak/VIM-664-fix Alex Plate 2019-12-19 11:26:53 +03:00
  • 105c073e1f Extract unfinished mapping sequence handling Matt Ellis 2019-12-18 18:03:23 +00:00
  • b695e3c646 Fix usage of invalid path separator Rafał Hajdacki 2019-12-18 14:09:40 +01:00
  • 33840dc5cd Add info about [Version Update] YouTrack tag Alex Plate 2019-12-18 10:58:31 +03:00
  • 255f2f59fc Update changelist 0.54.1-EAP Alex Plate 2019-12-12 12:38:20 +03:00
  • 200f3484b6 Move current arg type state to per-editor Matt Ellis 2019-10-14 03:02:29 +01:00
  • 6a40eb48fe Remove forward search state Matt Ellis 2019-10-13 22:53:56 +01:00
  • fb3e9ce9f3 Move captured keys to per-editor state Matt Ellis 2019-10-13 16:02:58 +01:00
  • 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