1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-02-18 17:46:02 +01:00

Commit Graph

  • 9454ebcb35 Move some methods to engine filipp 2023-03-13 19:30:00 +0200
  • 441721b63f
    Reformat source code Alex Plate 2023-03-13 11:44:02 +0200
  • 0eda85c95e
    Enable explicitApiMode for vim-engine Alex Plate 2023-03-13 11:39:50 +0200
  • 01e4c80adb
    Remove traces of the experimental API Alex Plate 2023-03-13 10:29:09 +0200
  • 0e8ec4d445
    Set visibility for classes in vim-engine Alex Plate 2023-03-13 10:22:53 +0200
  • ae18ccb8cd
    Add new word to the doc Alex Plate 2023-03-13 09:32:06 +0200
  • ad63afc242
    Add more info to the issue report Alex Plate 2023-03-13 09:32:00 +0200
  • f48f8a9643 Add Dani Sevastianov to contributors list Alex Plate 2023-03-13 07:08:20 +0000
  • eae65b6512 Update changelog after merging PR Alex Plate 2023-03-13 07:05:21 +0000
  • 02ff5cb24b Fix quick-scope setup documentation Dani Sevastianov 2023-03-11 16:13:36 +0200
  • 8210b122bc
    Update version of kt lint and reformat files Alex Plate 2023-03-13 08:49:25 +0200
  • a0d3cf561b
    Apply ktlint reformat Alex Plate 2023-03-13 08:43:52 +0200
  • d7c1c77861 Update changelog Alex Plate 2023-03-11 22:22:11 +0000
  • f385c3fa21 Fix(VIM-795): Ctrl-w + h doesn't alway work (window navigation to the left window) filipp 2023-03-12 00:19:59 +0200
  • e07a077da9 Update changelog Alex Plate 2023-03-11 18:03:45 +0000
  • 7768c9147d Fix(VIM-2819): Move command works incorrectly filipp 2023-03-11 20:01:55 +0200
  • c5c9877b40 Update changelog Alex Plate 2023-03-10 21:48:13 +0000
  • 3ddd4a1a58 Fix(VIM-2868): Pasting in visual mode with P should not replace yank register like when pasting with p filipp 2023-03-10 23:30:25 +0200
  • 3c85215011 Update changelog Alex Plate 2023-03-10 20:50:08 +0000
  • 2369814092 Fix(VIM-2884): Moving multiple lines in visual mode is not working filipp 2023-03-10 22:48:16 +0200
  • 6970a764c4 Update changelog Alex Plate 2023-03-10 19:22:34 +0000
  • 4c7c3dba00 Fix(VIM-2733): vim-surround emulation interacts incorrectly with unmatched quotes on previous lines filipp 2023-03-10 21:20:18 +0200
  • aebad12bbe Add some useful methods to work with strings filipp 2023-03-10 20:39:13 +0200
  • 8593e7a6ac
    Small reformat of kotlin script Alex Plate 2023-03-10 19:03:35 +0200
  • 119975c313
    Remove experimental API Alex Plate 2023-03-10 18:30:07 +0200
  • 27c3a95ec6
    Provide visibility for some classes Alex Plate 2023-03-10 18:15:48 +0200
  • d5eaf85473
    Better support for esc in octopus mode Alex Plate 2023-03-10 14:33:31 +0200
  • 7f4c967a20
    Fix compilation in tests Alex Plate 2023-03-10 13:34:19 +0200
  • 8066ac2819
    Enable explicit api mode for vim-engine Alex Plate 2023-03-10 13:23:24 +0200
  • 66172c843d
    Enable explicit api mode for IdeaVim Alex Plate 2023-03-10 13:20:29 +0200
  • 88b3373e5c
    Add option to enable octopus handler Alex Plate 2023-03-10 12:11:17 +0200
  • 320d91d639
    Add esc to octopus handler Alex Plate 2023-03-10 12:00:41 +0200
  • 24d118e225 Update changelog after merging PR Alex Plate 2023-03-10 08:19:21 +0000
  • c192f319d1 Simplify setting known options a little Matt Ellis 2023-03-08 00:25:43 +0000
  • 097dfa06a6 Add a couple of convenience functions Matt Ellis 2023-02-22 17:56:06 +0000
  • 90ca544d0a Move getter helpers out of the options interface Matt Ellis 2023-02-22 12:29:37 +0000
  • 2bc9640b88 Remove last of 'set' validation code Matt Ellis 2023-02-22 16:37:46 +0000
  • 40ffddf5ef Push toggle option validation into ':set' command Matt Ellis 2023-02-22 11:46:51 +0000
  • bd28c9da23 Push more ':set' command validation into command Matt Ellis 2023-02-22 11:09:39 +0000
  • 11ef024779 Move ':set' command validation out of interface Matt Ellis 2023-02-22 10:29:52 +0000
  • 40d9a201ea Use bundle for exception messages Matt Ellis 2023-02-21 23:18:41 +0000
  • 6e2ac21fab Refactor getDefaultValue into property Matt Ellis 2023-02-21 21:31:36 +0000
  • 7858cf57c6 Fix number operations for set command Matt Ellis 2023-02-21 18:20:24 +0000
  • 91c8e7ebda Rename getOptionByNameOrAbbrev Matt Ellis 2023-02-21 16:50:48 +0000
  • 6332ee6955 Remove unnecessary argument text Matt Ellis 2023-02-21 14:01:02 +0000
  • 3c3014fdc6 Remove unused getAbbrevs function Matt Ellis 2023-02-21 13:21:17 +0000
  • d97e4c44ee Rename "token" and remove default argument Matt Ellis 2023-01-22 00:43:23 +0000
  • 1b88c514da Move IjVimOptionGroup to correct package & rename Matt Ellis 2023-01-21 23:17:39 +0000
  • 96c1094a61 Replace OptionService with VimOptionGroup Matt Ellis 2023-01-21 00:36:09 +0000
  • b3551b4ee5 Remove empty file Matt Ellis 2023-01-19 01:01:15 +0000
  • 4232d3d8a2 Remove unused local options types Matt Ellis 2023-01-19 00:55:38 +0000
  • 73b64c19ff Move OptionValueAccessor to options package Matt Ellis 2023-01-19 00:18:10 +0000
  • 15ccdb2055 Remove unnecessary getOptionServiceImpl Matt Ellis 2023-01-19 00:13:02 +0000
  • 418067b077 Remove unused deprecated method Matt Ellis 2023-01-19 00:08:16 +0000
  • 88b29d1a14 Isolate and remove deprecated code Matt Ellis 2023-01-18 22:31:31 +0000
  • b831aa8eca Fix incorrect type parameter in cast Matt Ellis 2023-01-18 22:06:31 +0000
  • 4540d216cb Move StrictMode out of options package Matt Ellis 2023-01-18 21:39:00 +0000
  • b345ebb366
    Add test for escaped pairs Alex Plate 2023-03-10 09:42:20 +0200
  • 7a8ed2db32 Add kawagh to contributors list Alex Plate 2023-03-10 07:39:23 +0000
  • 9f5ed99b79 Add tests to secure % motion behavior with escaped parentheses kawagh 2023-03-09 16:10:13 +0900
  • 1bd6defc84 Include escaped character in search target kawagh 2023-03-09 13:16:02 +0900
  • 181d76ae7b
    Improvements for octopus handler Alex Plate 2023-03-09 16:44:56 +0200
  • 31d37c218a Update changelog Alex Plate 2023-03-09 13:58:42 +0000
  • 72be9845fa Fix(VIM-2885): "v:searchforward" does't work for IdeaVim filipp 2023-03-09 15:56:34 +0200
  • a6a4e50479 Add ` mark to jumplist filipp 2023-03-09 15:29:01 +0200
  • 1f88ead837 Update changelog Alex Plate 2023-03-09 12:03:39 +0000
  • 8303cafbc9 Fix(VIM-2244): nnoremap mapping doesn't work correctly filipp 2023-03-09 14:01:35 +0200
  • 00901f60dc Add get() function filipp 2023-03-08 20:06:43 +0200
  • 21aaf06a63 Add split function filipp 2023-03-08 19:21:02 +0200
  • d81774c9a7
    Add octopus connector that attaches IdeaVim to IJ using EditorActionHandlers Alex Plate 2023-03-08 13:56:31 +0200
  • 2cb6fb041e
    Use injector to create execution context Alex Plate 2023-03-08 13:06:36 +0200
  • b7d5ee9a75
    Add doc why we can move to project activity at the moment Alex Plate 2023-03-08 12:59:48 +0200
  • 24dd84b31c
    Revert "Migrate to project activity" Alex Plate 2023-03-08 12:57:13 +0200
  • 0e96819e86
    Update creation of execution context Alex Plate 2023-03-08 11:35:01 +0200
  • 897d393342
    Add delay in UI test Alex Plate 2023-03-08 09:45:25 +0200
  • fc7efd5484
    Migrate to project activity Alex Plate 2023-03-08 09:30:33 +0200
  • 834695420d
    Update UI tests Alex Plate 2023-03-08 09:18:45 +0200
  • c4025c0cc1
    Set larget expand timeout for UI tests Alex Plate 2023-03-08 08:44:42 +0200
  • c80ef82f2a
    Remove unnecessary curly braces Alex Plate 2023-03-08 08:34:02 +0200
  • b94b4eea04 Better per caret register storage filipp 2023-03-07 22:30:52 +0200
  • 116c813988 Update changelog Alex Plate 2023-03-07 15:26:26 +0000
  • 2c9aa8e30e FIX(VIM-2881): ReplaceRegister does no longer worker with MultiCursor filipp 2023-03-07 17:24:02 +0200
  • 376c84c46e Update changelog Alex Plate 2023-03-07 07:46:14 +0000
  • a3039e05d4
    Fix(VIM-1735): Fix enabling mulple carets after line selection Alex Plate 2023-03-07 09:43:29 +0200
  • bed078213b
    Fix some qodana issues Alex Plate 2023-03-03 18:36:50 +0200
  • b413c8e715 Update formatting Alex Plate 2023-03-05 00:20:18 +0000
  • 299890c737
    Update gradle plugin Alex Plate 2023-03-03 18:17:59 +0200
  • e977bee8cc
    Remove unused task from configuration Alex Plate 2023-03-03 18:08:09 +0200
  • 5b636b2b5e
    Perform code cleanup Alex Plate 2023-03-03 17:57:32 +0200
  • 6db4874acd
    Migrate NerdTree to new startup activity Alex Plate 2023-03-03 13:16:49 +0200
  • e788ea6d7f
    Remove unused deprecated field Alex Plate 2023-03-03 13:07:35 +0200
  • c5f8eaf1cf
    Run ktlinter Alex Plate 2023-03-03 13:06:15 +0200
  • c9568b4301
    Switch to AnActionWrapper instead of deprecated EmptyAction Alex Plate 2023-03-03 13:05:31 +0200
  • e1c712abb7
    Include the original editor context into our custom editor context Alex Plate 2023-03-03 12:14:44 +0200
  • 81e8a28cc3 Marketplace plugin mapping tutorial filipp 2023-03-03 16:47:21 +0200
  • e45a2b4517 Update changelog after merging PR Alex Plate 2023-03-01 15:44:18 +0000
  • dd69d0fad2 Prevent viewport displacement on undo Dominic Palmer 2023-02-25 22:55:17 +0000
  • 4f680c881c Fix deprecated method in Changelog plugin filipp 2023-03-01 11:25:51 +0200
  • 1932d7102b Fix typo filipp 2023-03-01 11:17:14 +0200
  • 58ba9ed4be
    Fix qodana inspections Alex Plate 2023-02-28 17:41:41 +0200