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

Commit Graph

  • db0290d218 Respect count with <Action> mappings chylex 2023-11-17 07:32:27 +01:00
  • 36716fe849 Change matchit plugin to use HTML patterns in unrecognized files chylex 2022-06-18 19:59:56 +02:00
  • 7cfe42688b Reset insert mode when switching active editor chylex 2023-10-19 23:56:06 +02:00
  • 1d9fb7f6a7 Disable switching to insert mode for some editors chylex 2024-08-10 14:46:56 +02:00
  • 8c4828a6fd Remove update checker chylex 2023-01-02 01:16:14 +01:00
  • 86f11a9554 Set custom plugin version chylex 2021-10-18 13:36:02 +02:00
  • 4614e2ad54 [VIM-3617] Remove the forgotten recursion call Alex Plate 2024-12-17 10:06:48 +02:00
  • 077de91e01 [VIM-3617] Set a recursion guard for obtaining the editor Alex Plate 2024-12-17 10:02:34 +02:00
  • 1ce7a97f2a Fix(VIM-3747): There is no need to remove the visual mode if there is still a selection Alex Plate 2024-12-16 13:38:29 +02:00
  • 02a42843a6 Update gradle wrapper Alex Plate 2024-12-16 09:39:22 +02:00
  • eb72762073 Bump org.jetbrains.intellij.platform from 2.1.0 to 2.2.0 dependabot[bot] 2024-12-11 15:28:43 +00:00
  • 43a94b3d71 Bump io.ktor:ktor-client-auth from 3.0.1 to 3.0.2 dependabot[bot] 2024-12-11 15:28:52 +00:00
  • 1984873b1c Bump org.eclipse.jgit:org.eclipse.jgit.ssh.apache dependabot[bot] 2024-12-11 15:28:58 +00:00
  • 4962baabad Add support for hlsearch variable Julien Phalip 2024-11-14 15:31:47 -08:00
  • 2e550a0960 Add support for escape() vim function Julien Phalip 2024-11-14 13:43:28 -08:00
  • bc48a45cd1 Add Justas Trimailovas, Justas Trimailovas to contributors list IdeaVim Bot 2024-12-05 09:02:20 +00:00
  • a005eb0612 Fix repeating change action with count Matt Ellis 2024-11-28 23:08:37 +00:00
  • 63297e685c Correctly change surround if it's empty or only spaces Justas Trimailovas 2024-10-22 12:03:04 +03:00
  • 6c9a5e1f2d [VIM-1824] surround - remove whitespace with closing bracket Justas Trimailovas 2024-10-10 16:38:55 +03:00
  • 34a5ba0ba7 Bump io.ktor:ktor-client-cio from 3.0.1 to 3.0.2 dependabot[bot] 2024-12-04 15:46:37 +00:00
  • 2354dc9af9 Bump io.ktor:ktor-client-content-negotiation from 3.0.1 to 3.0.2 dependabot[bot] 2024-12-04 15:32:33 +00:00
  • be31963a4f Bump io.ktor:ktor-serialization-kotlinx-json from 3.0.1 to 3.0.2 dependabot[bot] 2024-12-04 15:18:59 +00:00
  • 277c5ae7a5 Bump io.ktor:ktor-client-core from 3.0.1 to 3.0.2 dependabot[bot] 2024-12-04 15:18:46 +00:00
  • 49d03cf7f1 Bump com.google.devtools.ksp:symbol-processing-api dependabot[bot] 2024-12-04 15:18:50 +00:00
  • f5e7459b37 [IJPL-165238] It seems the issue was fixed Alex Plate 2024-12-03 15:18:20 +02:00
  • df8144fc00 Temporally bring back first and last checks Alex Plate 2024-12-03 15:03:02 +02:00
  • 05f1d7abd7 Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.25 to 2.1.0 dependabot[bot] 2024-11-27 15:31:49 +00:00
  • 6ca17ae09d Update codeql-analysis.yml Alex Pláte 2024-11-26 14:53:10 +02:00
  • f9d8b3a59e Update syncDoc.yml Alex Pláte 2024-11-26 14:50:29 +02:00
  • 3279325694 Update closeYoutrackOnCommit.yml Alex Pláte 2024-11-26 14:46:54 +02:00
  • b2a6d0d5c7 Add switch and functiontextobj to list of plugins Julien Phalip 2024-11-25 11:00:11 -08:00
  • e32fa6dd11 Change Variable to an interface Julien Phalip 2024-11-22 10:20:28 -08:00
  • ec3db81c6d Move register variable to its own separate class Julien Phalip 2024-11-19 21:31:31 -08:00
  • 7062dc4860 Add support for the v:register variable Julien Phalip 2024-11-18 14:39:19 -08:00
  • 46619040b1 Add new plugins for checking Alex Plate 2024-11-25 15:32:22 +02:00
  • 035804860c Fix incorrect configuration in gradle Alex Plate 2024-11-25 15:32:01 +02:00
  • 0f1a4d523f Move the docs to the init method of VimExtension Alex Plate 2024-11-25 14:01:23 +02:00
  • 5f5a97a7e1 Lazily load the logger to avoid injector initialization problems Alex Plate 2024-11-15 21:05:35 +02:00
  • 03996dce59 Add Julien Phalip to contributors list IdeaVim Bot 2024-11-23 09:03:04 +00:00
  • 0dd63c7b57 Fix nullable editor in tests filipp 2024-11-22 17:02:29 +02:00
  • 94d7902ef2 Remove more deprecated methods filipp 2024-11-22 16:39:46 +02:00
  • 3d08170d54 Post-rebase fixes filipp 2024-11-22 14:20:38 +02:00
  • cccb23d9ee Specify which commands perform mode change filipp 2024-11-22 13:27:11 +02:00
  • eae3fb3ebe Introduce VimKeyBasedUndoService and VimTimestampBasedUndoService Filipp Vakhitov 2024-11-17 22:22:16 +02:00
  • 7f5dce4051 Stop using some deprecated methods Filipp Vakhitov 2024-10-29 14:56:28 +02:00
  • 25e3988dcf Introduce VimCopiedText class Filipp Vakhitov 2024-10-29 13:34:03 +02:00
  • 36589c5250 Add context argument in clipboard methods Filipp Vakhitov 2024-10-24 01:11:03 +03:00
  • f1f86b5cd2 Simplify Register class Filipp Vakhitov 2024-10-23 22:51:50 +03:00
  • 628b3ca89f Fix <CR> parsing Filipp Vakhitov 2024-10-23 22:42:31 +03:00
  • d2b929ddd0 Fix parsing for clipboard option Filipp Vakhitov 2024-09-17 01:07:22 +03:00
  • 43d770ff5a Simplify getTransferableData method signature filipp 2024-10-21 17:22:06 +03:00
  • cde9bc94e6 Fix select mode for immutable caret Filipp Vakhitov 2024-09-16 00:44:24 +03:00
  • 63f6e73223 Fix select mode for immutable caret Filipp Vakhitov 2024-09-16 00:26:38 +03:00
  • ad28e09fec Move caret when deleting a char Filipp Vakhitov 2024-09-10 02:07:44 +03:00
  • f616f2c3c1 Fix gv in Fleet Filipp Vakhitov 2024-09-02 00:18:43 +03:00
  • 66aec26091 Move ColLineFunctionHandler.kt to vim-engine Filipp Vakhitov 2024-08-29 00:43:48 +03:00
  • 1d59c49b95 Move more logic to vim-engine Filipp Vakhitov 2024-08-25 01:45:18 +03:00
  • 8da15b8c08 Manually track last selected editor Matt Ellis 2024-11-15 17:47:27 +00:00
  • e22c2b6473 Improve updating fallback window option values Matt Ellis 2024-11-14 13:16:39 +00:00
  • e293c1b786 Add tests for updating the fallback window Matt Ellis 2024-11-14 09:36:51 +00:00
  • 468ca840ed Update options tests Matt Ellis 2024-11-14 08:25:48 +00:00
  • c75e6756c0 Add some tests for the getcmdtype() function Julien Phalip 2024-11-19 20:43:09 -08:00
  • 52737c60cf Add JSON entry for getcmdtype function Julien Phalip 2024-11-14 15:20:44 -08:00
  • e99c191d49 Add partial support for getcmdtype() function Julien Phalip 2024-11-14 15:09:21 -08:00
  • 5db2984fdd Add ability to set the highlightedyank foreground color Julien Phalip 2024-11-08 15:08:43 -08:00
  • 365b58eb56 Update build.gradle checker Alex Plate 2024-11-15 20:54:07 +02:00
  • b026144254 Add RWLock label to selectionStart & selectionEnd Alex Plate 2024-11-15 20:53:54 +02:00
  • 0e3cda827c Fix(VIM-3695): Wrap getting a vimLeadSelectionOffset with a read action Alex Plate 2024-11-15 20:44:00 +02:00
  • ed2fe3dcf0 Fix(VIM-3696): Get the state of the selection in read action Alex Plate 2024-11-15 20:34:41 +02:00
  • 791edbd29b Restore compatibility with peekaboo plugin Alex Plate 2024-11-13 19:39:24 +02:00
  • 4f9d76ef66 Fix memory leak with non-disposed listeners Matt Ellis 2024-11-12 10:48:57 +00:00
  • 4b7381901d Fix bug removing map that is also a prefix Matt Ellis 2024-11-06 23:09:05 +00:00
  • 6e2cb9ba11 Reorder functions. No logic changes Matt Ellis 2024-11-06 22:59:27 +00:00
  • 91cd4ab01f Add sequences to iterate keystroke trie Matt Ellis 2024-11-06 22:57:28 +00:00
  • 34d23180bd Avoid wrapping the keys list for each map attempt Matt Ellis 2024-11-06 12:26:36 +00:00
  • fc5aaa50d8 Remove unnecessary hasmapfrom function Matt Ellis 2024-11-06 11:36:09 +00:00
  • c7bbfdcaf5 Remove some test only functions Matt Ellis 2024-11-06 10:51:53 +00:00
  • 562906fe6d Filter map output by prefix Matt Ellis 2024-11-06 00:40:04 +00:00
  • 976771d11a Implement smap and snoremap Matt Ellis 2024-11-05 23:05:28 +00:00
  • 5fc4462b03 Support map! to map insert and cmdline modes Matt Ellis 2024-11-05 22:45:44 +00:00
  • 5f263e7014 Fix output of maps with same keys in multiple modes Matt Ellis 2024-11-04 13:32:46 +00:00
  • 4c899fcc93 Simplify test code Matt Ellis 2024-11-01 17:27:31 +00:00
  • 2f8fe392af Use KeyStrokeTrie for maps Matt Ellis 2024-10-31 00:49:53 +00:00
  • 84c7e1159b Introduce KeyStrokeTrie to find commands Matt Ellis 2024-10-30 14:02:34 +00:00
  • 18d6f79796 Add missing C-PageUp/Down shortcuts to switch tab Matt Ellis 2024-11-08 17:45:52 +00:00
  • a745da9761 Add Shift+Enter mapping to scroll page forward Matt Ellis 2024-11-08 17:35:07 +00:00
  • 5eb36ce428 Remove unneeded extended special name parsing Matt Ellis 2024-11-08 17:31:07 +00:00
  • b0951f4a38 Add information about the Vim-Peekaboo plugin Alex Plate 2024-11-08 11:06:32 +02:00
  • bcf519027e Bump io.ktor:ktor-client-content-negotiation from 2.3.10 to 3.0.1 dependabot[bot] 2024-11-06 15:37:48 +00:00
  • 9aece44a00 Bump io.ktor:ktor-client-cio from 3.0.0 to 3.0.1 dependabot[bot] 2024-11-06 15:22:45 +00:00
  • 61912e2c9b Bump io.ktor:ktor-serialization-kotlinx-json from 2.3.12 to 3.0.1 dependabot[bot] 2024-11-06 15:08:17 +00:00
  • 92ee271f1e Add fallback if ve guicursor option not specified Matt Ellis 2024-10-23 09:43:08 +01:00
  • babc5daf3b Use Visual-exclusive caret shape from guicursor Matt Ellis 2024-10-23 09:29:39 +01:00
  • c0a10c65e1 Upgrade TC agents Alex Plate 2024-11-05 11:56:20 +02:00
  • 5145bb4193 Mute some NeoVim tests Alex Plate 2024-11-05 11:50:44 +02:00
  • 8825f790d4 Fix the problem with the JSON in tests Alex Plate 2024-11-05 11:45:32 +02:00
  • a0f0f71b6a Revert "Fix deprecated API usage" Alex Plate 2024-11-05 05:42:48 +02:00
  • 6a73f9e65a Bump TC configurations to use 2024.2.1 Alex Plate 2024-11-05 05:09:19 +02:00
  • 4ee858877d Revert "Remove pre-242 workaround" Alex Plate 2024-11-05 04:16:14 +02:00
  • 82d18cfbb9 Remove unused imports Matt Ellis 2024-10-23 13:49:31 +01:00