1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-10-19 13:42:45 +02:00

Commit Graph

  • ae992ed366
    Convert Argument.java to kotlin Alex Plate 2019-07-01 14:48:27 +0300
  • c03b16a6e8
    WIP: Renaming file 'Argument' with Kotlin extension Alex Plate 2019-07-01 14:39:40 +0300
  • 7823291b44
    Fix NPE while moving caret Alex Plate 2019-07-01 14:31:44 +0300
  • 59d79cc329
    Add debug info about pushing and popping state Alex Plate 2019-07-01 14:24:32 +0300
  • c24ebf3427
    Create test for validating info file Alex Plate 2019-06-28 14:22:50 +0300
  • 434d5be26c
    Enable identity checker for unit test mode Alex Plate 2019-06-28 12:38:39 +0300
  • f904ceae7a
    Remove bad test Alex Plate 2019-06-28 12:21:02 +0300
  • 9e62eefee0
    Write better logs during execution Alex Plate 2019-06-27 19:57:30 +0300
  • 7fdb31abf0
    Fix problems of actions registration Alex Plate 2019-06-27 19:34:15 +0300
  • e1d4e2f526
    Fix few caret position problems Alex Plate 2019-06-27 15:50:46 +0300
  • f18e317dcf
    Reformat all listeners in project Alex Plate 2019-06-27 02:12:32 +0300
  • e143a286ef
    Do not reset caret on small mouse dragging Alex Plate 2019-06-26 19:31:56 +0300
  • faa9c26283
    Reformat resetCursor function Alex Plate 2019-06-26 19:21:45 +0300
  • da182f5539
    Add protection for cases when vimSelectionStart is null in visual mode Alex Plate 2019-06-26 19:08:21 +0300
  • ced51e37b4
    Convert all commands to VimCommandAction Alex Plate 2019-06-26 18:51:55 +0300
  • f61134fd69
    Use VimCommandAction for insert commands Alex Plate 2019-06-26 15:43:01 +0300
  • 578f60ba91
    WIP: Renaming file 'ShiftRightLinesAction' with Kotlin extension Alex Plate 2019-06-26 15:29:42 +0300
  • 02effac75c
    WIP: Renaming file 'ShiftLeftLinesAction' with Kotlin extension Alex Plate 2019-06-26 15:26:11 +0300
  • 72f4b21aea
    Use VimCommandAction for COPY/PASTE actions Alex Plate 2019-06-26 13:53:58 +0300
  • 1aa59afaf0
    WIP: Renaming file 'YankLineAction' with Kotlin extension Alex Plate 2019-06-26 13:46:18 +0300
  • 45df3ed168
    Use VimCommandAction for NVO actions Alex Plate 2019-06-26 13:33:20 +0300
  • b344972931
    WIP: Renaming file 'MotionScrollPageUpAction' with Kotlin extension Alex Plate 2019-06-26 13:24:33 +0300
  • 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