1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-09-10 01:53:14 +02:00

Commit Graph

  • 1557ab3474 Use single alarm to schedule verifications of the keymap Alex Plate 2023-11-23 12:41:10 +02:00
  • 75fdda4fbf Update changelog. Action id - 6968202628 IdeaVim Bot 2023-11-23 10:06:29 +00:00
  • 4d75ef2849 Fix(VIM-3204): Add checker that verifies the configuratin of the keymap Alex Plate 2023-11-23 12:01:42 +02:00
  • a1da23d1ba Log the name of the keymap Alex Plate 2023-11-23 10:14:58 +02:00
  • c4bc751df7 Fix(VIM-3084): Double update for the status bar icon Alex Plate 2023-11-23 09:01:03 +02:00
  • 972d89ec6e Refactor companion object to util object Alex Plate 2023-11-23 08:51:49 +02:00
  • 70f040e104 Create an outline version of icon Alex Plate 2023-11-22 17:58:18 +02:00
  • d4de0b49c8 Do not run ActionsTest with neovim Alex Plate 2023-11-22 17:01:28 +02:00
  • 2a42d58361 Bump io.ktor:ktor-client-cio from 2.3.5 to 2.3.6 dependabot[bot] 2023-11-22 15:08:49 +00:00
  • 14308956d7 Bump org.jetbrains:annotations from 24.0.1 to 24.1.0 dependabot[bot] 2023-11-22 15:08:20 +00:00
  • 71339a66d7 Bump org.junit.jupiter:junit-jupiter-api from 5.10.0 to 5.10.1 dependabot[bot] 2023-11-22 15:08:12 +00:00
  • 85f0664b56 Fix the incorrect condition in release actions Alex Plate 2023-11-22 15:34:35 +02:00
  • 2f86ac0dfa Log the shortcuts that are assigned to esc and enter Alex Plate 2023-11-22 12:19:14 +02:00
  • 79d7b7a08d Update changelog. Action id - 6955729845 IdeaVim Bot 2023-11-22 10:06:50 +00:00
  • b550d1990e Fix(VIM-3195): Fix escape in injected editor Alex Plate 2023-11-22 12:04:37 +02:00
  • 22062f0c77 Fix(VIM-3190): Do not use octopus handler if the enter key is used with modifiers like shift or control Alex Plate 2023-11-22 11:51:57 +02:00
  • 515f613a53 Add tests for other actions Alex Plate 2023-11-22 10:17:30 +02:00
  • 615ed6b713 Fix(VIM-3203): Split action not works in normal mode Alex Plate 2023-11-22 10:14:37 +02:00
  • f6eab62c3c Fix(VIM-3184): Revert "VIM-3184: Temporally disable new handlers for the thin client" Alex Plate 2023-11-22 09:41:53 +02:00
  • 7d1e00ff0d Print information about the existing version id Alex Plate 2023-11-21 13:30:36 +02:00
  • 692439953c Rollback to working Idea Version Filipp Vakhitov 2023-11-21 13:17:51 +02:00
  • 6960a34d02 VIM-3184: Temporally disable new handlers for the thin client Alex Plate 2023-11-21 13:09:52 +02:00
  • b3662d4e6e Fix(VIM-3157): For for PyCharm 2023.1 Alex Plate 2023-11-17 16:09:38 +02:00
  • 50c9b7c352 Fix(VIM-3159): Start new line before current action works in normal mode now Alex Plate 2023-11-17 15:23:31 +02:00
  • f395d3b2bf Fix(VIM-3186): Do not multiply the enter action by the amount of carets Alex Plate 2023-11-17 15:05:07 +02:00
  • 4fbf6cbc50 Update minimal supported version to 2023.3 in TeamCity filipp 2023-11-17 14:34:22 +02:00
  • 9916958d6c TeamCity change in 'Ideavim' project: VCS roots of 'Tests for IntelliJ IC-2023.2' build configuration were updated filipp.vakhitov 2023-11-17 12:32:34 +00:00
  • 184a069c7f TeamCity change in 'Ideavim' project: general settings of 'Tests for IntelliJ IC-2023.2' build configuration were updated filipp.vakhitov 2023-11-17 12:32:20 +00:00
  • 0b65346633 TeamCity change in 'Ideavim' project: VCS roots of 'Tests for IntelliJ IC-2023.1' build configuration were updated filipp.vakhitov 2023-11-17 12:31:30 +00:00
  • 11f23dcc9e TeamCity change in 'Ideavim' project: general settings of 'Tests for IntelliJ IC-2023.1' build configuration were updated filipp.vakhitov 2023-11-17 12:29:32 +00:00
  • f80d1defcb Add Javadoc filipp 2023-11-17 14:00:30 +02:00
  • 976791ac95 Set plugin version to chylex-21 customized/21 chylex 2023-11-17 12:55:52 +01:00
  • 9b30831b2f Work around Enter action running N^2 times for number of carets chylex 2023-11-17 12:55:17 +01:00
  • e95d6343cb Fix(VIM-3177): Formatting of commit message works again Alex Plate 2023-11-17 13:52:03 +02:00
  • a9052a068f Fix property tests filipp 2023-11-17 13:05:30 +02:00
  • b1323c0d67 Fix(VIM-1611): actions related to resolving conflicts doesn't seem to work filipp 2023-11-17 12:42:42 +02:00
  • 87ceb8fb58 Much better undo filipp 2023-11-17 11:59:27 +02:00
  • 0c3544c1fe Set plugin version to chylex-20 customized/20 chylex 2022-06-17 23:49:09 +02:00
  • 29813f12fb Fix(VIM-3179): Respect virtual space below editor (imperfectly) chylex 2023-11-15 00:06:45 +01:00
  • 0bb5739adc Fix(VIM-3178): Workaround to support "Jump to Source" action mapping chylex 2023-11-14 23:41:00 +01:00
  • 4e5e94cd98 Fix(VIM-3166): Workaround to fix broken filtering of visual lines chylex 2023-11-10 02:34:50 +01:00
  • 8b6925e5e4 Add support for count for visual and line motion surround chylex 2023-11-09 09:17:29 +01:00
  • e451ebf361 Fix vim-surround not working with multiple cursors chylex 2022-10-24 02:09:20 +02:00
  • 056d704297 [VIM-696] Restore visual mode after undo/redo, and disable incompatible actions chylex 2022-12-21 04:34:56 +01:00
  • dbb0f79113 Respect count with <Action> mappings chylex 2023-11-17 07:32:27 +01:00
  • 1bc6dfac1c Prevent IdeaVIM from stealing key binding that confirms in-place refactoring chylex 2023-10-19 07:48:29 +02:00
  • de449adcb9 Change matchit plugin to use HTML patterns in unrecognized files chylex 2022-06-18 19:59:56 +02:00
  • 2ef9742b71 Reset insert mode when switching active editor chylex 2023-10-19 23:56:06 +02:00
  • a2833aa088 Remove update checker chylex 2023-01-02 01:16:14 +01:00
  • 13ebac83c6 Set custom plugin version chylex 2021-10-18 13:36:02 +02:00
  • c3134b9426 Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.1 dependabot[bot] 2023-11-15 15:23:40 +00:00
  • 06c036d373 Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.10 to 1.9.20 dependabot[bot] 2023-11-15 15:22:19 +00:00
  • 2f8bd29725 Bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0 dependabot[bot] 2023-11-15 15:10:46 +00:00
  • 1eae211b41 Bump io.ktor:ktor-client-core from 2.3.4 to 2.3.6 dependabot[bot] 2023-11-15 15:08:45 +00:00
  • 4ca05ba6df Set plugin version to chylex-19 customized/19 chylex 2023-11-15 01:18:05 +01:00
  • 114ac40990 Fix(VIM-3179): Respect virtual space below editor (imperfectly) chylex 2023-11-15 00:06:45 +01:00
  • 2829109eb7 Fix(VIM-3178): Workaround to support "Jump to Source" action mapping chylex 2023-11-14 23:41:00 +01:00
  • b02eb7a422 Update changelog. Action id - 6862042155 IdeaVim Bot 2023-11-14 10:06:35 +00:00
  • 3db31e9347 Fix(VIM-3159): Shift-enter now works in normal mode again Alex Plate 2023-11-14 11:12:49 +02:00
  • 1dc6045ae1 Fix(VIM-3157): Do not invoke enter in invokeLater for python console Alex Plate 2023-11-13 12:25:25 +02:00
  • 2436164b1e Update changelog. Action id - 6848428489 IdeaVim Bot 2023-11-13 10:07:34 +00:00
  • c13fc8a805 Fix(VIM-3168): Do not switch to block caret after enter if the IdeaVim is disabled Alex Plate 2023-11-13 11:39:07 +02:00
  • 41025d78de Fix(VIM-3165): Do not process enter key as IdeaVim shortcut if it's not an actual keypress Alex Plate 2023-11-13 11:23:26 +02:00
  • b3ad222cdc Change default undo behavior Filipp Vakhitov 2023-11-10 19:22:43 +02:00
  • efd9ed0a5f Add logs around pressing of esc and enter keys of the user Alex Plate 2023-11-10 17:16:52 +02:00
  • 9d20061924 Do not register VimShortcutKeyAction for esc and enter keys Alex Plate 2023-11-10 16:35:23 +02:00
  • ddfe8cf361 Support temporary options Filipp Vakhitov 2023-11-10 16:00:18 +02:00
  • 93c83f773a Add generated JSON files to gitignore Filipp Vakhitov 2023-11-10 14:48:58 +02:00
  • 876e16fa9e Support registering commands from json Filipp Vakhitov 2023-11-10 14:21:00 +02:00
  • 37067d5c72 Fix typos Filipp Vakhitov 2023-11-10 14:18:28 +02:00
  • 083ac8cfa3 Convert RegisterActions to Kotlin Filipp Vakhitov 2023-11-10 11:52:23 +02:00
  • fe6c1ae452 Add LazyVimCommand and CommandProvider Filipp Vakhitov 2023-11-10 11:32:00 +02:00
  • 30165f5047 Support keypad keys in Vim key notation Filipp Vakhitov 2023-09-30 04:37:18 +03:00
  • 3046c61447 Generating json by annotations Filipp Vakhitov 2023-09-30 04:05:54 +03:00
  • ced50bb2e8 Mark xml related classes for commands as deprecated Filipp Vakhitov 2023-09-30 03:00:00 +03:00
  • dee84bcc63 Annotate commands Filipp Vakhitov 2023-09-30 02:54:09 +03:00
  • f1323139b4 Fix(VIM-3166): Workaround to fix broken filtering of visual lines chylex 2023-11-10 02:34:50 +01:00
  • df4aa59310 Add support for count for visual and line motion surround chylex 2023-11-09 09:17:29 +01:00
  • 0f0bafb66a Bump io.ktor:ktor-client-auth from 2.3.4 to 2.3.6 dependabot[bot] 2023-11-08 16:07:22 +00:00
  • 7cdc3611a5 Bump io.ktor:ktor-client-content-negotiation from 2.3.5 to 2.3.6 dependabot[bot] 2023-11-08 15:54:48 +00:00
  • 6eda6aebba Bump com.google.devtools.ksp:symbol-processing-api dependabot[bot] 2023-11-08 15:42:47 +00:00
  • 2d23c81ebb Bump io.ktor:ktor-serialization-kotlinx-json from 2.3.5 to 2.3.6 dependabot[bot] 2023-11-08 15:42:33 +00:00
  • 5602058849 Bump org.junit.jupiter:junit-jupiter-params from 5.10.0 to 5.10.1 dependabot[bot] 2023-11-08 15:42:19 +00:00
  • b1ec021c1e Update changelog. Action id - 6782896069 IdeaVim Bot 2023-11-07 10:07:22 +00:00
  • 7073b2410b Preparation to 2.7.0 release IdeaVim Bot 2023-11-07 07:51:06 +00:00
  • ab9068bc0a TeamCity change in 'Ideavim / IdeaVim releases' project: parameters of 'Publish minor release' build configuration were updated aleksei.plate@jetbrains.com 2023-11-07 07:46:22 +00:00
  • 0c66fb474e Fix(VIM-3130): Change the build version to 2023.1.2 Alex Plate 2023-11-07 09:42:28 +02:00
  • fef6c651ea Update changelog. Action id - 6754174825 IdeaVim Bot 2023-11-04 10:06:18 +00:00
  • 620f54344f Fix(VIM-3138): Do not try to register disposer if the caret is already disposed Alex Plate 2023-11-03 19:19:17 +02:00
  • ef1259a87a Print the name of the branch when we check it out Alex Plate 2023-11-03 18:32:57 +02:00
  • 5ef4af6b55 Revert "Testing CI integrations: simple change" Alex Plate 2023-11-03 18:20:00 +02:00
  • 6d17304e4e Revert "Testing CI integration: build plugin instead of pushing it" Alex Plate 2023-11-03 18:19:48 +02:00
  • 2e4062b5db Fix the incorrect checkout command Alex Plate 2023-11-03 18:06:26 +02:00
  • b294bdd013 Testing CI integrations: simple change Alex Plate 2023-11-03 17:41:16 +02:00
  • dc95c7fc2c Testing CI integration: build plugin instead of pushing it Alex Plate 2023-11-03 17:40:06 +02:00
  • dfe8c43c33 Fix VIM-3146 for Rider Alex Plate 2023-11-03 17:23:41 +02:00
  • 3e54ad5a68 Get rid of ordering with terminalEnter Alex Plate 2023-11-03 16:36:45 +02:00
  • 288c66d8a2 Refactor execution of vim script Alex Plate 2023-11-03 13:27:27 +02:00
  • 44c8a97f44 Consider the case when we load .ideavimrc file from using the source command Alex Plate 2023-11-03 13:09:05 +02:00
  • 60c27b1dea Add documentation about some aspects of IdeaVim implementation Alex Plate 2023-11-03 11:55:45 +02:00