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

Commit Graph

  • b25d06ed9e Move Vimscript visitors to vim-engine Filipp Vakhitov 2024-06-04 14:40:18 +0300
  • 706ae3dd91 Move GlobalCommand to vim-engine Filipp Vakhitov 2024-06-04 14:12:57 +0300
  • 9b15ed8181 Add VimRangeMarker Filipp Vakhitov 2024-06-04 14:10:30 +0300
  • f355bef36b Remove deprecated SearchGroup.java Filipp Vakhitov 2024-06-03 20:08:17 +0300
  • 4391e69c48 Move DocumentSearchListener to IjVimSearchGroup Filipp Vakhitov 2024-06-03 19:47:58 +0300
  • 0710d80391 Remove SearchGroup from GlobalCommand Filipp Vakhitov 2024-06-03 19:16:17 +0300
  • cf41a3a76c Fix(VIM-3507): Mapping exits early on double backslash filipp 2024-06-28 13:45:46 +0300
  • 31b2cd872f Use when expression instead of convoluted nested if else jake.peters 2024-06-28 00:31:27 +0100
  • 2b6945cbb2 Add ability to iterate over all states for unassigned handlers jake.peters 2024-06-24 22:18:51 +0100
  • ae5f43918f Use BGT instead of EDT jake.peters 2024-06-24 13:48:23 +0100
  • 6b6bc2752e Rename method to be more reflective of its toggle functionality. jake.peters 2024-06-17 21:30:32 +0100
  • 4556adae3c Add ability to change all handlers to use either Vim or IDE shortcuts. jake.peters 2024-06-17 21:02:42 +0100
  • 1b0886041b Fix(VIM-3506): in command mode no longer change cursor to " Filipp Vakhitov 2024-06-27 15:46:22 +0500
  • 16e18f3ca7 Bump io.ktor:ktor-client-core from 2.3.11 to 2.3.12 dependabot[bot] 2024-06-26 15:48:37 +0000
  • ee0d67fbbb Bump io.ktor:ktor-client-auth from 2.3.11 to 2.3.12 dependabot[bot] 2024-06-26 15:48:37 +0000
  • 450527f172 Bump io.ktor:ktor-serialization-kotlinx-json from 2.3.11 to 2.3.12 dependabot[bot] 2024-06-26 15:31:37 +0000
  • 135518ee39 Enable Gradle caching Matt Ellis 2024-06-26 14:56:01 +0100
  • 58715ecb5f Remove obsolete build feature Matt Ellis 2024-06-26 14:21:35 +0100
  • 75e26b101d Add Bishwa Saha, Alex Fu to contributors list IdeaVim Bot 2024-06-24 09:55:59 +0000
  • 6421a6face
    Update java version to 17 on github actions Alex Plate 2024-06-24 12:53:55 +0300
  • 948520f90a Fix(VIM-3485): Stay in the same split when using (Back) or (Forward) filipp 2024-06-21 17:44:25 +0300
  • 0765118ce2 Stop mapping negative 'scrolljump' to IntelliJ setting Matt Ellis 2024-06-17 17:26:15 +0100
  • efd4c7b617 Fix incorrect scrolling due to 'scrolloff' mapping Matt Ellis 2024-06-17 17:16:44 +0100
  • c5346fbece
    Update NERDTree documentation with newly added commands Alex Plate 2024-06-21 16:56:04 +0300
  • fe8e8ccc3e
    Merge pull request #912 from kun-codes/create-files-and-directories Alex Pláte 2024-06-21 16:53:01 +0300
  • eae111bc2c
    Merge branch 'master' into create-files-and-directories Alex Pláte 2024-06-21 16:52:46 +0300
  • 6a6c1dc6b4 add NERDTree action to delete files and directories kun-codes 2024-06-20 18:08:39 +0530
  • 86bbb282ab
    Merge pull request #879 from citizenmatt/feature/gradle-intellij-plugin-v2 Alex Pláte 2024-06-21 16:31:56 +0300
  • 28aa156cb7
    Merge branch 'master' into feature/gradle-intellij-plugin-v2 Alex Pláte 2024-06-21 16:30:25 +0300
  • a7814e69de Fix incorrect double registration when opening editors Matt Ellis 2024-06-18 10:04:39 +0100
  • 1452c116cf Update to include other default key binds Alex Fu 2024-06-20 13:02:24 -0400
  • 23dfc4b339 Update docs for multiple-cursors plugin Alex Fu 2024-06-20 10:52:03 -0400
  • 931d4be972 add NERDTree action to create new files and directories kun-codes 2024-06-20 17:41:52 +0530
  • 7dceda587b Bump org.jetbrains.intellij from 1.17.3 to 1.17.4 dependabot[bot] 2024-06-19 15:06:44 +0000
  • 52a969074d Bump org.eclipse.jgit:org.eclipse.jgit.ssh.apache dependabot[bot] 2024-06-19 15:06:41 +0000
  • e7b87d31cf
    Merge pull request #904 from citizenmatt/bugfix/jumplist lippfi 2024-06-17 17:45:25 +0500
  • 5eb0fae08f
    Remove explicit since-build from plugin.xml Matt Ellis 2024-06-12 18:07:20 +0100
  • 798d805a0f
    Provide hint for the CodeQL autobuilder GH action Matt Ellis 2024-06-11 16:46:38 +0100
  • 0d4ba06e57
    Add task to run IDE in split mode Matt Ellis 2024-05-15 10:28:20 +0100
  • 4913b13a2d
    Migrate to IntelliJ Platform Gradle Plugin 2.0 Matt Ellis 2024-05-09 13:48:56 +0100
  • b0bab992db
    Convert settings.gradle to Kotlin Matt Ellis 2024-05-15 11:49:06 +0100
  • af5f4227b7
    Rename settings.gradle to settings.gradle.kts Matt Ellis 2024-05-15 11:48:12 +0100
  • fa6a694ea4
    Move some Gradle config blocks around Matt Ellis 2024-05-08 22:03:12 +0100
  • 1da7ffc052 Add more logging to spot bug in CommandConsumer Filipp Vakhitov 2024-06-15 22:35:58 +0200
  • c673f5818c
    Make jumplist project ID key unique Matt Ellis 2024-06-14 14:35:48 +0100
  • ec78a87644
    Fix recent places adding to jump list Matt Ellis 2024-06-14 14:21:58 +0100
  • 69d14ddcf5
    Implement clearjumps command Matt Ellis 2024-06-14 14:15:26 +0100
  • f62819df00
    Add generated parser files to gitignore Matt Ellis 2024-06-14 13:52:17 +0100
  • 39a85b6bc2 Add more logging Filipp Vakhitov 2024-06-13 20:58:07 +0200
  • f76ae3e867 Bump com.dorongold.task-tree from 3.0.0 to 4.0.0 dependabot[bot] 2024-06-12 15:00:52 +0000
  • 3651e5f2f0 Bump com.google.devtools.ksp:symbol-processing-api dependabot[bot] 2024-06-12 15:00:44 +0000
  • 89e016ef6c Fix infinite loop stuck because of a confirmation dialog appearing over and over Filipp Vakhitov 2024-06-12 10:57:45 +0300
  • e4996f4c4d Reduce distribution size Filipp Vakhitov 2024-06-11 01:41:24 +0300
  • c44ed58142 Make text deletion in change actions a part of insert sequence Filipp Vakhitov 2024-06-09 00:33:07 +0300
  • 0091af2a41 Fix(VIM-547): Undo splits Insert mode edits into separate undo chunks Filipp Vakhitov 2024-06-07 23:03:53 +0300
  • d1eea68719 Support i_CTRL-G_U Filipp Vakhitov 2024-06-07 21:38:11 +0300
  • 133aff7fd8 Add a return type to getInsertSequence method Filipp Vakhitov 2024-06-07 21:29:44 +0300
  • efde94db7a Fix recursive forEachCaretInvocation Filipp Vakhitov 2024-06-07 18:05:02 +0300
  • 6ec072b34e End inputSequence on motion in insert mode Filipp Vakhitov 2024-06-07 17:12:11 +0300
  • 4027a21514 Support most* cases for starting / ending inputSequence Filipp Vakhitov 2024-06-07 16:55:22 +0300
  • 3665b1ab00 Improve UndoRedoHelper to split insert input into multiple undo sequences Filipp Vakhitov 2024-06-07 16:27:58 +0300
  • cf6b292f0c Add methods to work with InsertSequence Filipp Vakhitov 2024-06-07 16:24:37 +0300
  • 507e4173d3 Introduce InsertSequence class Filipp Vakhitov 2024-06-07 16:09:25 +0300
  • abc3575d3e Fix command registration order Filipp Vakhitov 2024-06-07 16:03:27 +0300
  • 2c0ff587e3 Post-review improvements Filipp Vakhitov 2024-06-04 12:55:47 +0300
  • 26c87535d6 Fix focus Filipp Vakhitov 2024-06-03 17:21:22 +0300
  • 6ac8e672be Fix compilation Filipp Vakhitov 2024-06-03 13:32:30 +0300
  • 04ee2dd1e7 Post-rebase fixes Filipp Vakhitov 2024-06-03 12:48:06 +0300
  • 3106a98aee Make IjVimSearchGroup a PersistentStateComponent instead of deprecated SearchGroup Filipp Vakhitov 2024-06-03 11:52:22 +0300
  • 73769a3472 Move one method to VimProcessGroupBase Filipp Vakhitov 2024-06-03 10:05:21 +0300
  • 085e253d77 Fix possible bug in Fleet Filipp Vakhitov 2024-06-02 22:26:50 +0300
  • b2af8f153e Add VimScriptFunctionServiceBase Filipp Vakhitov 2024-06-02 20:48:05 +0300
  • 37fb41fca8 Remove exCommandAnnotation option Filipp Vakhitov 2024-06-02 20:35:41 +0300
  • e2b05ab639 Move Vimscript grammar to engine Filipp Vakhitov 2024-06-02 20:30:58 +0300
  • 354fd8fef0 Remove EditorHolderService.kt Filipp Vakhitov 2024-06-02 02:20:33 +0300
  • 9b97867be1 Support replace mode in command line Filipp Vakhitov 2024-06-02 01:47:47 +0300
  • 06685d1721 Move more logic to VimCommandLine interface Filipp Vakhitov 2024-06-01 00:17:57 +0300
  • ae4b88a06b Remove ExEntryPanel and move its method to VimCommandLine Filipp Vakhitov 2024-05-31 22:27:41 +0300
  • c83ecc46ed Rename method Filipp Vakhitov 2024-05-31 22:20:19 +0300
  • c32050a208 Introduce actualText and visibleText for command line Filipp Vakhitov 2024-05-31 21:54:12 +0300
  • 4a8c7227e6 Remove default value Filipp Vakhitov 2024-05-31 21:29:20 +0300
  • 55e61a7094 Remove count for command line Filipp Vakhitov 2024-05-30 15:12:00 +0300
  • 60977d05b6 Deprecate ExEntryPanel Filipp Vakhitov 2024-05-29 20:39:13 +0300
  • 601747f720 Changes to replace ExEntryPanel with interface and move more code to engine Filipp Vakhitov 2024-05-29 19:41:34 +0300
  • 0c91bc3207 Changes to replace ExEntryPanel with interface and move more code to engine Filipp Vakhitov 2024-05-29 18:24:52 +0300
  • f5cd2c173f Changes to replace ExEntryPanel with interface and move more code to engine Filipp Vakhitov 2024-05-29 16:25:54 +0300
  • 57ddf2083e
    Set plugin version to chylex-35 customized/35 chylex 2023-11-17 12:55:52 +0100
  • aad2287433
    Revert "Factor disposable objects on editor opening" chylex 2024-04-27 09:46:43 +0200
  • a348428422
    Fix(VIM-3364): Exception with mapped Generate action chylex 2024-03-27 13:24:17 +0100
  • c4c66c194a
    Apply scrolloff after executing native IDEA actions chylex 2024-01-24 23:15:05 +0100
  • e065783486
    Stay on same line after reindenting chylex 2024-01-26 11:41:59 +0100
  • dae5e3a8fd
    Update search register when using f/t chylex 2024-01-23 13:16:02 +0100
  • bb3b67f611
    Automatically add unambiguous imports after running a macro chylex 2023-12-03 09:31:15 +0100
  • bf69c8b4a6
    Fix(VIM-3179): Respect virtual space below editor (imperfectly) chylex 2023-11-15 00:06:45 +0100
  • 49d1d2d270
    Fix(VIM-3178): Workaround to support "Jump to Source" action mapping chylex 2023-11-14 23:41:00 +0100
  • 96cdf1c26d
    Add support for count for visual and line motion surround chylex 2023-11-09 09:17:29 +0100
  • 365bbce9a0
    Fix vim-surround not working with multiple cursors chylex 2022-10-24 02:09:20 +0200
  • 1f8a580b7f
    Fix(VIM-696) Restore visual mode after undo/redo, and disable incompatible actions chylex 2022-12-21 04:34:56 +0100
  • fa9529eaa5
    Respect count with <Action> mappings chylex 2023-11-17 07:32:27 +0100
  • 0b29a4704b
    Change matchit plugin to use HTML patterns in unrecognized files chylex 2022-06-18 19:59:56 +0200