1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-11-21 16:42:45 +01:00

Commit Graph

  • c83ecc46ed Rename method Filipp Vakhitov 2024-05-31 22:20:19 +0300
  • c32050a208 Introduce actualText and visibleText for command line Filipp Vakhitov 2024-05-31 21:54:12 +0300
  • 4a8c7227e6 Remove default value Filipp Vakhitov 2024-05-31 21:29:20 +0300
  • 55e61a7094 Remove count for command line Filipp Vakhitov 2024-05-30 15:12:00 +0300
  • 60977d05b6 Deprecate ExEntryPanel Filipp Vakhitov 2024-05-29 20:39:13 +0300
  • 601747f720 Changes to replace ExEntryPanel with interface and move more code to engine Filipp Vakhitov 2024-05-29 19:41:34 +0300
  • 0c91bc3207 Changes to replace ExEntryPanel with interface and move more code to engine Filipp Vakhitov 2024-05-29 18:24:52 +0300
  • f5cd2c173f Changes to replace ExEntryPanel with interface and move more code to engine Filipp Vakhitov 2024-05-29 16:25:54 +0300
  • 57ddf2083e
    Set plugin version to chylex-35 customized/35 chylex 2023-11-17 12:55:52 +0100
  • aad2287433
    Revert "Factor disposable objects on editor opening" chylex 2024-04-27 09:46:43 +0200
  • a348428422
    Fix(VIM-3364): Exception with mapped Generate action chylex 2024-03-27 13:24:17 +0100
  • c4c66c194a
    Apply scrolloff after executing native IDEA actions chylex 2024-01-24 23:15:05 +0100
  • e065783486
    Stay on same line after reindenting chylex 2024-01-26 11:41:59 +0100
  • dae5e3a8fd
    Update search register when using f/t chylex 2024-01-23 13:16:02 +0100
  • bb3b67f611
    Automatically add unambiguous imports after running a macro chylex 2023-12-03 09:31:15 +0100
  • bf69c8b4a6
    Fix(VIM-3179): Respect virtual space below editor (imperfectly) chylex 2023-11-15 00:06:45 +0100
  • 49d1d2d270
    Fix(VIM-3178): Workaround to support "Jump to Source" action mapping chylex 2023-11-14 23:41:00 +0100
  • 96cdf1c26d
    Add support for count for visual and line motion surround chylex 2023-11-09 09:17:29 +0100
  • 365bbce9a0
    Fix vim-surround not working with multiple cursors chylex 2022-10-24 02:09:20 +0200
  • 1f8a580b7f
    Fix(VIM-696) Restore visual mode after undo/redo, and disable incompatible actions chylex 2022-12-21 04:34:56 +0100
  • fa9529eaa5
    Respect count with <Action> mappings chylex 2023-11-17 07:32:27 +0100
  • 0b29a4704b
    Change matchit plugin to use HTML patterns in unrecognized files chylex 2022-06-18 19:59:56 +0200
  • 92b9046d6c
    Reset insert mode when switching active editor chylex 2023-10-19 23:56:06 +0200
  • f5b120ac01
    Remove update checker chylex 2023-01-02 01:16:14 +0100
  • 70ea63c0ba
    Set custom plugin version chylex 2021-10-18 13:36:02 +0200
  • d00bd8bb25 Fix incsearch highlights with operator count Matt Ellis 2024-05-30 16:47:00 +0100
  • a66e44d835 Fix [count]: initial range text in ex field Matt Ellis 2024-05-30 12:01:55 +0100
  • ce05317634 Maintain Visual when cancelling search entry Matt Ellis 2024-05-02 10:13:52 +0100
  • 33d88d55c9 Remove unused branch in SortCommand Matt Ellis 2024-05-01 16:47:51 +0100
  • a31a4a8ca7 Share ex entry set up with filter commands Matt Ellis 2024-05-01 16:54:16 +0100
  • c34d000b91 Reintroduce ProcessGroup.startExEntry Matt Ellis 2024-05-30 09:28:44 +0100
  • a2bfe950fa Fix move command moving to current line Matt Ellis 2024-05-01 15:32:47 +0100
  • b44f40acd6 Fix incorrect output for line() in Normal mode Matt Ellis 2024-05-01 14:38:13 +0100
  • 5169093bbf Clear ex output after assert and fix tests Matt Ellis 2024-05-01 09:14:40 +0100
  • b15b1cd3f8 Fix range with missing last address Matt Ellis 2024-04-30 08:49:48 +0100
  • f7b6a97435 Support 0 as part of a range address Matt Ellis 2024-04-29 23:52:40 +0100
  • f64c99c406 Support incsearch highlighting for global command Matt Ellis 2024-04-18 08:46:09 +0100
  • f552e43c5b Refactor handling of default range Matt Ellis 2024-04-17 22:17:26 +0100
  • 4798198e41 Minor refactorings Matt Ellis 2024-04-17 21:59:33 +0100
  • a59de4ce05 Add tests and fixes for yank command Matt Ellis 2024-04-17 21:50:45 +0100
  • 2dea525665 Add tests and fixes for join command Matt Ellis 2024-04-17 10:06:55 +0100
  • 8ecb1f7296 Add tests and fixes for print command Matt Ellis 2024-04-16 23:42:55 +0100
  • 9ca9530061 Add tests and fixes for shift commands Matt Ellis 2024-04-16 23:29:26 +0100
  • 54e27afc3f Simplify getCount functions Matt Ellis 2024-04-16 10:34:19 +0100
  • 5e67032655 Add tests and fixes for delete lines command Matt Ellis 2024-04-15 17:56:07 +0100
  • cb37f6df63 Add tests and fixes for goto line command Matt Ellis 2024-04-15 17:52:30 +0100
  • ca3a18cf37 Add tests for goto character command Matt Ellis 2024-04-13 01:28:19 -0700
  • cac36627aa Support 0 in copy command to copy to top of file Matt Ellis 2024-04-12 18:54:35 -0700
  • 6404e1127e Remove incorrect VimBehaviourDiffers annotation Matt Ellis 2024-04-03 17:28:59 +0100
  • e762a3093b Range is already normalised Matt Ellis 2024-04-03 17:22:48 +0100
  • 739ac2ae5e Simplify getting address from argument Matt Ellis 2024-04-03 01:54:00 +0100
  • 77c364a2d0 Move count handling out of range into command Matt Ellis 2024-04-03 01:15:08 +0100
  • 103cd9f5ce Fix off-by-one error in count Matt Ellis 2024-04-03 00:56:22 +0100
  • 99859fe857 Rename test classes Matt Ellis 2024-03-27 15:33:59 +0000
  • 4778995f3b Remove unnecessary getFirstLine function Matt Ellis 2024-03-27 13:51:03 +0000
  • 0a14150840 Extract TextRange from Ex range class Matt Ellis 2024-03-27 13:09:30 +0000
  • e8ffc0313f Remove Range overloads that don't require a caret Matt Ellis 2024-03-27 12:13:37 +0000
  • 7dbd3886b1 Introduce addresses for current line and last line Matt Ellis 2024-03-27 12:54:04 +0000
  • 8c83164d76 Remove mutable state from Range Matt Ellis 2024-03-27 11:33:36 +0000
  • 076aab1ccf Rename Ranges, and ExRanges.kt Matt Ellis 2024-04-02 01:00:02 +0100
  • 751f51c88f Rename Range and related classes to Address Matt Ellis 2024-03-27 11:22:27 +0000
  • ab7359ffd3 Fix options test for Windows Filipp Vakhitov 2024-05-29 18:47:52 +0300
  • d795d70041
    Disable some tests due to VIM-3376 Alex Plate 2024-05-29 18:33:31 +0300
  • 1320034e7e TeamCity change in 'Ideavim / IdeaVim releases' project: VCS roots of 'EXP: Publish EAP Build from branch' build configuration were updated aleksei.plate@jetbrains.com 2024-05-29 12:45:26 +0000
  • 79a216043f
    Use a ReleasesVcsRoot for the ReleaseEapFromBranch configuration Alex Plate 2024-05-29 15:42:24 +0300
  • c508a3cc32
    Add a build configuration that creates a EAP release from the release branch Alex Plate 2024-05-29 15:40:25 +0300
  • d40d8f34c5
    Apply patches for TeamCity configs Alex Plate 2024-05-29 15:18:15 +0300
  • b561a13e7c
    Merge pull request #893 from JetBrains/fleet Alex Pláte 2024-05-29 14:16:44 +0300
  • 71bcee2a07 TeamCity change in 'Ideavim / IdeaVim releases' project: VCS roots of 'EXP: Print release branch' build configuration were updated aleksei.plate@jetbrains.com 2024-05-28 20:40:30 +0000
  • 6c490b1baa TeamCity change in 'Ideavim / IdeaVim releases' project: VCS roots of 'EXP: Print release branch' build configuration were updated aleksei.plate@jetbrains.com 2024-05-28 20:40:09 +0000
  • 4ab6a36aca TeamCity change in 'Ideavim / IdeaVim releases' project: VCS roots of 'EXP: Print release branch' build configuration were updated aleksei.plate@jetbrains.com 2024-05-28 20:39:01 +0000
  • c4355841ad TeamCity change in 'Ideavim / IdeaVim releases' project: VCS roots of 'EXP: Print release branch' build configuration were updated aleksei.plate@jetbrains.com 2024-05-28 20:38:13 +0000
  • f163946e38 TeamCity change in 'Ideavim / IdeaVim releases' project: VCS roots of 'EXP: Print release branch' build configuration were updated aleksei.plate@jetbrains.com 2024-05-28 20:37:43 +0000
  • 7abb1fd630 Finalizing merge Filipp Vakhitov 2024-05-28 23:35:31 +0300
  • f78d3387a5 TeamCity change in 'Ideavim / IdeaVim releases' project: VCS roots of 'EXP: Print release branch' build configuration were updated aleksei.plate@jetbrains.com 2024-05-28 20:35:10 +0000
  • 69e2e3c047 TeamCity change in 'Ideavim' project: 'IdeaVim Releases' VCS root was updated aleksei.plate@jetbrains.com 2024-05-28 20:34:19 +0000
  • 52832cbe22 TeamCity change in 'Ideavim' project: 'IdeaVim Releases' VCS root was updated aleksei.plate@jetbrains.com 2024-05-28 20:32:36 +0000
  • 82ca2be51c TeamCity change in 'Ideavim' project: 'IdeaVim Releases' VCS root was updated aleksei.plate@jetbrains.com 2024-05-28 20:30:53 +0000
  • 8552bb8a17 TeamCity change in 'Ideavim' project: 'IdeaVim Releases' VCS root was updated aleksei.plate@jetbrains.com 2024-05-28 20:30:05 +0000
  • b49a38b6d0
    Rename ReleasesVcsRoot Alex Plate 2024-05-28 23:24:03 +0300
  • ad0751677a
    Add a special VCS root for releases Alex Plate 2024-05-28 23:18:29 +0300
  • dd8bb20ba9 TeamCity change in 'Ideavim / IdeaVim releases' project: VCS roots of 'EXP: Print release branch' build configuration were updated aleksei.plate@jetbrains.com 2024-05-28 20:13:24 +0000
  • 03f5f27901
    Experiment: print release branch in TC Alex Plate 2024-05-28 23:08:02 +0300
  • 9e3ca56afd Merge branch 'refs/heads/master' into fleet Filipp Vakhitov 2024-05-28 22:19:17 +0300
  • 5379528e3e Minor post-review PR improvements Filipp Vakhitov 2024-05-28 21:52:43 +0300
  • 12201359bc Fix unwanted triggering of IDE actions instead of Vim ones Filipp Vakhitov 2024-05-28 21:39:14 +0300
  • ba50fcf85e
    Add ssh agent for the configuration Alex Plate 2024-05-28 19:14:49 +0300
  • 24c0db563c
    Use releases prefix instead of release Alex Plate 2024-05-28 19:10:40 +0300
  • 33c4905dcb
    Add testing TC job for calculating new version of the release Alex Plate 2024-05-28 19:05:37 +0300
  • 9296c3f9a0
    Bring back tests before the release Alex Plate 2024-05-28 14:50:11 +0300
  • 7ecc566169
    Temporally skip tests for this release Alex Plate 2024-05-28 14:31:09 +0300
  • a918da36d3
    Bring back the old value of the release constant Alex Plate 2024-05-28 14:27:29 +0300
  • 91ff5fdb02
    Temporally change the release constant to make the last release based on 2023.3.2 Alex Plate 2024-05-28 14:15:49 +0300
  • 4481631547
    Disable RedrawListener if the plugin is not enabled Alex Plate 2024-05-28 13:55:47 +0300
  • 7865388086 Fix regression when sub string ends with backslash Matt Ellis 2024-05-15 09:17:27 +0100
  • 26297bc5a9 Fix last line sometimes obscured by scrollbar Matt Ellis 2024-05-09 19:38:07 +0100
  • 9db5cdd8e3 Fix last line sometimes obscured by ex entry prompt Matt Ellis 2024-05-08 00:11:56 +0100
  • 2b17534a08 Fix infinite loop while highlighting in old regex Matt Ellis 2024-05-03 17:31:28 +0100
  • 4e2db68acf Update selection when searching in Visual mode Matt Ellis 2024-05-01 18:04:02 +0100
  • ddabf8df5e Fix regression finding endpos in new regex engine Matt Ellis 2024-04-29 09:44:40 +0100