1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-10-19 04:42:46 +02:00

Commit Graph

  • e5bfad974e Copyright and comment Alexey Gerasimov 2020-02-07 21:50:06 +0500
  • 59d87e0c94 More tests Alexey Gerasimov 2020-02-05 23:29:05 +0500
  • 50c2d04503 Migrate to new checkInString Alexey Gerasimov 2020-02-05 20:53:16 +0500
  • 480de62686 Improve existing checkInString Alexey Gerasimov 2020-02-05 20:50:02 +0500
  • 955b501058 Make Direction enum public Alexey Gerasimov 2020-02-05 20:47:02 +0500
  • d985527624 Rewrite checkInString in Kotlin Alexey Gerasimov 2020-02-05 20:36:10 +0500
  • afbe7f0e69 Add findPositionOfFirstCharacter function Alexey Gerasimov 2019-11-24 15:11:45 +0500
  • 94e65ddce6 Use isQuoteWithoutEscape when findCharacterPosition to detect escaped char Alexey Gerasimov 2019-11-24 15:09:25 +0500
  • cb9f144255 isQuoteWithoutEscape small improvement Alexey Gerasimov 2019-11-24 15:05:28 +0500
  • ac84624faa Use Direction enum instead of int Alexey Gerasimov 2019-11-24 15:02:48 +0500
  • c2196785e7 Add tests Alexey Gerasimov 2019-11-11 18:03:03 +0500
  • 30097fbae6 Assume that caret is in string/char only if there is closing char Alexey Gerasimov 2019-11-11 18:02:48 +0500
  • c295dd5c62
    Use special class for storing requiredShortcuts Alex Plate 2020-02-07 16:07:14 +0300
  • 373fef2824
    Refactor MappingInfo Alex Plate 2020-02-07 11:09:50 +0300
  • cfc255bf2b
    Rename .java to .kt Alex Plate 2020-02-07 11:09:49 +0300
  • ea7e58535b
    Fix tests Alex Plate 2020-02-07 12:41:47 +0300
  • ea342a8e4f
    Preparation for 0.55.1 EAP release 0.55.1-EAP Alex Plate 2020-02-04 18:55:31 +0300
  • 0b67dd1d05
    Merge pull request #218 from citizenmatt/feature/registers Alex Plate 2020-02-04 18:46:15 +0300
  • 1519faef81
    Fix compatibility with the IdeaVim-EasyMotion Alex Plate 2020-02-04 11:13:20 +0300
  • 9fad4a74ed
    Remove keys from Command Matt Ellis 2020-01-06 09:41:43 +0000
  • 24f023c8b3
    Update changes Matt Ellis 2020-02-03 23:35:53 +0000
  • 3eb46114f8
    Remove Shortcut class Matt Ellis 2020-02-03 23:35:04 +0000
  • 6a5fd30531
    Remove unnecessary empty shortcut registration Matt Ellis 2020-02-03 23:31:18 +0000
  • 96e83150e5
    Ensure :jumps formats non-printable characters correctly Matt Ellis 2020-02-03 22:47:07 +0000
  • b2b65c65b9
    Ensure :ascii formats non-printable characters correctly Matt Ellis 2020-02-03 18:26:52 +0000
  • 5b028b4fa3
    Ensure :marks formats non-printable characters correctly Matt Ellis 2020-02-03 16:31:42 +0000
  • 8f4e1b3409
    [VIM-1900] Ensure :reg formats non-printable characters correctly Matt Ellis 2020-02-03 16:22:50 +0000
  • ff209d0120 Merge remote-tracking branch 'origin/master' John Weigel 2020-02-01 22:38:18 -0600
  • ea2fe618b5 Add support for buffer list (buffers, files, ls). John Weigel 2020-02-01 22:33:12 -0600
  • 3403cdf84b
    [VIM-1835] Macros record actual keystrokes not mapped Matt Ellis 2020-02-01 11:36:40 +0000
  • 4f9a6f3a7b
    Make vimExCommand EP dynamic Alex Plate 2020-01-31 19:14:11 +0300
  • c8d6d233e5
    Revert [Make vimExCommand EP dynamic] Alex Plate 2020-01-31 18:15:55 +0300
  • 0cfb65a19a
    Make vimExCommand EP dynamic Alex Plate 2020-01-31 17:59:07 +0300
  • 384d917021
    Make vimAction EP dynamic Alex Plate 2020-01-31 12:05:14 +0300
  • f1c8c67789
    Use enumMap to store key roots Alex Plate 2020-01-31 10:17:56 +0300
  • 75e8f4ec6d
    Deny vimAction extension point contributions from other plugins Alex Plate 2020-01-30 21:23:05 +0300
  • d1d0323112
    [VIM-1899] Add argument to :registers command Matt Ellis 2020-01-16 22:38:22 +0000
  • ab31dae582
    Add todo for VimLocalConfig Alex Plate 2020-01-27 12:25:45 +0300
  • 64f176cedb
    Control dynamic loading of plugin via the application component Alex Plate 2020-01-27 11:45:26 +0300
  • 9e921d6621
    Move plugin.xml includes into separate folder Alex Plate 2020-01-27 11:40:42 +0300
  • a4b98f2848
    Update CHANGES.md Alex Plate 2020-01-27 11:36:30 +0300
  • 0d190e4a63
    Update copyright Alex Plate 2020-01-21 11:19:10 +0300
  • 13cdb7cc35
    Merge pull request #215 from citizenmatt/refactor/command-state Alex Plate 2020-01-27 11:34:48 +0300
  • ca60c467f3
    Capability for tests in 2020.1 Alex Plate 2020-01-27 11:09:53 +0300
  • 01abba7d2c
    Use 201-EAP version for build Alex Plate 2020-01-27 11:06:02 +0300
  • 80074177fc
    Make ascii doc a bit clearer Alex Plate 2020-01-24 15:54:56 +0300
  • bf67f8984a
    Add info about easymotion plugin Alex Plate 2020-01-25 16:32:43 +0300
  • b2267c4b6c
    Add information about non-released actions Alex Plate 2020-01-22 10:58:01 +0300
  • c80d69a31c
    Add note about VIM-987 into changelog Alex Plate 2020-01-24 13:41:06 +0300
  • 1b7c3f0da3
    Merge pull request #214 from sumoooru2/master Alex Plate 2020-01-22 10:56:37 +0300
  • c1ff6e1498
    Prepare to the 0.55 release 0.55 Alex Plate 2020-01-20 20:15:36 +0300
  • 50c04ce71c
    Change LookupKeys implementation Alex Plate 2020-01-20 15:29:40 +0300
  • bc6ff6bc8e
    Convert characterHelper to kt Alex Plate 2020-01-19 17:55:15 +0300
  • 93bcf2a7e8
    Rename .java to .kt Alex Plate 2020-01-19 17:55:14 +0300
  • c3b503adff
    Set up a mechanism to define the KeyStrokes that should work with active lookup Alex Plate 2020-01-19 17:34:12 +0300
  • ecdcbdda10
    Put all range files into the ranges directory Alex Plate 2020-01-16 15:13:56 +0300
  • b97c9a5ed0
    Rename .java to .kt Alex Plate 2020-01-16 15:13:55 +0300
  • 84a6843a7b
    Convert ExOutputModel to kt Alex Plate 2020-01-16 12:26:39 +0300
  • 17eed7467c
    Rename .java to .kt Alex Plate 2020-01-16 12:26:39 +0300
  • 310ffc849c
    Convert ExCommand to kt Alex Plate 2020-01-16 12:23:43 +0300
  • 3e6756160a
    Rename .java to .kt Alex Plate 2020-01-16 12:23:43 +0300
  • 563e809a2d
    Put all exceptions to single kt file Alex Plate 2020-01-16 12:17:57 +0300
  • 86ec3f3bcd
    Rename .java to .kt Alex Plate 2020-01-16 12:17:54 +0300
  • 7b225cb824
    Remove CHAR_OR_DIGRAPH state Matt Ellis 2020-01-07 20:14:56 +0000
  • 562e0b06df
    Refactor expected argument type Matt Ellis 2020-01-07 19:54:20 +0000
  • 51ce064507
    Simplify and document handling of EX_STRING Matt Ellis 2020-01-07 19:09:58 +0000
  • ebaeff9b4d
    Merge branch 'master' into refactor/command-state Matt Ellis 2019-12-30 16:31:24 +0000
  • 8889e799ca
    Refactor setting command argument Matt Ellis 2019-12-30 16:26:32 +0000
  • 668705e475
    Refactor handling of duplicate operator chars Matt Ellis 2019-12-30 16:03:22 +0000
  • e428e909bf
    Simplify handling of count editing characters Matt Ellis 2019-12-30 15:59:24 +0000
  • d755c751c2
    Move fix up of command/motion count Matt Ellis 2019-12-30 15:36:52 +0000
  • 312c547412
    Rearrange methods Matt Ellis 2019-12-30 15:30:33 +0000
  • 48d30f2a3c
    Extract CommandBuilder Matt Ellis 2019-12-30 15:28:15 +0000
  • d8ed30df14
    Encapsulate command node state Matt Ellis 2019-12-27 18:09:50 +0000
  • 50176cb267
    Move mapping mode to mapping state Matt Ellis 2019-12-27 16:19:57 +0000
  • 5898d21857
    Remove unnecessary annotations Matt Ellis 2019-12-27 12:44:13 +0000
  • e3839bc0b2
    Remove unused command flags override Matt Ellis 2019-12-27 12:42:00 +0000
  • f97555d4a8
    Rename executing command Matt Ellis 2019-12-27 12:34:13 +0000
  • 79bdca9769
    Move command stack to per-editor state Matt Ellis 2019-12-27 12:26:10 +0000
  • 138c2956ac Implement c_CTRL-N/P sumoooru2 2019-12-27 17:35:35 +0900
  • ced457dd94
    Move command state to per editor state Matt Ellis 2019-12-27 10:33:22 +0000
  • 784fc6c6fa
    Rename mode state class and make immutable Matt Ellis 2019-12-27 10:10:39 +0000
  • b4e0ec282f
    Convert vim surround plugin to kt Alex Plate 2019-12-26 16:45:42 +0300
  • cbf7dfabcb
    Rename .java to .kt Alex Plate 2019-12-26 16:45:42 +0300
  • b8eb55d965
    Update changes Alex Plate 2019-12-24 11:00:17 +0300
  • 30662a8110
    Comment out incompatible test 0.54.2-EAP Alex Plate 2019-12-24 10:48:55 +0300
  • 69a273982f
    Fix 183 capability Alex Plate 2019-12-24 10:34:57 +0300
  • f817e6cb7f
    Extract mapping state Matt Ellis 2019-12-23 16:49:27 +0000
  • eef1b25e9f
    Convert common package to kt Alex Plate 2019-12-23 17:20:15 +0300
  • 622de851fe
    Rename .java to .kt Alex Plate 2019-12-23 17:20:15 +0300
  • 8cecb61d28
    Convert selection type to kt Alex Plate 2019-12-23 16:21:39 +0300
  • 77d8d27dfa
    Rename .java to .kt Alex Plate 2019-12-23 16:21:39 +0300
  • 340f259b17
    [VIM-1884] Add CTRL-J to the list of keys working with lookup Alex Plate 2019-12-23 15:54:52 +0300
  • 5cf68a7f06
    [VIM-1878] Update submode in case of active template Alex Plate 2019-12-23 12:54:57 +0300
  • 6a622565ca
    Move mapping availability check Matt Ellis 2019-12-19 17:00:38 +0000
  • 0ae5abcd0c
    [VIM-1874] Add possibility to execute option listener after adding Alex Plate 2019-12-19 18:53:45 +0300
  • b6cecb2125
    Refactor options change listener Alex Plate 2019-12-19 18:23:54 +0300
  • 3aa3a9c9a8
    Get rid of unused name sorter Alex Plate 2019-12-19 18:13:51 +0300
  • 2c11ed43e4
    [VIM-1875] Fix isk loading on startup Alex Plate 2019-12-19 17:12:29 +0300
  • 23126aeb6d
    Extract abandoned mapping sequence handling Matt Ellis 2019-12-19 11:49:53 +0000