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

Commit Graph

  • e8f31bc2bd Update changelog after merging PR Alex Plate 2023-05-29 11:43:45 +0000
  • 4e7149c945 VIM-2615 add support to sort u command, fix natural sort issue when both string not contain number samabcde 2023-05-10 00:21:20 +0800
  • 064379b9e0
    Add names of run confugrations so they can be started right from IJ Alex Plate 2023-05-19 18:03:09 +0300
  • 48b18da953
    Get text object parameters from the operatorArguments Alex Plate 2023-05-19 10:21:18 +0300
  • 904ca5d529
    Remove argument argument from text object Alex Plate 2023-05-19 10:16:23 +0300
  • 05986d017d
    Remove deprecated function Alex Plate 2023-05-19 09:52:06 +0300
  • aabe56e8b3
    Disable alternative context resolve during copy because of binary incompatibility with the newer version of EAP Alex Plate 2023-05-17 13:08:07 +0300
  • fc07ec3db3
    Fix compilation for the new version of EAP Alex Plate 2023-05-17 12:25:07 +0300
  • 2e8454907d
    Fix esc for replace in octopus mode Alex Plate 2023-05-17 11:53:01 +0300
  • 72ed659833 Update changelog after merging PR Alex Plate 2023-05-17 08:56:53 +0000
  • 94ef9692f2 Fix typo in ideajoin notification Matt Ellis 2023-04-26 11:53:03 +0100
  • 798750bf95 Use options API for more cached values Matt Ellis 2023-04-04 17:13:26 +0100
  • e8d9bd551f Add helper functions to storage service Matt Ellis 2023-04-04 09:44:27 +0100
  • d08ea2ee9b Introduce simple cache for parsed option values Matt Ellis 2023-04-04 09:39:48 +0100
  • 52dcb2d290 Treat 'iskeyword' as a local-to-buffer option Matt Ellis 2023-04-03 01:37:26 +0100
  • 4cc883f174 Refactor search helper companion to interface Matt Ellis 2023-04-03 00:18:42 +0100
  • 5a3c5bd761 Treat 'virtualedit' as a global-local option Matt Ellis 2023-04-02 22:32:40 +0100
  • 66830b7cb3 Treat 'idearefactor' as a global-local option Matt Ellis 2023-04-02 22:04:47 +0100
  • b742865e8a Treat 'ideajoin' as a global-local option Matt Ellis 2023-04-02 00:37:09 +0100
  • fd314a3288 Treat 'matchpairs' as a local option Matt Ellis 2023-04-02 00:32:21 +0100
  • 87a52d9592 Update changelog Alex Plate 2023-05-14 10:08:42 +0000
  • 527b321ee0 Fix(VIM-2945): %-movement mismatches braces filipp 2023-05-14 00:09:00 +0300
  • 5122a33f30 Update changelog Alex Plate 2023-05-08 10:08:22 +0000
  • d89fbeea62 Fix(VIM-2930): vim-multiple-cursors + ReplaceWithRegister issue filipp 2023-05-07 23:51:05 +0300
  • e4f7700044 Refactoring filipp 2023-04-26 01:05:13 +0300
  • a1d0c3ebf4 Remove println filipp 2023-04-25 18:26:43 +0300
  • 2088c1ce00 Move more methods to engine filipp 2023-04-20 20:33:06 +0300
  • ec164daf0e
    Update codeql version Alex Plate 2023-05-02 09:17:05 +0300
  • 94c38cefac
    Remove bunny plugin from compatibility checks Alex Plate 2023-05-02 09:08:13 +0300
  • 2a5d218a94 Update changelog after merging PR Alex Plate 2023-04-26 08:17:39 +0000
  • bcf10a0b8e Matchit: Ignore JS comparison operators Martin Yzeiri 2023-04-07 14:02:11 -0400
  • 546137c0f5 Matchit: Correct HTML regex Martin Yzeiri 2023-04-14 10:15:34 -0400
  • 92bc691e1f Matchit: Improve comment handling Martin Yzeiri 2023-04-10 14:32:38 -0400
  • d834d0fdd9 Move a unit test Martin Yzeiri 2023-04-10 14:22:49 -0400
  • 74b88d07a0 Bump org.mockito.kotlin:mockito-kotlin from 4.0.0 to 4.1.0 dependabot[bot] 2023-04-14 20:43:00 +0000
  • 57f5d3310a
    Update gradle version to 8 Alex Plate 2023-04-26 11:09:39 +0300
  • a5495b1d92
    Update intellij gradle plugin version Alex Plate 2023-04-26 10:59:05 +0300
  • fb623be741
    Remove ktlint baseline Alex Plate 2023-04-26 10:57:22 +0300
  • 30e69e13fd
    Update kotlin version to 1.8.21 Alex Plate 2023-04-26 10:57:11 +0300
  • 17346c255e Bump org.jetbrains:annotations from 23.0.0 to 24.0.1 dependabot[bot] 2023-04-13 13:21:05 +0000
  • 6fc83b8245 Bump io.ktor:ktor-serialization-kotlinx-json from 2.1.3 to 2.3.0 dependabot[bot] 2023-04-19 15:56:33 +0000
  • b9fb6cacbe Update changelog after merging PR Alex Plate 2023-04-26 07:27:50 +0000
  • 29bd7cbe6e Update note to include how to add an option Matt Ellis 2023-04-20 10:09:14 +0100
  • a51fc9c612 Add extra notes about the history of refactorings Matt Ellis 2023-04-17 20:24:01 +0100
  • 77ad9deeba Use interface for IJ specific options Matt Ellis 2023-04-17 18:33:27 +0100
  • ffa6c45b62 Reset test injector after each test Matt Ellis 2023-04-17 23:56:52 +0100
  • 957874ce2b Remove unused @JvmField annotations Matt Ellis 2023-03-31 17:28:58 +0100
  • 330d92116c Refine inheritance of IJ specific option classes Matt Ellis 2023-03-30 12:42:01 +0100
  • 899adfc1b0 More refactoring to use new API Matt Ellis 2023-03-30 10:57:08 +0100
  • 23535a6ad5 Remove OptionValueAccessor Matt Ellis 2023-03-30 10:46:15 +0100
  • e8b7f00370 Remove accessor from new API Matt Ellis 2023-03-30 10:27:24 +0100
  • 3f2c5070ee Migrate local option access to new API Matt Ellis 2023-03-30 09:49:39 +0100
  • a2352525c5 Migrate global option access to new API Matt Ellis 2023-03-30 09:26:47 +0100
  • 50384a526b Introduce option accessor delegated properties Matt Ellis 2023-03-29 16:09:56 +0100
  • 9ade3365ff Extract StringListOption Matt Ellis 2023-03-29 14:31:34 +0100
  • a6932cd5be
    Remove XML configurations Alex Plate 2023-04-25 10:23:20 +0300
  • 81d5c06ca3 TeamCity change in 'Ideavim' project: Synchronization with own VCS root is enabled aleksei.plate@jetbrains.com 2023-04-25 07:20:11 +0000
  • 95d2adb8b8 Update changelog Alex Plate 2023-04-20 10:06:32 +0000
  • c91355a1e4
    Dumb change: add new line Alex Plate 2023-04-20 11:52:05 +0300
  • a9b16ca2c0
    Add to be released section Alex Plate 2023-04-20 11:49:27 +0300
  • 0fc04c3ff6
    Preparations for 2.2.0 release Alex Plate 2023-04-20 09:42:29 +0300
  • 6473ad02a0 Add test for next paragraph motion filipp 2023-04-19 15:25:44 +0300
  • 8107f669cd Fix ReplaceWithRegister with single caret filipp 2023-04-19 15:22:49 +0300
  • 2f55d92d83 Move more methods to engine filipp 2023-04-19 15:07:06 +0300
  • 722ec7f8fb
    Update configurations Alex Plate 2023-04-15 00:00:52 +0300
  • 63442a93e7 TeamCity change in 'Ideavim' project: copy of 'IdeaVim Repository' VCS root was created aleksei.plate@jetbrains.com 2023-04-14 20:58:08 +0000
  • 1ce594fa64 TeamCity change in 'Ideavim' project: 'IdeaVim Pull Requests' VCS root was updated aleksei.plate@jetbrains.com 2023-04-14 20:57:04 +0000
  • 197b8d7850
    Use correct GH publisher Alex Plate 2023-04-14 23:40:51 +0300
  • d51aec080b
    Use old github configuration Alex Plate 2023-04-14 23:39:37 +0300
  • 0239f78889
    Update GH configuration Alex Plate 2023-04-14 23:36:19 +0300
  • 651cefca30
    Update .teamcity dsl Alex Plate 2023-04-14 23:34:00 +0300
  • f4be162aea
    Fix issue with missing key-repeat dialog on new mac machine Alex Plate 2023-04-14 23:12:41 +0300
  • 85636d91dc Update changelog Alex Plate 2023-04-14 10:06:44 +0000
  • 7b643430d1 TeamCity change in 'Ideavim / Pull Requests checks' project: triggers of 'GitHub Pull Requests Tests' build configuration were updated aleksei.plate@jetbrains.com 2023-04-13 13:33:25 +0000
  • 499033947c TeamCity change in 'Ideavim / Pull Requests checks' project: build features of 'GitHub Pull Requests Tests' build configuration were updated aleksei.plate@jetbrains.com 2023-04-13 13:19:58 +0000
  • 7489abc56d
    Update GH configuration Alex Plate 2023-04-13 16:17:03 +0300
  • c64810509f
    Fix(VIM-2909): Fix incorrect file detection while closing diff window Alex Plate 2023-04-13 15:58:56 +0300
  • 32ccaabaa7 Update changelog Alex Plate 2023-04-12 10:06:44 +0000
  • a8f0145333
    Fix(VIM-2912): Fix focus after :q Alex Plate 2023-04-12 11:01:03 +0300
  • 6e6fc8d998
    Update links to TeamCity Alex Plate 2023-04-05 23:05:27 +0300
  • 646e34a5c7
    Use better name for tests Alex Plate 2023-04-05 22:57:48 +0300
  • 8d43329b6e
    Another character vanish Alex Plate 2023-04-05 22:48:15 +0300
  • 38aca96472
    Vanish build ids Alex Plate 2023-04-05 22:46:32 +0300
  • 4cd06076c7
    Fix incorrect test names Alex Plate 2023-04-05 22:43:35 +0300
  • b485a1406e
    Define ids for tests Alex Plate 2023-04-05 22:36:32 +0300
  • cc0aa08d91
    Another refactoring Alex Plate 2023-04-05 22:31:39 +0300
  • 4dd958a538
    Cleanup testing configurations Alex Plate 2023-04-05 22:20:13 +0300
  • 83d2d1da4f
    Use medium agents for all build configurations Alex Plate 2023-04-05 22:03:30 +0300
  • 24e69bec2b
    Make abstract build type Alex Plate 2023-04-05 21:58:35 +0300
  • ca337dcca2
    Define agent requirements on the project level Alex Plate 2023-04-05 21:52:06 +0300
  • 2944c48744
    Remove name requirement Alex Plate 2023-04-05 21:42:48 +0300
  • 278e7d1a4d
    Add CPU requirement Alex Plate 2023-04-05 21:39:15 +0300
  • 22e090a0f4
    Update agent requirement Alex Plate 2023-04-05 21:33:32 +0300
  • ac918eff16
    Use correct requirement Alex Plate 2023-04-05 21:26:39 +0300
  • e8aaeac7dc
    Use different agent name Alex Plate 2023-04-05 21:20:19 +0300
  • 1769c1006c
    Try to use different param Alex Plate 2023-04-05 21:18:21 +0300
  • 920a6fe74c
    Specify medium agents for dev builds Alex Plate 2023-04-05 21:14:17 +0300
  • bc41ce46a7
    Fix incorrect branch for dev builds Alex Plate 2023-04-05 20:57:27 +0300
  • 8c2b5671f1
    Cleanup vcs source roots for TC Alex Plate 2023-04-05 20:52:30 +0300
  • d0d53d7d20
    Update TC configurations Alex Plate 2023-04-05 20:13:04 +0300