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

Commit Graph

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