1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-09-10 19:53:12 +02:00

Commit Graph

  • 96689eab23 Update changes Alex Plate 2020-09-24 09:52:07 +03:00
  • 0dd47c192b Merge pull request #252 from citizenmatt/VIM-2104 Alex Pláte 2020-09-24 09:45:32 +03:00
  • 5875ce58fb Update notification about missing action id Alex Plate 2020-09-23 10:46:21 +03:00
  • 1c21968259 Merge branch 'master' into VIM-2104 Alex Pláte 2020-09-23 09:51:10 +03:00
  • 1d8ac4fc02 Move scroll data objects up to avoid conflicts Alex Plate 2020-09-23 09:50:00 +03:00
  • 0a863f32b2 Small formatting Alex Plate 2020-09-22 10:48:15 +03:00
  • cd0d503402 Convert test to option test Alex Plate 2020-09-22 10:41:03 +03:00
  • 0bac6bf8b6 Rename tracking id action Alex Plate 2020-09-18 10:48:41 +03:00
  • 6436a59528 Rename "ideawaonw" to "ideawrite" Alex Plate 2020-09-18 10:11:01 +03:00
  • 2dc54ea882 Use deterministic width for inlays Matt Ellis 2020-09-17 16:15:27 +01:00
  • 63db148aae Merge branch 'master' into VIM-2104 Matt Ellis 2020-09-17 15:29:05 +01:00
  • 78f1c8499a Use test inlay renderer for consistent width Matt Ellis 2020-09-17 14:55:41 +01:00
  • 26dae9b4e0 Add zH scroll half screen width action Matt Ellis 2020-09-17 14:35:43 +01:00
  • 10f1d75f2e Add Iain Ballard to contributors list Alex Plate 2020-09-17 11:22:53 +03:00
  • 5b3984ce7a Refactor test Alex Plate 2020-09-14 12:25:49 +03:00
  • 43810ba730 Rename moveCaretHorizontal to getOffsetOfHorizontalMotion Alex Plate 2020-09-14 10:27:14 +03:00
  • 5bf2818b2a Merge pull request #242 from i-e-b/master Alex Pláte 2020-09-17 11:15:14 +03:00
  • 76587d672f Refactor tests according to IdeaVim practices Alex Plate 2020-09-17 11:13:02 +03:00
  • 890d48769f Get rid of unused variables Alex Plate 2020-09-17 10:30:56 +03:00
  • fffe8e2499 Add static import of EditorHelper Alex Plate 2020-09-17 10:15:09 +03:00
  • fffc2d3b11 Use amountOfInlaysBeforeCaret function Alex Plate 2020-09-16 12:46:24 +03:00
  • 007f33be0b Add zL scroll half screen width action Matt Ellis 2020-09-16 23:47:39 +01:00
  • fa17af8d33 Fix keeping caret on screen with preceding inlay Matt Ellis 2020-09-16 18:58:21 +01:00
  • eabe43061c Add tests and fixes for ScrollColumnLeftAction Matt Ellis 2020-09-16 16:59:14 +01:00
  • 64502fb31b Reformat comments Matt Ellis 2020-09-16 12:11:48 +01:00
  • d693906905 Add tests and fixes for ScrollColumnRightAction Matt Ellis 2020-09-16 11:31:18 +01:00
  • cf25f7e201 Refactor processing of vimLastColumn Alex Plate 2020-09-16 12:42:43 +03:00
  • df3a533515 Fix arithmetic for scrolling columns Matt Ellis 2020-09-16 08:50:01 +01:00
  • 53a687fd53 Fix issues with side scrolling and inline inlays Matt Ellis 2020-09-15 17:07:42 +01:00
  • 2091bbc025 Improve cursor position handling with inlay hints Matt Ellis 2020-09-08 17:35:45 +01:00
  • eb46ed8f00 Small refactorings based on inspections Alex Plate 2020-09-08 10:18:44 +03:00
  • 3096c2e7ad Update changelog Alex Plate 2020-09-08 09:58:57 +03:00
  • f8d66f354a Fix typos in file Alex Plate 2020-09-07 11:24:30 +03:00
  • 67c5601fdc Merge pull request #248 from yaohui-wyh/master Alex Pláte 2020-09-08 09:55:58 +03:00
  • 62601686aa Add internal action to show inline inlays Matt Ellis 2020-09-06 20:26:55 +01:00
  • e92c0d5098 [VIM-1968] Create and enable option to execute :wa command on :w Alex Plate 2020-09-07 10:55:47 +03:00
  • 5ca0298497 Add tests for ScrollHalfPage actions Matt Ellis 2020-09-03 17:46:30 +01:00
  • 7321099a0f Add tests for ScrollMiddleScreenLine actions Matt Ellis 2020-09-03 10:10:57 +01:00
  • 63d9a33d80 Add tests for ScrollLastScreenLine actions Matt Ellis 2020-09-03 09:55:40 +01:00
  • a7ba6d6004 Add tests for ScrollFirstScreenLine actions Matt Ellis 2020-09-03 09:33:37 +01:00
  • 5008d5c8c4 Make better notifications about tracked action id Alex Plate 2020-09-03 11:35:40 +03:00
  • 33f8a00679 VIM-2099 Fix operations with backward inclusive motions Alex Plate 2020-09-03 10:03:54 +03:00
  • be0adb833f Add tests for ScrollLastScreenLinePageStartAction Matt Ellis 2020-09-03 01:10:58 +01:00
  • 8f90ff8a65 Add tests for ScrollFirstScreenLinePageStartAction Matt Ellis 2020-09-03 00:05:01 +01:00
  • c8a1938155 Add tests for ScrollPageUpAction Matt Ellis 2020-09-02 23:27:16 +01:00
  • 3cf42c86f3 Add tests for ScrollPageDownAction Matt Ellis 2020-09-02 18:52:03 +01:00
  • 632e9fad2e Remove incorrect mappings for page up/down Matt Ellis 2020-09-02 17:18:03 +01:00
  • a5de935192 Add tests for ScrollLineDownAction Matt Ellis 2020-09-02 17:05:01 +01:00
  • 111c1ebe32 Add tests for ScrollLineUpAction Matt Ellis 2020-09-02 15:02:16 +01:00
  • 8a42bff6ad Add tests for scrolloff and scrolljump Matt Ellis 2020-09-02 13:30:27 +01:00
  • d878c3e05d Improve handling of scrolljump Matt Ellis 2020-09-01 17:43:04 +01:00
  • d08da77b2f Split scrollPositionIntoView method into two Matt Ellis 2020-08-20 14:38:57 +01:00
  • 86d6876db4 Update README.md Alex Pláte 2020-09-01 17:17:43 +03:00
  • a7985e1e9b VIM-2080 Fix S command with count Alex Plate 2020-09-01 12:06:34 +03:00
  • 879ca456f7 Do not apply mappings in REGISTER_PENDING submode Alex Plate 2020-09-01 10:44:31 +03:00
  • 1863cbdef0 Add functionality to track action ids Alex Plate 2020-08-31 10:30:10 +03:00
  • ac4755a6ff VIM-2071 Fix unexpected moving of caret Alex Plate 2020-08-28 10:17:08 +03:00
  • 61600b07a4 VIM-2084 Fix execution of plugins with existing mappings Alex Plate 2020-08-27 12:21:39 +03:00
  • 6be6e7f173 Partial implementation of virtualedit config Iain Ballard 2020-06-22 14:56:22 +01:00
  • e597e06324 Preparation for the 0.59 release Alex Plate 2020-08-25 10:25:32 +03:00
  • 4cebaa865b Fix scrolljump Matt Ellis 2020-08-20 14:21:53 +01:00
  • 589e43f825 [VIM-2104] Use side scroll offset for horizontal scrolling Matt Ellis 2020-08-20 11:45:39 +01:00
  • 61a70704c5 Check if project is disposed when editorDeinit Yaohui Wang 2020-08-03 07:15:00 +08:00
  • 174f86f91e Add gif with highlight_yank Alex Plate 2020-07-30 10:34:44 +03:00
  • 77a462702e Add a note about property based tests Alex Plate 2020-07-29 11:34:58 +03:00
  • d20955900d Prepare to 0.58.1 EAP Alex Plate 2020-07-28 09:38:16 +03:00
  • b952d2b96a Note the PR from KostkaBrukowa Alex Plate 2020-07-27 20:59:38 +03:00
  • 428d1d6699 Add KostkaBrukowa to contributors list Alex Plate 2020-07-27 20:39:16 +03:00
  • 35863581e9 Merge pull request #245 from KostkaBrukowa/VIM-1970 Alex Pláte 2020-07-27 20:34:18 +03:00
  • 041f6af607 Add insert listener; small refactorings Alex Plate 2020-07-27 20:25:03 +03:00
  • 0e8a1bfc87 Refactor neovim tests Alex Plate 2020-07-27 10:07:19 +03:00
  • 442e739447 Fix propertyBased test Alex Plate 2020-07-27 09:57:53 +03:00
  • 47bb155989 Replace IJ pair with kotlin Pair Alex Plate 2020-07-26 19:09:35 +03:00
  • bd733b72a7 Write property based test for inc/dec Alex Plate 2020-07-26 19:04:58 +03:00
  • e01327ab29 Update implementation for inc/dec Alex Plate 2020-07-26 19:04:46 +03:00
  • 2a10247653 Update implementation for inc/dec actions Alex Plate 2020-07-24 21:50:04 +03:00
  • e3b7ed7657 VIM-1970 | Adds yank listeners, updates tests kostkabrukowa 2020-07-24 13:36:23 +02:00
  • d4357ce801 Start implementing property based test for increment/decrement Alex Plate 2020-07-24 13:54:52 +03:00
  • 5bdeaed416 Fix number change for an incorrect oct number Alex Plate 2020-07-24 13:53:16 +03:00
  • a44d93283f Refactor ChangeNumberIncAction.kt Alex Plate 2020-07-24 10:17:36 +03:00
  • 804f69e9c8 Fix Ctrl-A for selections Alex Plate 2020-07-23 21:12:28 +03:00
  • 086c2f201b VIM-1970 | Adds feature to change highlight background color kostkabrukowa 2020-07-22 17:29:54 +02:00
  • 0b22360891 Add a couple of tests for macros Alex Plate 2020-07-22 11:14:49 +03:00
  • 808fb24bbc Remove unused methods Alex Plate 2020-07-22 10:40:35 +03:00
  • febd8eccf0 Update changelog Alex Plate 2020-07-22 10:25:45 +03:00
  • 22b1209eb5 Revert the behaviour of :reg command Alex Plate 2020-07-22 10:21:57 +03:00
  • 485c5501b3 [VIM-2075] Fix zR command Alex Plate 2020-07-21 14:07:14 +03:00
  • 81ceba8926 Optimize imports Alex Plate 2020-07-21 14:02:05 +03:00
  • 3edd95da4e Merge pull request #240 from rieonke/VIM-2059 Alex Pláte 2020-07-22 10:20:23 +03:00
  • c1bb364cbe VIM-1970 | Removes box around yank highlight kostkabrukowa 2020-07-21 15:18:00 +02:00
  • db8fa31503 Merge pull request #246 from gaganis/add_resources_to_contributors_md Alex Pláte 2020-07-21 13:09:01 +03:00
  • 1a5a65dcb1 Add resource links helpful to contributors Giorgos Gaganis 2020-07-20 14:34:07 +03:00
  • 1c96f4491e Comment out failing tests Alex Plate 2020-07-20 12:45:56 +03:00
  • 30ddb4071f Add information about neovim integration Alex Plate 2020-07-20 11:19:35 +03:00
  • dccc793fc7 VIM-1970 | Tries to remove thread related test failure kostkabrukowa 2020-07-19 16:54:05 +02:00
  • f070a57148 VIM-1970 | Tries to remove thread related test failure kostkabrukowa 2020-07-19 16:08:21 +02:00
  • 2dde2cfb3b VIM-1970 | Refactores some tests kostkabrukowa 2020-07-19 15:34:28 +02:00
  • e0fef4f017 VIM-1970 | Adds some tests and updates plugins docs kostkabrukowa 2020-07-19 13:30:49 +02:00
  • 3a40b9689c VIM-1970 | Fixes register bug kostkabrukowa 2020-07-18 19:12:08 +02:00
  • 3937a395b7 VIM-1970 | Moves functionality to extension class, adds possibility to dynamically set highlight duration kostkabrukowa 2020-07-18 18:49:57 +02:00