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

Commit Graph

  • 59f0e9ae67 add test for updating capture group Emanuel Gestosa 2023-08-04 15:50:16 +0100
  • af24611c73 capture group submatch Emanuel Gestosa 2023-08-04 15:47:02 +0100
  • d4502dda3f VimMatchResult stores matched string value Emanuel Gestosa 2023-08-03 16:26:34 +0100
  • c0efa8af5d use IntRange for match range Emanuel Gestosa 2023-08-03 16:09:23 +0100
  • 1c06a3fc89 add test for empty group Emanuel Gestosa 2023-08-03 14:27:15 +0100
  • c19fb38d1c implementing grouping Emanuel Gestosa 2023-08-03 14:10:23 +0100
  • 5dc1de9daf add nfa test for escaped character Emanuel Gestosa 2023-08-03 11:58:35 +0100
  • 6774301938 updating comments Emanuel Gestosa 2023-08-03 11:55:00 +0100
  • 4ef6cf0428 implementing quantifiers Emanuel Gestosa 2023-08-03 11:45:48 +0100
  • ca5f8e4b44 skeleton for NFA testing Emanuel Gestosa 2023-08-02 16:18:37 +0100
  • 1907f03abe nfa simulation uses VimEditor instead of String Emanuel Gestosa 2023-08-02 15:16:10 +0100
  • 6351a4e4f3 initial nfa Emanuel Gestosa 2023-08-02 12:00:48 +0100
  • fa34c3937f initial nfa definition Emanuel Gestosa 2023-08-01 15:06:51 +0100
  • cdac97ebf5 adding some zero-width tokens Emanuel Gestosa 2023-07-28 15:19:03 +0100
  • fe958d28b8 lexer fixing what chars are taken literally Emanuel Gestosa 2023-07-27 16:14:51 +0100
  • f71982e1d5 support unicode in collections Emanuel Gestosa 2023-07-27 14:46:06 +0100
  • cb2bfcea53 unicode chars in all lexer modes Emanuel Gestosa 2023-07-27 12:37:19 +0100
  • 4a9d5bbceb lexer support for unicode characters Emanuel Gestosa 2023-07-27 12:34:46 +0100
  • 10809eade6 regex very magic and very nomagic modes Emanuel Gestosa 2023-07-27 11:13:16 +0100
  • 43d63527f8 adding comments to parser grammar Emanuel Gestosa 2023-07-26 15:51:47 +0100
  • df51eb54ed using antlr token types Emanuel Gestosa 2023-07-26 15:09:04 +0100
  • b47109ab4d grammar add EOF at end of pattern Emanuel Gestosa 2023-07-25 16:01:03 +0100
  • 15b2b68940 making new collection tests pass Emanuel Gestosa 2023-07-25 14:49:34 +0100
  • 62a239f6fe add tests for collections Emanuel Gestosa 2023-07-25 14:39:36 +0100
  • d89bc95a0a altering antlr error handling Emanuel Gestosa 2023-07-25 14:07:19 +0100
  • 2a76f21b31 regex range basic tests Emanuel Gestosa 2023-07-25 12:05:26 +0100
  • f07e22d742 delete duplicate files Emanuel Gestosa 2023-07-21 16:24:08 +0100
  • 058ab7a1ea gradle generate antlr files Emanuel Gestosa 2023-07-21 15:22:32 +0100
  • fae3baa640 initial regex grammar Emanuel Gestosa 2023-07-21 11:56:22 +0100
  • 2c4da9c634 Update changelog. Action id - 7766144293 IdeaVim Bot 2024-02-03 10:06:57 +0000
  • 8de0313aca
    Preparing the UI tests for the PyCharm Alex Plate 2024-02-02 20:16:47 +0200
  • 143c5b17f9
    Fix(VIM-3055): Fix the issue with double deleting after dot Alex Plate 2024-02-02 19:30:58 +0200
  • ec32fde60d
    Release job: Update version of kotlin dsl Alex Plate 2024-02-02 09:16:49 +0200
  • f2ac5d4995
    Release job: Do not make slack notification for the patch version Alex Plate 2024-02-02 09:07:17 +0200
  • 716962af03
    Release job: Use the command line runner to start the tests Alex Plate 2024-02-02 08:57:28 +0200
  • 156efde6b9
    Release job: Do not make a commit if there are no changes Alex Plate 2024-02-02 08:50:47 +0200
  • a9b7716dfe Preparation to 2.8.2 release IdeaVim Bot 2024-02-01 09:47:48 +0000
  • 76a67a6715
    Do not add an update entry if missing Alex Plate 2024-02-01 11:43:16 +0200
  • c3defdcda4 Add sources and JavaDoc to vim-engine jar Filipp Vakhitov 2024-02-01 11:07:28 +0200
  • d8092aa916 TeamCity change in 'Ideavim / IdeaVim releases' project: parameters of 'Publish vim-engine' build configuration were updated filipp.vakhitov 2024-02-01 08:15:00 +0000
  • 8b5a3d31aa TeamCity change in 'Ideavim / IdeaVim releases' project: parameters of 'Publish vim-engine' build configuration were updated filipp.vakhitov 2024-02-01 08:14:45 +0000
  • 11761b66b2 Revert "Fix(VIM-3183): Execute .ideavimrc on pooled thread" Filipp Vakhitov 2024-01-31 20:10:32 +0200
  • f83f107bd1 Revert "Support triggering option listeners outside EDT" Filipp Vakhitov 2024-01-31 20:10:18 +0200
  • f1b90857ff Revert "Fix code in execute requiring EDT or write actions" Filipp Vakhitov 2024-01-31 20:10:15 +0200
  • 5aea4cdd65 Revert "Avoiding slow operations on EDT" Filipp Vakhitov 2024-01-31 20:09:55 +0200
  • 1822a59c70 Revert "Fix(VIM-3273): Config file stopped working" Filipp Vakhitov 2024-01-31 20:09:31 +0200
  • 37c6934802 Revert "Update changelog. Action id - 7724318708" Filipp Vakhitov 2024-01-31 20:09:27 +0200
  • 90c7f747a4 Revert "Fix(VIM-3278) Relative number is broken in 2.8.0" Filipp Vakhitov 2024-01-31 20:09:23 +0200
  • b7efa3dcd6 Revert "Add EDT where it is needed" Filipp Vakhitov 2024-01-31 20:09:19 +0200
  • da80f537ac Revert "Avoid concurrent VimScript execution" Filipp Vakhitov 2024-01-31 20:09:15 +0200
  • 0119912318 Revert "Add readActions & EDT" Filipp Vakhitov 2024-01-31 20:09:08 +0200
  • 5e0b1d0161
    Update the way the changelog is updated for the patch release Alex Plate 2024-01-31 19:24:27 +0200
  • 35145d100b
    Update the release jobs to make releases only from the release branch Alex Plate 2024-01-31 18:50:26 +0200
  • 584dd0ba89
    Run tests before releasing IdeaVim Alex Plate 2024-01-31 18:10:34 +0200
  • e5f5dc56c9
    Remove the obsolete gradle scripts Alex Plate 2024-01-31 18:09:56 +0200
  • 880efb012a
    Fix compilation issues for the latest EAP Alex Plate 2024-01-31 17:58:19 +0200
  • b95308ac24
    Migrate CopilotKeymapCorrector to the new API Alex Plate 2024-01-31 17:26:02 +0200
  • 3b192ad357 TeamCity change in 'Ideavim / IdeaVim releases' project: parameters of 'Publish vim-engine' build configuration were updated aleksei.plate@jetbrains.com 2024-01-31 15:01:37 +0000
  • b04938ac5e TeamCity change in 'Ideavim / IdeaVim releases' project: parameters of 'Publish vim-engine' build configuration were updated aleksei.plate@jetbrains.com 2024-01-31 13:37:25 +0000
  • 56410ac1f2
    Make some classes public because they're used in EasyMotion plugin tests Alex Plate 2024-01-31 15:25:33 +0200
  • 45a2eadc58 Add readActions & EDT Filipp Vakhitov 2024-01-31 14:43:23 +0200
  • 0e03151505 Avoid concurrent VimScript execution Filipp Vakhitov 2024-01-31 14:42:58 +0200
  • 3e9706e6ce Add EDT where it is needed Filipp Vakhitov 2024-01-31 13:35:23 +0200
  • a1646a7a88 Fix(VIM-3278) Relative number is broken in 2.8.0 Filipp Vakhitov 2024-01-31 13:34:33 +0200
  • 434511658b Update changelog. Action id - 7724318708 IdeaVim Bot 2024-01-31 10:06:47 +0000
  • 04230fdd9c Fix(VIM-3273): Config file stopped working Filipp Vakhitov 2024-01-31 09:12:23 +0200
  • 2e16ad8a2a Revert "Downgrade ktor dependencies to check if "Publish vim-engine" fails because of them" Filipp Vakhitov 2024-01-30 20:13:36 +0200
  • 7fb59b0fa9 Downgrade ktor dependencies to check if "Publish vim-engine" fails because of them Filipp Vakhitov 2024-01-30 20:05:45 +0200
  • 24e044bcda Remove deprecated ComplicatedKeysAction.kt Filipp Vakhitov 2024-01-30 18:23:31 +0200
  • 1093656ec5 Preparation to 2.8.0 release IdeaVim Bot 2024-01-30 10:46:04 +0000
  • 674e997060
    Fix the condition for the release branch reset step Alex Plate 2024-01-30 12:33:28 +0200
  • 37fd124f56
    Use bash to reset the branch Alex Plate 2024-01-30 11:34:25 +0200
  • 7df2e67312
    Re-request commit message Alex Plate 2024-01-30 10:00:08 +0200
  • 8ea1f0796c
    Add logs to release job Alex Plate 2024-01-30 09:53:51 +0200
  • 00fb5bc6cf Avoiding slow operations on EDT Filipp Vakhitov 2024-01-29 13:30:41 +0200
  • 5e01f726d3 Revert "Remove deprecated VimScriptGlobalEnvironment.java" Filipp Vakhitov 2024-01-29 12:58:46 +0200
  • e87290aeea Simplify storing global variables Filipp Vakhitov 2024-01-29 12:58:31 +0200
  • e7236beedd Fix code in execute requiring EDT or write actions Filipp Vakhitov 2024-01-29 10:00:55 +0200
  • 5a6f54c96c Support triggering option listeners outside EDT Filipp Vakhitov 2024-01-28 14:00:36 +0200
  • 7769985439 Merge remote-tracking branch 'origin/master' filipp 2024-01-28 13:37:58 +0200
  • f4afdb21b2 Update changelog. Action id - 7677896605 IdeaVim Bot 2024-01-27 10:06:55 +0000
  • dd8bfac3cf
    Set plugin version to chylex-26 customized/26 chylex 2023-11-17 12:55:52 +0100
  • fa434074d7
    Apply scrolloff after executing native IDEA actions chylex 2024-01-24 23:15:05 +0100
  • cc1b9e0a50
    Expand all works a way worse Alex Plate 2024-01-27 07:43:28 +0200
  • c9eb104a45
    Set plugin version to chylex-25 customized/25 chylex 2023-11-17 12:55:52 +0100
  • ade53624cc
    Apply scrolloff after executing native IDEA actions chylex 2024-01-24 23:15:05 +0100
  • b488295b59
    Stay on same line after reindenting chylex 2024-01-26 11:41:59 +0100
  • 990ce13d3e
    Implement motions to go to next/previous misspelled word chylex 2024-01-25 00:34:36 +0100
  • 2c58740cbb
    Expand the full tree in UI tests Alex Plate 2024-01-26 21:49:49 +0200
  • 808533b110
    Fix(VIM-3260): Processing the offsets at the file end Alex Plate 2024-01-26 17:49:44 +0200
  • e04a15bb99
    Add new plugin to check plugin dependencies Alex Plate 2024-01-26 17:23:55 +0200
  • 26d4074a61
    [VIM-2974] Adopt other parts of key handling to the octopus handler switcher Alex Plate 2024-01-26 16:40:34 +0200
  • 0137de5ca2 Add Term widget theme filipp 2024-01-26 15:52:07 +0200
  • b0a1b2edba
    Do not make cd in tests Alex Plate 2024-01-26 15:47:13 +0200
  • 355c560ddc
    Add UI test with disabled octopus handler Alex Plate 2024-01-26 15:32:22 +0200
  • 72f286d9c6
    Add UI test for multicaret enter in select mode Alex Plate 2024-01-26 15:10:45 +0200
  • db6786414a
    [VIM-2974] WIP: Bringing back the octopus handler switch Alex Plate 2024-01-26 15:03:33 +0200
  • f8f046f193 Fix plugin.xml filipp 2024-01-26 14:00:07 +0200
  • 6c9ad4ded2 Remove deprecated xml-related code filipp 2024-01-26 13:45:46 +0200
  • 32cae8ca11 Remove more deprecated things filipp 2024-01-26 13:05:48 +0200