1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-11-04 19:22:19 +01:00

Commit Graph

  • 4b1abfc60f Add test for clipboard copy Alex Plate 2019-06-05 18:59:09 +03:00
  • b3130f38f2 Add logs for put and copy Alex Plate 2019-06-05 18:50:38 +03:00
  • 32fdbaccc3 VIM-25 Smart put operations (via IJ) Alex Plate 2019-05-31 14:14:10 +03:00
  • 8a4d3f5d80 Use 2-space indentation for kotlin files Alex Plate 2019-06-05 15:26:18 +03:00
  • 920af04b04 Added Pierce Corcoran to the contributors list Alex Plate 2019-06-04 18:01:13 +03:00
  • 7d13d22650 Merge pull request #161 from thecodewarrior/unnamed-register-selection-type Alex Plate 2019-06-04 17:54:33 +03:00
  • 6c17725823 [VIM-438] Enable <C-N> and <C-P> for lookups Alex Plate 2019-05-27 15:43:42 +03:00
  • f3b1ddf439 Merge branch 'master' into feature/search Matt Ellis 2019-06-03 16:42:39 +01:00
  • c7de374943 Refactor highlighting API calls Matt Ellis 2019-06-03 16:39:01 +01:00
  • 1bb6345fcb Refactor put group Alex Plate 2019-05-30 11:52:45 +03:00
  • cbc5e8aea1 Make visual put single-executable Alex Plate 2019-05-28 15:56:08 +03:00
  • 7ebb888c31 WIP: Renaming file 'PutVisualTextNoIndentAction' with Kotlin extension Alex Plate 2019-05-28 15:14:43 +03:00
  • 93c6a03287 WIP: Renaming file 'PutVisualTextMoveCursorAction' with Kotlin extension Alex Plate 2019-05-28 15:09:46 +03:00
  • ae97fbbcc3 WIP: Renaming file 'PutVisualTextAction' with Kotlin extension Alex Plate 2019-05-28 15:05:45 +03:00
  • 7ef381f1a4 Make 192-EAP-SNAPSHOT as a default idea version Alex Plate 2019-05-31 19:02:43 +03:00
  • 70fad46534 Fill CHANGES.MD with fixed bugs Alex Plate 2019-05-31 17:51:28 +03:00
  • cb8d253dc5 Fix compilation for IC-2019.1 Alex Plate 2019-05-31 16:48:54 +03:00
  • cacab1e039 Make companion object private in VisualOperatorActionHandler Alex Plate 2019-05-28 12:48:07 +03:00
  • 0bf49ebe9a Event could be null in IdeaSpecifics Alex Plate 2019-05-27 15:30:49 +03:00
  • fa9b1933fa Merge pull request #186 from JetBrains/VIM-510 Alex Plate 2019-05-31 12:17:08 +03:00
  • 444f676d2d Move connection to message but in IdeaSpecifics to EventFacade Alex Plate 2019-05-30 12:39:03 +03:00
  • 2ccba4b345 Remove @Deprecated from TextRange class Alex Plate 2019-05-30 12:34:25 +03:00
  • 0b76e86ace Create different method for isVisualBlock and isBlockSubMode Alex Plate 2019-05-30 12:26:13 +03:00
  • f40a86e744 Refactorings after review Alex Plate 2019-05-30 12:18:42 +03:00
  • 5b594a4a7b Fix bad visual -> motion refactoring Alex Plate 2019-05-30 12:16:59 +03:00
  • ea857b9c7b Fix single execution for visual operation Alex Plate 2019-05-28 15:44:04 +03:00
  • 14a11f06e5 Merge pull request #196 from citizenmatt/VIM-1061 Alex Plate 2019-05-27 15:55:07 +03:00
  • 987c89774c VIM-1061 Explicitly register shortcuts for digraphs Matt Ellis 2019-05-24 15:34:21 +01:00
  • 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