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

Commit Graph

  • 3f28e197ca Clear status bar on scrolling, add/remove lines, etc. Matt Ellis 2024-04-28 23:05:03 +0100
  • 3a67524e8a Show status bar message when search wraps Matt Ellis 2024-04-27 12:52:41 +0100
  • 33312d95b0 Remove wrapscan flag for substitute Matt Ellis 2024-04-26 17:43:49 +0100
  • f554b21cd9 Support count for search Matt Ellis 2024-04-25 08:44:29 +0100
  • d9fa4e4648 Fix end of file atom for old regex engine Matt Ellis 2024-04-24 11:59:41 +0100
  • e98a284d40 Fix multiline regex substitution Matt Ellis 2024-04-24 09:37:22 +0100
  • 38ef8c1053 Fix removing search highlight that crosses newline Matt Ellis 2024-04-23 17:27:14 +0100
  • d3f560a31c Add special case to match newline with end of file Matt Ellis 2024-04-23 16:04:58 +0100
  • e2cb3ff284 Stop subst skipping too far with multiline pattern Matt Ellis 2024-04-23 16:03:40 +0100
  • 0f5a3953e1 Don't break ex field with exceptions from incsearch Matt Ellis 2024-04-23 12:02:11 +0100
  • 633667ed7f Fix regression with global not saving used patterns Matt Ellis 2024-04-22 11:57:25 +0100
  • 656e975562 Fix reset of last substitution string on use Matt Ellis 2024-04-20 01:27:35 +0100
  • f7fbe89de4 Use EnumSet instead of list of enums Matt Ellis 2024-04-19 17:33:11 +0100
  • 509829b052 Fix force ignorecase atom in search highlights Matt Ellis 2024-04-19 17:21:36 +0100
  • efd61e17f2 Reset CMD_LINE mode when losing focus Matt Ellis 2024-03-18 16:29:50 +0100
  • cf2b021d02 Fix search for last search pattern with new offset Matt Ellis 2024-03-18 14:28:48 +0100
  • 67f10aece5 Fix search motion type when providing offset Matt Ellis 2024-03-11 17:40:52 +0000
  • 9b5c777fcf Update highlights when editor scheme changes Matt Ellis 2024-03-08 17:51:17 +0000
  • c65e5f8341 Fix highlighting for 'incsearch' and 'nohlsearch' Matt Ellis 2024-03-08 17:36:03 +0000
  • 053bb603cd Fix errors with incsearch and substitute command Matt Ellis 2024-03-06 16:13:23 +0000
  • 93b07bbb90 Update comments and fix warnings Matt Ellis 2024-03-06 09:20:14 +0000
  • 764a115601 Show search highlights in all visible editors Matt Ellis 2024-03-06 09:05:55 +0000
  • 1adfe53f29 Fix wrong offset returned for current search result Matt Ellis 2024-03-06 00:38:18 +0000
  • bfe0f51cb1 Restore current match highlighting for :s command Matt Ellis 2024-03-04 17:56:48 +0000
  • ffce61906a Restore search highlights when setting 'hlsearch' Matt Ellis 2024-03-04 16:54:58 +0000
  • 3843a193cb Deprecate classes related to Swing TextActions Filipp Vakhitov 2024-05-26 23:56:27 +0300
  • b2410dab0b Add Egor Nikolaevsky to contributors list IdeaVim Bot 2024-05-25 09:01:49 +0000
  • f382544101 Fix clearing highlighted yank in modal dialogs Matt Ellis 2024-05-07 19:30:32 +0100
  • a81d54eb90 Remove VimCommandLineHelper Filipp Vakhitov 2024-05-24 17:18:24 +0300
  • 23519bbdae Refactoring to use interfaces from vim-engine Filipp Vakhitov 2024-05-24 16:51:38 +0300
  • 73fd25773a
    Add test for VimIndentObject Alex Plate 2024-05-24 16:20:36 +0300
  • 746d483179 Fix indent size calculation Egor Nikolaevsky 2024-05-15 18:00:37 +0500
  • 1a7e90c7d7
    Bump the minimal version of IJ to 241 Alex Plate 2024-05-24 15:36:49 +0300
  • 8e2fd44f55 Remove unnecessary methods from ProcessGroup Filipp Vakhitov 2024-05-24 14:25:16 +0300
  • 1c84917b29 Move LeaveCommandLineAction to its own class Filipp Vakhitov 2024-05-24 12:58:04 +0300
  • c5522ed19d Move ExEntryAction to vim-engine Filipp Vakhitov 2024-05-24 12:56:52 +0300
  • 33a5480456 Add Eduardo Haesbaert to contributors list IdeaVim Bot 2024-05-24 09:01:57 +0000
  • 16cd05fc76
    Fix incorrect use of visual position instead of buffer position Alex Plate 2024-05-16 10:20:41 +0300
  • 4788dacc86 Fix wording Eduardo Haesbaert 2024-05-23 12:56:36 -0300
  • 91e54c8b0d Replace c_CTRL-R swing TextAction implementation with proper Vim engine implementation Filipp Vakhitov 2024-05-23 17:31:18 +0300
  • 15ccebfe11 Cleanup Filipp Vakhitov 2024-05-23 15:27:18 +0300
  • 5c849c9105 Fix ExEntryAction Filipp Vakhitov 2024-05-23 02:24:34 +0300
  • 9e99506223 Move some logic to engine Filipp Vakhitov 2024-05-23 01:32:48 +0300
  • 53ea90379f Moved some search related logic to commands to simplify KeyHandler and ProcessGroup Filipp Vakhitov 2024-05-23 00:15:46 +0300
  • 2619d7ebb4 Moved some classes to the same file in vim-engine Filipp Vakhitov 2024-05-22 22:14:54 +0300
  • 8c8a7aceca Moved some classes to the same file in vim-engine Filipp Vakhitov 2024-05-22 22:12:34 +0300
  • 726b885b60 More obvious processing of ex-commands. Filipp Vakhitov 2024-05-22 22:04:32 +0300
  • a6994a09c3 Add support for commands that can be executed either once or for each caret depending on some circumstances Filipp Vakhitov 2024-05-22 15:44:12 +0300
  • 1616aff5a1
    Update version of TC config Alex Plate 2024-05-10 16:06:28 +0300
  • 5a82f05be8
    Update version of IJ in TC tests Alex Plate 2024-05-10 15:46:31 +0300
  • 3020504cdc
    Rename kotlin TC config to avoid compilation issues Alex Plate 2024-05-10 15:36:41 +0300
  • d00e802674 Update options documentation Matt Ellis 2024-04-19 09:42:38 +0100
  • c46008dddc Update Vim option even when IdeaVim is disabled Matt Ellis 2024-04-12 15:32:49 -0700
  • 755000c376 Reset Vim options when IDE setting changes Matt Ellis 2024-04-12 15:24:30 -0700
  • 1e4a60bfe6 Fix nullability warning Matt Ellis 2024-04-08 10:50:39 -0500
  • c9ee685956 Codify assumption re global-local external setting Matt Ellis 2024-04-08 10:48:02 -0500
  • c2b1083836 Updated descriptions as per review comments Matt Ellis 2024-04-04 13:49:16 +0100
  • 3518528f22 Prevent resetting options when plugin re-enabled Matt Ellis 2024-03-04 00:52:23 +0000
  • 9bed8fec79 Map 'scrolloff' and 'sidescrolloff' options Matt Ellis 2024-02-21 12:15:39 +0000
  • 3ffbea7d42 Match Vim's behaviour for :set[local] {option}< Matt Ellis 2024-02-20 15:43:46 +0000
  • 39b42193cb Map 'scrolljump' and 'sidescroll' options Matt Ellis 2024-02-14 16:53:40 +0000
  • c69e080b05 Add 'fileencoding' option Matt Ellis 2024-02-13 09:09:18 +0000
  • 50b42036d1 Add 'bomb' option Matt Ellis 2024-02-12 18:40:03 +0000
  • 340c40ceff Add 'fileformat' option Matt Ellis 2024-02-12 17:18:00 +0000
  • 6aeffe71de Map 'number' and 'relativenumber' options Matt Ellis 2024-02-06 00:06:34 +0000
  • 04c33d719e Improve relative line converter for soft wraps Matt Ellis 2024-02-06 01:31:47 +0000
  • 07f1d1e8e6 Move number/relativenumber options out of engine Matt Ellis 2024-02-05 10:20:27 +0000
  • 6c61254c50 Add 'colorcolumn' option to show visual guides Matt Ellis 2024-01-09 16:00:31 +0000
  • c6efea8c34 Add 'textwidth' option Matt Ellis 2024-01-09 09:50:39 +0000
  • 80f43a7c66 Add 'cursorline' option Matt Ellis 2024-01-09 01:11:45 +0000
  • 9f5d3a9a28 Add 'list' option to show whitespace Matt Ellis 2024-01-08 22:34:03 +0000
  • 8800a4f70b Add 'breakindent' option Matt Ellis 2024-01-08 17:24:12 +0000
  • 990254dcac Sort ideavim.dic to make it easier to modify Matt Ellis 2024-02-06 09:14:22 +0000
  • 73a1118e78 Extract base implementation for IDE backed options Matt Ellis 2024-01-08 14:40:08 +0000
  • d3bedf26cf Treat IDE value as default for 'wrap' option Matt Ellis 2024-01-04 17:20:28 +0000
  • 25b29f429a Track how option value is set Matt Ellis 2024-01-04 17:13:43 +0000
  • 363f821962 Introduce 'wrap' option based on IntelliJ setting Matt Ellis 2024-01-04 16:26:57 +0000
  • 8d873c0bf1
    Fix(VIM-3418): Restore mappings after plugin disable/enable Alex Plate 2024-05-09 08:57:12 +0300
  • 955676ed9e
    Add comments about structures for testing Alex Plate 2024-05-09 08:30:47 +0300
  • a2439a37e4
    Make RequiredShortcut as a data class Alex Plate 2024-05-09 08:21:26 +0300
  • 7b6daa8e4e Bump io.ktor:ktor-serialization-kotlinx-json from 2.3.10 to 2.3.11 dependabot[bot] 2024-05-08 16:01:31 +0000
  • fcf782296a Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.23 to 1.9.24 dependabot[bot] 2024-05-08 16:02:03 +0000
  • 44889b635c Bump com.google.devtools.ksp:symbol-processing-api dependabot[bot] 2024-05-08 15:49:07 +0000
  • bc12ba11cd Bump io.ktor:ktor-client-core from 2.3.10 to 2.3.11 dependabot[bot] 2024-05-08 15:47:47 +0000
  • 9b08db75e3 Bump io.ktor:ktor-client-auth from 2.3.10 to 2.3.11 dependabot[bot] 2024-05-08 15:47:42 +0000
  • 4c3ad3f263 Add NERDTree action to toggle excluded files chylex 2024-05-05 16:19:08 +0200
  • 598bcc7edd
    Do not notify slack about the new release Alex Plate 2024-05-07 14:18:31 +0300
  • 12575c3cb9
    Set plugin version to chylex-34 customized/34 chylex 2023-11-17 12:55:52 +0100
  • 8e8420033c
    Revert "Factor disposable objects on editor opening" chylex 2024-04-27 09:46:43 +0200
  • 7b89362f9d
    Fix(VIM-3364): Exception with mapped Generate action chylex 2024-03-27 13:24:17 +0100
  • 567a8487de
    Apply scrolloff after executing native IDEA actions chylex 2024-01-24 23:15:05 +0100
  • 90ad27e55a
    Stay on same line after reindenting chylex 2024-01-26 11:41:59 +0100
  • 271ea2345d
    Update search register when using f/t chylex 2024-01-23 13:16:02 +0100
  • 82386be533
    Automatically add unambiguous imports after running a macro chylex 2023-12-03 09:31:15 +0100
  • a36ba6ab3d
    Fix(VIM-3179): Respect virtual space below editor (imperfectly) chylex 2023-11-15 00:06:45 +0100
  • ce60d1e552
    Fix(VIM-3178): Workaround to support "Jump to Source" action mapping chylex 2023-11-14 23:41:00 +0100
  • 7b388a0ce4
    Fix(VIM-3166): Workaround to fix broken filtering of visual lines chylex 2023-11-10 02:34:50 +0100
  • 4a200c23a7
    Add support for count for visual and line motion surround chylex 2023-11-09 09:17:29 +0100
  • 723a6b943f
    Fix vim-surround not working with multiple cursors chylex 2022-10-24 02:09:20 +0200
  • 1205b33195
    Fix(VIM-696) Restore visual mode after undo/redo, and disable incompatible actions chylex 2022-12-21 04:34:56 +0100