1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-02-18 17:46:02 +01:00

Commit Graph

  • 7886a816b2
    WIP: Renaming file 'MotionScrollPageDownAction' with Kotlin extension Alex Plate 2019-06-26 13:12:21 +0300
  • 4722730aff
    Move userData functions to UserDataManager.kt Alex Plate 2019-06-26 12:29:11 +0300
  • 27a2c6192f
    Rename CaretData to UserDataManager Alex Plate 2019-06-25 16:49:15 +0300
  • db77d133dc
    Use userData() for managing editor's user data Alex Plate 2019-06-25 16:48:46 +0300
  • 000ebfaf2f
    Fix all missing @Override annotations Alex Plate 2019-06-25 15:04:32 +0300
  • a47001516d
    Reformat HandlerBase Alex Plate 2019-06-25 15:01:30 +0300
  • fa9901271a
    WIP: Renaming file 'EditorActionHandlerBase' with Kotlin extension Alex Plate 2019-06-24 19:34:26 +0300
  • 913e8c355b
    Fix tests after reformat Alex Plate 2019-06-24 19:33:15 +0300
  • aeef2f8948
    Reformat ChangeEditorActionHandler Alex Plate 2019-06-24 18:19:29 +0300
  • 9be8e2b5b9
    WIP: Renaming file 'ChangeEditorActionHandler' with Kotlin extension Alex Plate 2019-06-24 17:47:07 +0300
  • 99b68801d9
    Remove CaretOrder Alex Plate 2019-06-24 17:44:57 +0300
  • 4c766298f1
    Change hierarchy of handlers Alex Plate 2019-06-24 17:32:28 +0300
  • 2618d09ef8
    VimCommandAction accepts EditorActionHandlerBase Alex Plate 2019-06-24 16:21:03 +0300
  • 2bef98408c
    MotionEditorAction new inherits VimCommandAction Alex Plate 2019-06-24 15:54:55 +0300
  • dbf90d4f37
    Rename .java to .kt Alex Plate 2019-06-24 13:14:27 +0300
  • 1e378dd1dd
    Fix duplicated key mappings Alex Plate 2019-06-21 22:27:06 +0300
  • fa51c25919
    TextObjects have now always MOTION type Alex Plate 2019-06-21 14:42:01 +0300
  • c880f49b81
    Convert registerCommandLineActions to VimCommandAction Alex Plate 2019-06-21 13:18:35 +0300
  • 1835220ba3
    Convert registerVariousModesActions to VimCommandAction Alex Plate 2019-06-21 13:10:53 +0300
  • 813126cecb
    Merge pull request #195 from citizenmatt/feature/search Alex Plate 2019-06-25 15:14:58 +0300
  • 86dbd3a03a
    Correctly recognise abbreviated command in incsearch Matt Ellis 2019-06-22 13:39:45 +0200
  • 948c2cd021
    Only show one set of search results Matt Ellis 2019-06-22 13:26:09 +0200
  • f9ca77a982
    Merge branch 'master' into feature/search Alex Plate 2019-06-20 15:13:15 +0300
  • 2aa45b8794
    Merge branch 'master' into feature/search Matt Ellis 2019-06-20 12:14:55 +0200
  • 3a056dc844
    Update CHANGES.md Alex Plate 2019-06-19 16:09:28 +0300
  • 2b2fc27899
    [VIM-608] Call save actions for :w commands Alex Plate 2019-06-19 16:06:21 +0300
  • 35d5eb1713
    Fix tests for idea marks Alex Plate 2019-06-19 15:30:37 +0300
  • 86fab38407
    [VIM-959] Add idemarks option Alex Plate 2019-06-19 13:45:18 +0300
  • 866fe5cc8d
    Merge branch 'master' into feature/search Matt Ellis 2019-06-18 19:58:47 +0200
  • 2845f8543c
    Use objects for options Alex Plate 2019-06-18 20:08:02 +0300
  • 011699d58f
    Add notification about smartjoin option Alex Plate 2019-06-18 17:03:24 +0300
  • ddd37f5bee
    Reformat Options file Alex Plate 2019-06-18 16:27:40 +0300
  • 44202b5c4d
    Rename .java to .kt Alex Plate 2019-06-18 16:11:09 +0300
  • b157d07b6d
    Improve handling of Delete and Backspace in ex entry Matt Ellis 2019-06-18 13:27:32 +0100
  • 31d30a9115
    Only close ex entry with backspace if no text Matt Ellis 2019-06-18 11:49:55 +0100
  • cc7ee5acc0
    Remove unused action Matt Ellis 2019-06-18 11:44:44 +0100
  • 35bcb627c2
    Correctly start/reset highlighting with :s command Matt Ellis 2019-06-15 11:21:02 +0100
  • a7882fadba
    Reorder methods. No other changes Matt Ellis 2019-06-15 10:39:59 +0100
  • fe4525b441
    Add smartjoin option Alex Plate 2019-06-14 19:05:53 +0300
  • e17594a7aa
    Remove VimFileEditor test case Alex Plate 2019-06-14 17:44:54 +0300
  • 416357bf27
    Incsearch highlights current match if nohlsearch Matt Ellis 2019-06-14 15:43:20 +0100
  • ae021ea930
    Update indent for kt test files Alex Plate 2019-06-14 17:10:23 +0300
  • 32735a5e06
    Fix start offset for incsearch with :s command Matt Ellis 2019-06-14 12:20:07 +0100
  • 5b1d26263b
    Add incsearch highlights for :substitute command Matt Ellis 2019-06-14 10:39:07 +0100
  • 84be5bc732
    Reformat Motion and Visual handlers Alex Plate 2019-06-13 19:28:43 +0300
  • bf1dee2bc4
    Reformat CommandHandler Alex Plate 2019-06-13 18:43:49 +0300
  • e0aadacf93
    Remove flags function Alex Plate 2019-06-13 17:30:20 +0300
  • 35481682a9
    Fix NPE on text preprocessing during insert Alex Plate 2019-06-13 16:09:27 +0300
  • 64291d336c
    Fix selection with mouse on line end Alex Plate 2019-06-13 15:21:00 +0300
  • 3fe1ee4bd8
    Fix problems with vertical movement Alex Plate 2019-06-13 15:01:31 +0300
  • 130a8d0f00
    Disable search highlights when disabling plugin Matt Ellis 2019-06-13 11:51:25 +0100
  • 36c4596a08
    Fix exception with dead keys in ex entry Matt Ellis 2019-06-11 19:55:21 +0100
  • ebad3812e4
    Add docs for TextObjectActionHandler Alex Plate 2019-06-11 19:49:06 +0300
  • 004c1c915f
    Rename VimActionCommand to VimCommands Alex Plate 2019-06-11 19:44:39 +0300
  • 39bd13a6ca
    Migrate text object to new registration model Alex Plate 2019-06-11 19:35:20 +0300
  • f10ac679e2
    Rename .java to .kt Alex Plate 2019-06-11 19:35:19 +0300
  • 8d49012d64
    Reformat VimCommandAction: get handler from makeHandler method Alex Plate 2019-06-11 16:00:37 +0300
  • 91392c1e83
    Convert VimActionHandler to kotlin Alex Plate 2019-06-11 14:10:43 +0300
  • 65bb31e92a
    Rename .java to .kt Alex Plate 2019-06-11 14:10:43 +0300
  • c06fa72936
    Remove empty javadocs Alex Plate 2019-06-11 13:20:53 +0300
  • a1adb1eb43
    Create noneOfEnum helper function Alex Plate 2019-06-11 13:15:52 +0300
  • 778ddb0e75
    Support gn text objects Alex Plate 2019-06-11 13:06:36 +0300
  • e919a026b7
    Remove secondary carets on gn search Alex Plate 2019-06-11 12:01:56 +0300
  • a78f78604a
    Move gn commands to motion package Alex Plate 2019-06-11 11:58:06 +0300
  • eeea093bb8
    Improve performance of gn command Alex Plate 2019-06-11 11:49:59 +0300
  • b795c62ab7
    Reformat SearchGroup file Alex Plate 2019-06-10 15:39:04 +0300
  • b7c7b268d4
    Add Jonatan Tierno to contributors list Alex Plate 2019-06-10 14:59:38 +0300
  • f7b9351e38
    Merge pull request #134 from jonatantierno/master Alex Plate 2019-06-10 14:53:49 +0300
  • 4e205d078d
    Merge branch 'master' into pull/134 Alex Plate 2019-06-10 14:39:02 +0300
  • 16016cb13d
    [VIM-714] Fix caret vertical movements problems Alex Plate 2019-06-10 13:27:20 +0300
  • 4754fff89b
    Use primary caret for post move in case of block selection Alex Plate 2019-06-10 13:15:32 +0300
  • f88ed69f1f
    Support new external java plugin for 192+ versions Alex Plate 2019-06-10 11:26:15 +0300
  • 2e7f7cf642
    Fix tests with visual selection Alex Plate 2019-06-10 11:17:12 +0300
  • 60f9403657
    Incsearch highlights all matches + current match Matt Ellis 2019-06-07 23:33:05 +0100
  • 4c9974f7eb
    Update intellij plugin and set default idea version to 2019.1 Alex Plate 2019-06-07 20:59:21 +0300
  • eace5c5543
    Fix typo Alex Plate 2019-06-07 16:19:34 +0300
  • f6d16ea4d9
    Protection for empty file Alex Plate 2019-06-07 15:15:11 +0300
  • ac2f11360c
    Extract some methods to CommandStateExtensions Alex Plate 2019-06-07 14:55:50 +0300
  • 48a5eee9ab
    Put information about leaving feedback to EAP section Alex Plate 2019-06-07 12:34:47 +0300
  • 380156aa4b
    Use star register for clipboard test Alex Plate 2019-06-06 16:53:09 +0300
  • d4cd8a228f
    Move ideaput option to 'clipboard options' Alex Plate 2019-06-06 14:48:19 +0300
  • 6081f1d5ff
    Merge pull request #197 from JetBrains/IdeaPut Alex Plate 2019-06-06 14:08:06 +0300
  • 0139967b29
    Avoid dragging when select a word with double click Alex Plate 2019-06-06 13:27:06 +0300
  • 0a30a42b2e
    Avoid dragging when put caret on the line end Alex Plate 2019-06-06 13:12:25 +0300
  • ff54bfa5b3
    Merge branch 'master' into feature/search Matt Ellis 2019-06-05 20:47:34 +0100
  • 22445f6df9
    Add tests for hlsearch and incsearch Matt Ellis 2019-06-05 20:24:38 +0100
  • 272aa9513a
    Replace <caret> with ${c} for kotlin tests Alex Plate 2019-06-05 19:00:36 +0300
  • 4b1abfc60f
    Add test for clipboard copy Alex Plate 2019-06-05 18:59:09 +0300
  • b3130f38f2
    Add logs for put and copy Alex Plate 2019-06-05 18:50:38 +0300
  • 32fdbaccc3
    VIM-25 Smart put operations (via IJ) Alex Plate 2019-05-31 14:14:10 +0300
  • 8a4d3f5d80
    Use 2-space indentation for kotlin files Alex Plate 2019-06-05 15:26:18 +0300
  • 920af04b04
    Added Pierce Corcoran to the contributors list Alex Plate 2019-06-04 18:01:13 +0300
  • 7d13d22650
    Merge pull request #161 from thecodewarrior/unnamed-register-selection-type Alex Plate 2019-06-04 17:54:33 +0300
  • 6c17725823
    [VIM-438] Enable <C-N> and <C-P> for lookups Alex Plate 2019-05-27 15:43:42 +0300
  • f3b1ddf439
    Merge branch 'master' into feature/search Matt Ellis 2019-06-03 16:42:39 +0100
  • c7de374943
    Refactor highlighting API calls Matt Ellis 2019-06-03 16:39:01 +0100
  • 1bb6345fcb
    Refactor put group Alex Plate 2019-05-30 11:52:45 +0300
  • cbc5e8aea1
    Make visual put single-executable Alex Plate 2019-05-28 15:56:08 +0300
  • 7ebb888c31
    WIP: Renaming file 'PutVisualTextNoIndentAction' with Kotlin extension Alex Plate 2019-05-28 15:14:43 +0300
  • 93c6a03287
    WIP: Renaming file 'PutVisualTextMoveCursorAction' with Kotlin extension Alex Plate 2019-05-28 15:09:46 +0300