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

Commit Graph

  • 52d0c44014 Fix enter action for select mode Alex Plate 2019-05-24 15:43:21 +03:00
  • e70d188b82 Add logging for visual operations Alex Plate 2019-05-24 15:13:37 +03:00
  • 9419c4b796 Fix gq (reformat code) action Alex Plate 2019-05-24 14:52:36 +03:00
  • 58c6aba6af Move all special keys handlers to single file Alex Plate 2019-05-24 12:00:40 +03:00
  • d09ae1a66e Fix bad refactoring Alex Plate 2019-05-24 11:54:05 +03:00
  • 12717d13de Make VisualStartFinishWrapper private Alex Plate 2019-05-24 11:52:04 +03:00
  • b363a05a7d Remove caretMergingListener in finally block Alex Plate 2019-05-24 11:51:12 +03:00
  • 318515db6f Rename Util to Helper Alex Plate 2019-05-24 11:46:08 +03:00
  • da7ff06734 Rename acontinue* to acontinue* Alex Plate 2019-05-24 11:41:40 +03:00
  • 86f4a2743a Remove some items from CONTRIBUTING Alex Plate 2019-05-24 11:38:42 +03:00
  • f86a1a0002 Hide alwaysBatchExecution property from inheritors Alex Plate 2019-05-24 11:01:15 +03:00
  • e5d4a5f061 Put ShiftedArrowKeyHandler to ShiftedSpecialKeyHandler Alex Plate 2019-05-23 22:23:52 +03:00
  • 7be884b138 Remove FLAG_FORCE_LINEWISE and FLAG_FORCE_VISUAL flags Alex Plate 2019-05-23 18:06:11 +03:00
  • 4eacdeec5e Check if caret valid before adjusting selection Alex Plate 2019-05-23 16:09:28 +03:00
  • 8a9a5919f2 Reset handler after exiting visual mode during tab switch Alex Plate 2019-05-23 15:46:51 +03:00
  • 442883c377 Make Command data class Alex Plate 2019-05-23 15:26:49 +03:00
  • 33939917c0 Print actionId of visual command to log Alex Plate 2019-05-22 14:59:51 +03:00
  • e1721bf337 Handle backspace via vim with active lookup Alex Plate 2019-05-21 16:53:52 +03:00
  • 5081ede268 [VIM-1666] properly handling of digraphs after pressing backspace Alex Plate 2019-05-21 15:50:40 +03:00
  • 393416a925 Format KeyHandler file Alex Plate 2019-05-21 15:49:00 +03:00
  • 34ec791ba3 Add VimOptionDefault to docs Alex Plate 2019-05-21 12:25:27 +03:00
  • f4b80d4d80 Add docs to VimListOptionTestCase Alex Plate 2019-05-20 19:10:37 +03:00
  • fcbc1773ad Add VimListOptionTestCase for testing IdeaVim options Alex Plate 2019-05-20 17:34:06 +03:00
  • 4d971be732 Support End and Shift-End motions Alex Plate 2019-05-20 13:21:24 +03:00
  • deff56db29 Extract handler for shifted arrows Alex Plate 2019-05-20 12:54:05 +03:00
  • 5b78a02a53 Update CHANGES.md Matt Ellis 2019-05-19 20:06:57 +02:00
  • 9c5420c79c Fix exception highlighting last CR in file Matt Ellis 2019-05-19 19:40:26 +02:00
  • bd58802ed6 Make incsearch work with entering digraphs Matt Ellis 2019-05-17 21:53:49 +01:00
  • 71504d0ded Merge branch 'master' into ideavim-search Matt Ellis 2019-05-17 23:00:22 +01:00
  • 3aff7693c7 Use same formatting as Find for search/replace Matt Ellis 2019-05-15 03:26:09 +08:00
  • b46f426f30 Reset highlights when options change Matt Ellis 2019-05-15 02:47:06 +08:00
  • 70652d445c Fix next/prev after search word and smartcase Matt Ellis 2019-05-15 02:32:23 +08:00
  • 35f96b28bc VIM-128 Substitute works with ignorecase and smartcase Matt Ellis 2019-05-14 18:04:20 +08:00
  • dd40bb3850 Move current line during incsearch Matt Ellis 2019-05-14 14:33:18 +08:00
  • 849c0cbd49 Support shifted and non-shifter Home key Alex Plate 2019-05-16 17:22:47 +02:00
  • 201d613ac1 Extract handler for non-shifted special keys Alex Plate 2019-05-16 16:11:40 +02:00
  • 8897ecd0d5 Extract handler for shifted special keys Alex Plate 2019-05-16 15:43:46 +02:00
  • 784a8e625f Set log level to info for VisualCommands Alex Plate 2019-05-16 13:40:05 +02:00
  • 770cc2cd72 Use !! in tests instead of ?: run Alex Plate 2019-05-15 19:57:17 +02:00
  • fa620be738 Fill doc for new commands Alex Plate 2019-05-15 19:25:48 +02:00
  • 34893e7847 Support the rest of selectmodel options Alex Plate 2019-05-15 18:55:56 +02:00
  • c49d5b4ffa Move packages to better location Alex Plate 2019-05-15 15:47:29 +02:00
  • c37387db64 Full support for selectmode option Alex Plate 2019-05-15 15:22:55 +02:00
  • 83b626b77e Remove ExtendSelection actions Alex Plate 2019-05-15 13:01:18 +02:00
  • 45932d9189 Save last column during shift-motions Alex Plate 2019-05-15 10:25:38 +02:00
  • fe01820f3f Add support for key in selectmode option Alex Plate 2019-05-15 10:18:44 +02:00
  • 2ad4436cef Add support for startsel in keymodel option Alex Plate 2019-05-15 09:59:31 +02:00
  • 5b8fb49d4c Additional null check Alex Plate 2019-05-15 07:09:06 +03:00
  • dca0240c13 Fix opening dialog boxes Alex Plate 2019-05-14 20:38:15 +03:00
  • ce692df94f Fix cc command for empty document Alex Plate 2019-05-14 19:34:26 +03:00
  • dbcf2acce4 Support cmd for selectmode option Alex Plate 2019-05-14 19:14:53 +03:00
  • 3bc628417f WIP: Renaming file 'VisualToggleLineModeAction' with Kotlin extension Alex Plate 2019-05-14 18:52:53 +03:00
  • 45b286206f Replace <caret> with ${c} Alex Plate 2019-05-14 17:15:14 +03:00
  • bdc9b78ec8 Merge branch 'master' into VIM-510 Alex Plate 2019-05-14 16:36:55 +03:00
  • e23c11f15a Remove unused index.txt Alex Plate 2019-05-14 16:20:35 +03:00
  • 6865d25035 Put actions to package-info Alex Plate 2019-05-14 14:53:10 +03:00
  • bfcc75f754 Use 2 spaces for Kotlin files as per the IntelliJ platform coding style Andrey Vlasovskikh 2019-05-14 14:13:11 +03:00
  • 25289ed4c5 Fix dot command for visual change Alex Plate 2019-05-14 13:20:44 +03:00
  • 2c32cbfbfd Fix linewise change to end of document Alex Plate 2019-05-14 13:16:30 +03:00
  • 310d664fdc Update contributing.md Alex Plate 2019-05-14 12:06:09 +03:00
  • 74dce4b70a Fix incsearch with trailing characters Matt Ellis 2019-05-12 18:21:35 +08:00
  • 187963cc38 VIM-1413 Handle smartcase in incremental search Matt Ellis 2019-05-12 18:15:46 +08:00
  • afd618c61a VIM-1535 Use correct text attributes for search Matt Ellis 2019-05-12 16:16:22 +08:00
  • 4196ec5093 Fix big O for visual block mode Alex Plate 2019-05-13 20:31:20 +03:00
  • 49d28f1eeb WIP: Renaming file 'VisualSwapEndsBlockAction' with Kotlin extension Alex Plate 2019-05-13 20:27:21 +03:00
  • 90640c9378 WIP: Renaming file 'VisualSwapEndsAction' with Kotlin extension Alex Plate 2019-05-13 20:23:34 +03:00
  • bf0e9fb107 Inline vimForAllOrPrimaryCaret function Alex Plate 2019-05-13 16:19:05 +03:00
  • eba0bf8f41 Move VisualSelection to another package Alex Plate 2019-05-13 16:15:43 +03:00
  • 66dc40f6e2 [VIM-1655] Deleted in insert mode text is not yanked Alex Plate 2019-05-13 15:23:59 +03:00
  • caa0caf297 Scroll caret to next selection in multicaret plugin Alex Plate 2019-05-13 14:51:57 +03:00
  • e6a36178ff Extract getKey method from ReadWrite properties Alex Plate 2019-05-13 14:45:38 +03:00
  • 263cc2df2a Add Michael Ziwisky to contributors list Alex Plate 2019-05-13 13:45:12 +03:00
  • da556e0546 Merge pull request #194 from mziwisky/move-to-windows Alex Plate 2019-05-13 13:43:08 +03:00
  • 3180ae1a41 map "<C-W><C-{H,J,K,L}>" to Window<Direction>Action Michael Ziwisky 2019-05-09 16:00:37 -07:00
  • b3bf33f488 Merge pull request #193 from citizenmatt/feature/cmdline-editing Alex Plate 2019-05-08 19:43:55 +03:00
  • 58081ed0ef Fix broken test Alex Plate 2019-05-08 19:43:13 +03:00
  • f80111299f Use '\n' separator for CmdHandler Alex Plate 2019-05-08 19:32:09 +03:00
  • f5dd1722f5 Fix separator related failed tests Alex Plate 2019-05-08 19:20:14 +03:00
  • 4237ce9b3c Support multicaret for entering visual mode with count Alex Plate 2019-05-08 18:44:02 +03:00
  • b3f3a307ba Support entering visual mode with count without previous visual operation Alex Plate 2019-05-08 17:39:33 +03:00
  • 381e84e649 Add docs to userDataCaretToEditor delegator Alex Plate 2019-05-08 17:01:21 +03:00
  • 4ccddf839f Remove unnecessary caret user data Alex Plate 2019-05-08 16:46:04 +03:00
  • f40ee92826 Support enter visual mode with count Alex Plate 2019-05-08 16:42:16 +03:00
  • 686c774e0f Add VimBehaviourDiffers for motion right tests Alex Plate 2019-05-08 16:08:39 +03:00
  • 13b28e6f1c Save call for editor in IdeaSpecifics Alex Plate 2019-05-08 12:47:07 +03:00
  • 7fe0609e9e Fix tests Matt Ellis 2019-05-08 07:05:58 +01:00
  • b24aec26c0 WIP: Renaming file 'VisualChange' with Kotlin extension Alex Plate 2019-05-07 20:27:34 +03:00
  • c465d303e5 Remove extra caret data Alex Plate 2019-05-07 18:08:49 +03:00
  • 13e80db668 Add comments to CaretData Alex Plate 2019-05-07 17:51:50 +03:00
  • 712e3df4b8 Add muted tests to dollar motion in visual block mode Alex Plate 2019-05-07 17:12:15 +03:00
  • 98d22523be Merge branch 'master' into feature/cmdline-editing Matt Ellis 2019-05-07 12:32:25 +01:00
  • 6326360595 Update UI of ex output panel Matt Ellis 2019-05-07 12:29:50 +01:00
  • 7cfbddfd35 Remove unused editor actions Matt Ellis 2019-05-07 12:25:02 +01:00
  • 92eb6dab2f Add information about @VimBehaviourDiffers annotation to CONTRIBUTE.md Alex Plate 2019-05-07 14:08:02 +03:00
  • 7cebdc7270 Add folding regions for IdeaSpecifics Alex Plate 2019-05-07 12:52:30 +03:00
  • f9094223ba Add correct caret shape for lost focus Matt Ellis 2019-05-07 09:46:58 +01:00
  • 849e0964ba Remove gap between ex label and text field Matt Ellis 2019-05-07 00:16:09 +01:00
  • 096ed14978 Add null-check for LaF listener Alex Plate 2019-05-06 14:52:10 +03:00
  • d04196ec7c Use native selection for visual operations Alex Plate 2019-05-06 16:31:06 +03:00
  • bf7f6054c6 Get editor on action execution start Alex Plate 2019-05-06 15:08:39 +03:00