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

Commit Graph

  • 1e378dd1dd Fix duplicated key mappings Alex Plate 2019-06-21 22:27:06 +03:00
  • fa51c25919 TextObjects have now always MOTION type Alex Plate 2019-06-21 14:42:01 +03:00
  • c880f49b81 Convert registerCommandLineActions to VimCommandAction Alex Plate 2019-06-21 13:18:35 +03:00
  • 1835220ba3 Convert registerVariousModesActions to VimCommandAction Alex Plate 2019-06-21 13:10:53 +03:00
  • 813126cecb Merge pull request #195 from citizenmatt/feature/search Alex Plate 2019-06-25 15:14:58 +03:00
  • 86dbd3a03a Correctly recognise abbreviated command in incsearch Matt Ellis 2019-06-22 13:39:45 +02:00
  • 948c2cd021 Only show one set of search results Matt Ellis 2019-06-22 13:26:09 +02:00
  • f9ca77a982 Merge branch 'master' into feature/search Alex Plate 2019-06-20 15:13:15 +03:00
  • 2aa45b8794 Merge branch 'master' into feature/search Matt Ellis 2019-06-20 12:14:55 +02:00
  • 3a056dc844 Update CHANGES.md Alex Plate 2019-06-19 16:09:28 +03:00
  • 2b2fc27899 [VIM-608] Call save actions for :w commands Alex Plate 2019-06-19 16:06:21 +03:00
  • 35d5eb1713 Fix tests for idea marks Alex Plate 2019-06-19 15:30:37 +03:00
  • 86fab38407 [VIM-959] Add idemarks option Alex Plate 2019-06-19 13:45:18 +03:00
  • 866fe5cc8d Merge branch 'master' into feature/search Matt Ellis 2019-06-18 19:58:47 +02:00
  • 2845f8543c Use objects for options Alex Plate 2019-06-18 20:08:02 +03:00
  • 011699d58f Add notification about smartjoin option Alex Plate 2019-06-18 17:03:24 +03:00
  • ddd37f5bee Reformat Options file Alex Plate 2019-06-18 16:27:40 +03:00
  • 44202b5c4d Rename .java to .kt Alex Plate 2019-06-18 16:11:09 +03:00
  • b157d07b6d Improve handling of Delete and Backspace in ex entry Matt Ellis 2019-06-18 13:27:32 +01:00
  • 31d30a9115 Only close ex entry with backspace if no text Matt Ellis 2019-06-18 11:49:55 +01:00
  • cc7ee5acc0 Remove unused action Matt Ellis 2019-06-18 11:44:44 +01:00
  • 35bcb627c2 Correctly start/reset highlighting with :s command Matt Ellis 2019-06-15 11:21:02 +01:00
  • a7882fadba Reorder methods. No other changes Matt Ellis 2019-06-15 10:39:59 +01:00
  • fe4525b441 Add smartjoin option Alex Plate 2019-06-14 19:05:53 +03:00
  • e17594a7aa Remove VimFileEditor test case Alex Plate 2019-06-14 17:44:54 +03:00
  • 416357bf27 Incsearch highlights current match if nohlsearch Matt Ellis 2019-06-14 15:43:20 +01:00
  • ae021ea930 Update indent for kt test files Alex Plate 2019-06-14 17:10:23 +03:00
  • 32735a5e06 Fix start offset for incsearch with :s command Matt Ellis 2019-06-14 12:20:07 +01:00
  • 5b1d26263b Add incsearch highlights for :substitute command Matt Ellis 2019-06-14 10:39:07 +01:00
  • 84be5bc732 Reformat Motion and Visual handlers Alex Plate 2019-06-13 19:28:43 +03:00
  • bf1dee2bc4 Reformat CommandHandler Alex Plate 2019-06-13 18:43:49 +03:00
  • e0aadacf93 Remove flags function Alex Plate 2019-06-13 17:30:20 +03:00
  • 35481682a9 Fix NPE on text preprocessing during insert Alex Plate 2019-06-13 16:09:27 +03:00
  • 64291d336c Fix selection with mouse on line end Alex Plate 2019-06-13 15:21:00 +03:00
  • 3fe1ee4bd8 Fix problems with vertical movement Alex Plate 2019-06-13 15:01:31 +03:00
  • 130a8d0f00 Disable search highlights when disabling plugin Matt Ellis 2019-06-13 11:51:25 +01:00
  • 36c4596a08 Fix exception with dead keys in ex entry Matt Ellis 2019-06-11 19:55:21 +01:00
  • ebad3812e4 Add docs for TextObjectActionHandler Alex Plate 2019-06-11 19:49:06 +03:00
  • 004c1c915f Rename VimActionCommand to VimCommands Alex Plate 2019-06-11 19:44:39 +03:00
  • 39bd13a6ca Migrate text object to new registration model Alex Plate 2019-06-11 19:35:20 +03:00
  • f10ac679e2 Rename .java to .kt Alex Plate 2019-06-11 19:35:19 +03:00
  • 8d49012d64 Reformat VimCommandAction: get handler from makeHandler method Alex Plate 2019-06-11 16:00:37 +03:00
  • 91392c1e83 Convert VimActionHandler to kotlin Alex Plate 2019-06-11 14:10:43 +03:00
  • 65bb31e92a Rename .java to .kt Alex Plate 2019-06-11 14:10:43 +03:00
  • c06fa72936 Remove empty javadocs Alex Plate 2019-06-11 13:20:53 +03:00
  • a1adb1eb43 Create noneOfEnum helper function Alex Plate 2019-06-11 13:15:52 +03:00
  • 778ddb0e75 Support gn text objects Alex Plate 2019-06-11 13:06:36 +03:00
  • e919a026b7 Remove secondary carets on gn search Alex Plate 2019-06-11 12:01:56 +03:00
  • a78f78604a Move gn commands to motion package Alex Plate 2019-06-11 11:58:06 +03:00
  • eeea093bb8 Improve performance of gn command Alex Plate 2019-06-11 11:49:59 +03:00
  • b795c62ab7 Reformat SearchGroup file Alex Plate 2019-06-10 15:39:04 +03:00
  • b7c7b268d4 Add Jonatan Tierno to contributors list Alex Plate 2019-06-10 14:59:38 +03:00
  • f7b9351e38 Merge pull request #134 from jonatantierno/master Alex Plate 2019-06-10 14:53:49 +03:00
  • 4e205d078d Merge branch 'master' into pull/134 Alex Plate 2019-06-10 14:39:02 +03:00
  • 16016cb13d [VIM-714] Fix caret vertical movements problems Alex Plate 2019-06-10 13:27:20 +03:00
  • 4754fff89b Use primary caret for post move in case of block selection Alex Plate 2019-06-10 13:15:32 +03:00
  • f88ed69f1f Support new external java plugin for 192+ versions Alex Plate 2019-06-10 11:26:15 +03:00
  • 2e7f7cf642 Fix tests with visual selection Alex Plate 2019-06-10 11:17:12 +03:00
  • 60f9403657 Incsearch highlights all matches + current match Matt Ellis 2019-06-07 23:33:05 +01:00
  • 4c9974f7eb Update intellij plugin and set default idea version to 2019.1 Alex Plate 2019-06-07 20:59:21 +03:00
  • eace5c5543 Fix typo Alex Plate 2019-06-07 16:19:34 +03:00
  • f6d16ea4d9 Protection for empty file Alex Plate 2019-06-07 15:15:11 +03:00
  • ac2f11360c Extract some methods to CommandStateExtensions Alex Plate 2019-06-07 14:55:50 +03:00
  • 48a5eee9ab Put information about leaving feedback to EAP section Alex Plate 2019-06-07 12:34:47 +03:00
  • 380156aa4b Use star register for clipboard test Alex Plate 2019-06-06 16:53:09 +03:00
  • d4cd8a228f Move ideaput option to 'clipboard options' Alex Plate 2019-06-06 14:48:19 +03:00
  • 6081f1d5ff Merge pull request #197 from JetBrains/IdeaPut Alex Plate 2019-06-06 14:08:06 +03:00
  • 0139967b29 Avoid dragging when select a word with double click Alex Plate 2019-06-06 13:27:06 +03:00
  • 0a30a42b2e Avoid dragging when put caret on the line end Alex Plate 2019-06-06 13:12:25 +03:00
  • ff54bfa5b3 Merge branch 'master' into feature/search Matt Ellis 2019-06-05 20:47:34 +01:00
  • 22445f6df9 Add tests for hlsearch and incsearch Matt Ellis 2019-06-05 20:24:38 +01:00
  • 272aa9513a Replace <caret> with ${c} for kotlin tests Alex Plate 2019-06-05 19:00:36 +03:00
  • 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