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

Commit Graph

  • 7ab15f7f89
    Convert UndoHandler to kotlin Alex Plate 2019-02-15 19:19:59 +0300
  • 1a91f0cbcb
    Convert SubstituteHandler to kotlin Alex Plate 2019-02-15 19:17:37 +0300
  • 30241e0837
    Convert SplitHandler to kotlin Alex Plate 2019-02-15 18:58:14 +0300
  • aea098b668
    Convert SourceHandler to kotlin Alex Plate 2019-02-15 18:54:36 +0300
  • c34948190a
    Update CHANGES list Alex Plate 2019-02-15 18:22:47 +0300
  • 95a441b5b1
    Merge pull request #175 from citizenmatt/VIM-1303 Alex Plate 2019-02-15 18:19:11 +0300
  • 21b9b1d7f1
    Convert ShiftRightHandler to kotlin, write tests for handler Alex Plate 2019-02-15 17:54:32 +0300
  • bd36a6d528
    Convert ShiftLeftHandler to kotlin, write tests for handler Alex Plate 2019-02-15 17:48:26 +0300
  • aca77e1279
    Convert ShellHandler to kotlin Alex Plate 2019-02-15 17:13:59 +0300
  • f7b604cb9b
    Convert SetHandler to kotlin Alex Plate 2019-02-15 17:11:02 +0300
  • 9c5cfd6bca
    Convert SelectLastFileHandler to kotlin Alex Plate 2019-02-15 17:08:55 +0300
  • f657ecac6f
    Convert SelectFirstFileHandler to kotlin Alex Plate 2019-02-15 17:06:54 +0300
  • 69aaca33a5
    Convert RedoHandler to kotlin Alex Plate 2019-02-15 17:04:35 +0300
  • 08168a7877
    Convert QuitHandler to kotlin Alex Plate 2019-02-15 17:02:57 +0300
  • 9054f48f88
    Convert PromptReplaceHandler to kotlin Alex Plate 2019-02-15 16:59:34 +0300
  • fbe6b5a3a3
    Convert PromptFindHandler to kotlin Alex Plate 2019-02-15 16:55:45 +0300
  • b114f4ee96
    Flaky test remove Alex Plate 2019-02-15 14:58:49 +0300
  • 8af5634431
    Convert NoHLSearchHandler to kotlin Alex Plate 2019-02-14 18:08:44 +0300
  • 1b61598149
    Convert NextFileHandler to kotlin Alex Plate 2019-02-14 17:41:55 +0300
  • 2cfc180df7
    Convert MarkHandler to kotlin. Write tests for :mark command Alex Plate 2019-02-14 16:29:06 +0300
  • 4d20e8fb28
    Convert NextTab and PreviousTab handlers to kotlin Alex Plate 2019-02-14 15:50:35 +0300
  • 8f3d570bf6
    Add Andrei Gasparovic to contributors list Alex Plate 2019-02-14 15:02:05 +0300
  • 276b19bf09
    Merge pull request #132 from andreigasparovici/master Alex Plate 2019-02-14 14:56:43 +0300
  • b0ebbdd7ff
    Convert HelpHandler to kotlin Alex Plate 2019-02-14 14:35:24 +0300
  • 5014de6d9d
    Convert FileHandler to kotlin Alex Plate 2019-02-14 14:23:28 +0300
  • 6dc9843aa9
    Extract "%" tests into separate file Alex Plate 2019-02-14 13:53:49 +0300
  • ad6e3dee6c
    Add Vedran Budimcic to contributors list Alex Plate 2019-02-14 13:27:34 +0300
  • e0e51835b5
    Create function for handler's flags definition Alex Plate 2019-02-14 12:58:28 +0300
  • 7bccc2fbdb
    Merge pull request #127 from vedran/master Alex Plate 2019-02-14 13:14:56 +0300
  • c2da601722
    Remove unused handler Alex Plate 2019-02-14 12:38:24 +0300
  • e8fea2e969
    Convert DigraphHandler and EchoHandler to kotlin Alex Plate 2019-02-13 16:17:18 +0300
  • ebe23989a7
    Add link to :shell command issue Alex Plate 2019-02-13 15:11:00 +0300
  • 278a2dfc07
    Convert SearchGroupTest to kotlin. Add offset tests (e, b, s, +-1) Alex Plate 2019-02-13 15:02:56 +0300
  • 1fb93ea73d
    Create kotlin-style command definition Alex Plate 2019-02-13 13:42:43 +0300
  • bfc5aaa2de
    Merge pull request #176 from johngrib/fix-authors-email Alex Plate 2019-02-13 12:22:47 +0300
  • 183fbafaae
    Fix the wrong email address JohnGrib 2019-02-13 11:32:45 +0900
  • 470f15fd3c
    Convert ExitHandler and CommandName to kotlin Alex Plate 2019-02-12 20:47:59 +0300
  • d8a5209ec4
    Add Marcel Hild to contributor list Alex Plate 2019-02-12 20:05:47 +0300
  • 99c6b4552a
    Merge pull request #126 from durandom/offset_in_slash Alex Plate 2019-02-12 19:50:48 +0300
  • d69bf5d76f
    Update changelog. Add John Grib to contributor list. Alex Plate 2019-02-12 18:55:01 +0300
  • ac484e36fa
    Merge pull request #115 from johngrib/feature/add-command-shell Alex Plate 2019-02-12 18:39:23 +0300
  • dc88cbd902
    Change implementation of ExitHandler Alex Plate 2019-02-12 17:33:18 +0300
  • fb277e9e49
    Create package for handler tests Alex Plate 2019-02-12 17:15:53 +0300
  • 8c6e4ecefc
    Update changelog Alex Plate 2019-02-12 16:52:21 +0300
  • 582393a462
    Fix :only command Alex Plate 2019-02-12 16:42:54 +0300
  • c118bacffd
    Create VimFileEditorTestCase for editor tests Alex Plate 2019-02-12 16:42:06 +0300
  • 132f52785c Version 0.51 0.51 Andrey Vlasovskikh 2019-02-12 00:08:12 +0300
  • 0c1a08b231
    VIM-1303 Update UI when look and feel changes Matt Ellis 2019-02-07 08:54:41 +0000
  • b88f13ee32 [VIM-1012] Support tab close preferences when using :q or :wq bradziolko 2019-01-29 02:09:53 -0600
  • c556ec2001 Merge branch 'fixes-by-matt' Andrey Vlasovskikh 2019-01-28 23:05:23 +0300
  • d49683ab2f Updated Kotlin to 1.3 due to compatibility IntelliJ 2019.1 Andrey Vlasovskikh 2019-01-28 22:56:14 +0300
  • 810c3cd561 Use the IntelliJ repo instead of the default cache-redirector due to network issues Andrey Vlasovskikh 2019-01-28 21:54:55 +0300
  • b909157f4b Mention Rider as a compatible IDE Andrey Vlasovskikh 2019-01-28 21:51:16 +0300
  • 21c1232ba6 Updated the changelog Andrey Vlasovskikh 2019-01-28 21:42:21 +0300
  • ff61a42670 Updated usages of obsolete APIs Andrey Vlasovskikh 2019-01-28 21:40:14 +0300
  • f160d855c0 Added missing nullity annotations Andrey Vlasovskikh 2019-01-28 21:38:37 +0300
  • 51685a2094 Renamed attributes according to naming convention Andrey Vlasovskikh 2019-01-28 20:49:23 +0300
  • 487c71ec15 Updated since-build according to the version that introduced the required API Andrey Vlasovskikh 2019-01-28 20:42:40 +0300
  • 39aa60850d Fixed inspection warnings Andrey Vlasovskikh 2019-01-28 20:41:56 +0300
  • 872921e6b7 Reformat code Andrey Vlasovskikh 2019-01-28 20:39:45 +0300
  • 89788df95c Merge branch 'pull/173' Andrey Vlasovskikh 2019-01-28 20:38:03 +0300
  • 6ccd8ed0b8 Added Matt Ellis to the list of contributors Andrey Vlasovskikh 2019-01-27 17:04:44 +0300
  • aa7e3bfa69 Updated changelog Andrey Vlasovskikh 2019-01-27 17:03:46 +0300
  • 00154f2b9f Merge branch 'pull/170' Andrey Vlasovskikh 2019-01-27 16:48:05 +0300
  • 531a9c28ae
    VIM-1558 Support block inlays Matt Ellis 2019-01-25 12:31:42 +0000
  • 63be2c28e9 Strip tag attributes from closing tag for Vim-Surround Tony Arra 2019-01-21 09:02:39 -0500
  • 56c4e3e31f
    VIM-1187 Fix performance with large files and relative line numbers Matt Ellis 2019-01-08 13:47:05 +0000
  • ef2497cadc
    Update to IJ 2018.3 Matt Ellis 2019-01-08 13:46:20 +0000
  • 95f56a8869 Added Alex Plate to the contributors list Andrey Vlasovskikh 2018-12-31 18:10:11 +0300
  • f5b1112304 Updated changelog Andrey Vlasovskikh 2018-12-31 18:09:55 +0300
  • 333a5be30b Merge branch 'pull/162' Andrey Vlasovskikh 2018-12-31 18:05:38 +0300
  • 6c9e697892 VIM-620 Fixed handling nested <C-O> & <Esc> in Insert and Replace modes Andrey Vlasovskikh 2018-12-31 18:01:15 +0300
  • 7663eb531e Write test to reproduce VIM-620 issue Alex Plate 2018-10-06 19:17:57 +0300
  • 5e80e402ee Get indent from PsiFile so formatting on shift is consistent Andrew Potter 2018-11-02 12:54:55 -0400
  • 33499fe945 Version 0.50 0.50 Andrey Vlasovskikh 2018-10-18 15:00:16 +0300
  • 2882b638e5 Use latest stable IntelliJ, Kotlin, gradle-intellij-plugin Andrey Vlasovskikh 2018-10-18 14:45:33 +0300
  • 5529bf284a VIM-798 Arrow keys for window navigation commands Alex Plate 2018-10-01 20:19:25 +0300
  • 9e2400de69
    VIM-1473 Fix incorrect selection type for unnamed registers Pierce Corcoran 2018-09-23 19:05:27 -0700
  • 81c92cda79 Updated changelog Andrey Vlasovskikh 2018-09-21 19:34:50 +0300
  • 6506935d03 Merge branch 'vim-1274' Andrey Vlasovskikh 2018-09-21 19:31:40 +0300
  • b6be26231f VIM-1274 Fix StringHelper.containsUpperCase behavior John Lin 2018-09-14 15:32:44 +0800
  • a96ba9f717 Updated changelog Andrey Vlasovskikh 2018-09-17 01:13:11 +0300
  • 173f570230 EA-108647 Check if the editor is disposed in invokeLater() Andrey Vlasovskikh 2018-09-14 18:19:37 +0300
  • 57dcaba367 EA-89803 Fixed running IntelliJ write actions directly within Swing timer handler Andrey Vlasovskikh 2018-09-14 18:08:45 +0300
  • d9f7955356 VIM-1366 Don't wrap secondary event loop for input() into write action Andrey Vlasovskikh 2018-09-14 17:28:25 +0300
  • 9cf264998f VIM-1317 Don't run Undo/Redo inside write actions Andrey Vlasovskikh 2018-09-14 17:23:10 +0300
  • 0dc67ae467 Updated changelog Andrey Vlasovskikh 2018-09-10 15:40:15 +0300
  • 75c1c0b839 Move "Vim Emulation" settings into "File | Settings | Editor" Andrey Vlasovskikh 2018-09-10 14:52:07 +0300
  • 1feac95069 VIM-339 Handle <Esc> by Vim only in primary or physical file editors Andrey Vlasovskikh 2018-09-10 14:45:22 +0300
  • ed3f87e6a8 VIM-176 Treat console editors like any other editors Andrey Vlasovskikh 2018-09-08 19:20:53 +0300
  • 43662318be Compatibility with IntelliJ 2018.1 and newer due to the platform API changes Andrey Vlasovskikh 2018-08-27 22:06:09 +0300
  • 785d1a04da
    Merge pull request #157 from JetBrains/multiple-carets Andrey Vlasovskikh 2018-08-27 21:55:57 +0300
  • cc76c7f0f3
    Merge pull request #156 from karavaevitalii/multiple-carets Andrey Vlasovskikh 2018-08-27 21:55:06 +0300
  • 57741cd5ce Fixed bug with selecting occurrences when ignorecase is set Vitalii Karavaev 2018-08-27 21:23:25 +0300
  • 69bd71148c Added Vasily Alferov and Vitalii Karavaev to the contributors list Andrey Vlasovskikh 2018-08-27 21:00:13 +0300
  • 528e363d64 Updated changelog Andrey Vlasovskikh 2018-08-27 20:57:09 +0300
  • bd772daee0 Small reordering of multiple-cursors commands Andrey Vlasovskikh 2018-08-27 20:51:04 +0300
  • 23fa55ea11 Updated the list of all supported commands Andrey Vlasovskikh 2018-08-27 20:50:07 +0300
  • 0a052e7bb3 Cleanup Vitalii Karavaev 2018-08-10 18:18:43 +0300
  • 60a96e9542 Cleanup Vitalii Karavaev 2018-08-10 17:32:30 +0300