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

Commit Graph

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