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

Commit Graph

  • 38a4fd5fbc
    [VIM-607] Fixing memory leaks when closing the project Alex Plate 2019-04-09 20:37:41 +0300
  • 9f629132e4
    Use Set instead of List for CommandHandler flags Alex Plate 2019-04-09 13:10:22 +0300
  • 32ba7895a3
    Provide more clear API for creating new Command Handlers Alex Plate 2019-04-08 17:19:48 +0300
  • 65627da72b
    VIM-1630 Add Daniele Megna to contributors list Alex Plate 2019-04-08 16:42:40 +0300
  • 00de654ca5
    Merge pull request #183 from danielemegna/tabonly_handler Alex Plate 2019-04-08 16:38:00 +0300
  • 0f5ca758b8 Implement TabOnlyHandler Daniele Megna 2019-03-30 15:35:41 +0100
  • 857a5b4d52
    Remove information about unreleased extenstion Alex Plate 2019-04-04 17:10:32 +0300
  • 3757da0f5f
    Add VIM-1615 to changelist Alex Plate 2019-04-04 15:36:13 +0300
  • 4befd155a1
    Merge pull request #182 from citizenmatt/VIM-1615 Alex Plate 2019-04-04 15:32:53 +0300
  • bb7c2390b1
    Keep bottom line aligned with bottom of screen when scrolling up Matt Ellis 2019-04-04 00:15:23 +0100
  • c70d30744c
    Add gecko655 to contributors list Alex Plate 2019-04-01 19:59:09 +0300
  • 4b49bb6d18
    Merge pull request #180 from gecko655/VIM-1067 Alex Plate 2019-04-01 19:56:15 +0300
  • 58481c81a0
    Add sumoooru2 to contributors list Alex Plate 2019-04-01 19:53:51 +0300
  • 465ed569a1
    Merge pull request #178 from sumoooru2/master Alex Plate 2019-04-01 19:48:59 +0300
  • 547a159fb3
    Add message to explain which action is null Alex Plate 2019-03-29 11:50:37 +0300
  • ea4fc32e60
    Update readme: add information about commentary extension Alex Plate 2019-03-28 14:02:34 +0300
  • 47db118c21 hola jtierno 2019-03-28 21:12:16 +0100
  • a1ff484c85
    Merge pull request #109 from dhleong/dhleong/CommentaryExtension2 Alex Plate 2019-03-28 13:34:03 +0300
  • 6ebedb9219
    VIM-1615 Fix handling of so=999 Matt Ellis 2019-03-27 09:31:12 +0000
  • c717bed4fb Command gn jonatantierno 2017-11-01 21:12:47 +0100
  • 170bff5a3f Added tests for VIM1067 gecko655 2019-03-11 00:43:25 +0900
  • 41ea121377 Fix issue VIM-1067: Repeat commands deletes End Of Line character when repeating "append to end of line" ('A') command. gecko655 2019-03-11 00:43:01 +0900
  • b55615fffa Add a unit test sumoooru2 2019-02-28 18:36:05 +0900
  • b3de48fdd2
    Convert CommandNode to kotlin Alex Plate 2019-02-26 12:11:06 +0300
  • f58eda97c8
    WIP: Renaming file 'CommandNode' with Kotlin extension Alex Plate 2019-02-26 12:10:03 +0300
  • 7958aa3881
    Convert CommandHandler to kotlin Alex Plate 2019-02-25 19:55:58 +0300
  • ad69ab7579
    Add missing property key Alex Plate 2019-02-25 19:31:39 +0300
  • 8b88be5742
    Update copyright formatting Alex Plate 2019-02-25 19:26:34 +0300
  • 6f31dae429
    Add instruction for copyright setup Alex Plate 2019-02-25 19:24:39 +0300
  • e67ac4c3ad
    Use enumsets instead of bitflags for CommandHandler Alex Plate 2019-02-25 19:03:45 +0300
  • a52984f515
    Remove unused constructors of CommandHandler Alex Plate 2019-02-25 14:05:37 +0300
  • 746dbc2533
    Convert MapHandler to kotlin Alex Plate 2019-02-25 13:58:18 +0300
  • b2c462fbaa
    Convert SortHandler to kotlin Alex Plate 2019-02-25 13:07:39 +0300
  • 42171e5680
    Convert YankLinesHandler to kotlin Alex Plate 2019-02-25 13:01:00 +0300
  • 10ddc61fb7
    Convert SelectFileHandler to kotlin Alex Plate 2019-02-25 12:51:24 +0300
  • ae1d3d9c09
    Convert RepeatHandler to kotlin Alex Plate 2019-02-25 12:49:13 +0300
  • 990caaa75d VIM-1090 VIM-1100 fix tag motion with duplicate tags. Simon Rainer 2019-02-24 11:32:35 +0100
  • 00dc6fe775 Preserve caret position (only) for linewise comments Daniel Leong 2019-02-22 20:31:25 -0500
  • 3fa9f258d7 Add an HTML filetype test Daniel Leong 2019-02-22 20:01:03 -0500
  • 33fd60e743
    Temporary remove .idea folder because of setup problems Alex Plate 2019-02-22 20:58:56 +0300
  • fbac63085f Add WriteAction.run() wrappings as appropriate Daniel Leong 2019-02-22 10:59:20 -0500
  • 35ce221cab Refactor Runnable -> lambda Daniel Leong 2019-02-22 08:46:17 -0500
  • 4599d76ce4 Remove catch() Daniel Leong 2019-02-22 08:40:31 -0500
  • 6a6632e363 Fix visual-mode gc action dhleong 2016-05-14 18:32:15 -0400
  • 5c18dd0603 Post handling of "remaining" key to ensure correct event ordering dhleong 2016-05-14 14:06:42 -0400
  • 245c48d78f Only pass extra keys for prevMappingInfo if necessary dhleong 2016-05-14 13:44:22 -0400
  • e5d880b516 Update base ambiguous mapping tests dhleong 2016-05-13 10:26:14 -0400
  • ff02161062 Improve tests for more depth, cover gc(motion)/gcc issue dhleong 2016-05-11 22:49:15 -0400
  • 0475610f59 Another attempt at comment motion extension dhleong 2016-04-25 15:29:52 -0400
  • 215b94046a
    Use single class import in project Alex Plate 2019-02-22 16:28:06 +0300
  • a1236d855b
    Convert RegistersHandler to kotlin Alex Plate 2019-02-22 16:26:37 +0300
  • 0f835fd3ba
    Convert PutLinesHandler to kotlin Alex Plate 2019-02-22 15:59:00 +0300
  • cbb0d1a05e
    Update .gitignore Alex Plate 2019-02-22 14:10:01 +0300
  • 7bb7386c83
    Update badges Alex Plate 2019-02-21 20:16:44 +0300
  • 48bef164ef
    Move contribution information to separate file Alex Plate 2019-02-21 19:32:56 +0300
  • 434c1ef275
    Convert PreviousFileHandler to kotlin Alex Plate 2019-02-21 18:59:24 +0300
  • 6772b08745
    Convert OnlyHandler to kotlin Alex Plate 2019-02-21 18:56:03 +0300
  • 7c8d560f9e
    Use native mechanism for multicursor iteration Alex Plate 2019-02-21 18:19:23 +0300
  • 29d3e4fd5b
    Convert MoveTextHandler to kotlin Alex Plate 2019-02-21 17:34:30 +0300
  • db0e95deac
    Add .idea styles Alex Plate 2019-02-21 16:25:20 +0300
  • b8748916a7
    Convert MarksHandler to kotlin Alex Plate 2019-02-21 15:57:21 +0300
  • e7c5a20ab0
    Update gradle wrapper to 5.2.1 version Alex Plate 2019-02-21 15:31:14 +0300
  • bac754ac4b
    Add Brad Ziolko to contributor list Alex Plate 2019-02-21 14:51:59 +0300
  • e028215718
    Convert LetHandler to kotlin Alex Plate 2019-02-21 14:22:44 +0300
  • 908a0929f0
    Merge pull request #174 from bradziolko/vim-1012 Alex Plate 2019-02-21 14:45:22 +0300
  • 6565ad8e96
    Update copyright on test files Alex Plate 2019-02-21 12:56:20 +0300
  • c0819a83f0
    Create ignored tests for VIM-714 issue Alex Plate 2019-02-21 12:45:15 +0300
  • d35f017db5 Fix findBlockRange sumoooru2 2019-02-21 16:45:28 +0900
  • 3b8da702a7
    Convert JumpsHandler to kotlin Alex Plate 2019-02-20 18:21:50 +0300
  • 24c24f40ab
    Update copyright Alex Plate 2019-02-20 17:01:23 +0300
  • 865a888363
    Convert JoinLinesHandler to kotlin Alex Plate 2019-02-20 16:40:13 +0300
  • 1cd56cb6d1
    Update changelist Alex Plate 2019-02-20 16:20:49 +0300
  • f10ef8fd70
    Merge pull request #167 from AlexPl292/VIM-1570 Alex Plate 2019-02-20 16:14:17 +0300
  • cdff9e28a1
    Support some increment and decrement commands Alex Plate 2018-12-31 15:14:52 +0300
  • ca2924510a
    Convert HistoryHandler to kotlin Alex Plate 2019-02-19 20:34:08 +0300
  • 42cbbbfc3a
    Convert GotoLineHandler to kotlin Alex Plate 2019-02-19 20:03:31 +0300
  • d8d1daca67
    Convert GotoCharacterHandler to kotlin Alex Plate 2019-02-19 20:01:47 +0300
  • 1aa021b157
    Convert FindSymbolHandler to kotlin Alex Plate 2019-02-19 19:59:29 +0300
  • 5e99c45fa1
    Convert FindFileHandler to kotlin Alex Plate 2019-02-19 19:58:18 +0300
  • 687a601772
    Add Tony Arra to contributor list Alex Plate 2019-02-19 19:56:18 +0300
  • 4bc2880505
    Convert FindClassHandler to kotlin Alex Plate 2019-02-19 19:14:59 +0300
  • 0f474d7f3e
    Convert EditFileHandler to kotlin Alex Plate 2019-02-19 19:13:03 +0300
  • fe5342d63c
    Convert DumpHandler to kotlin Alex Plate 2019-02-19 19:10:16 +0300
  • 2f9de59b79
    Convert DeleteHandler to kotlin Alex Plate 2019-02-19 19:06:01 +0300
  • 18d18118a0
    Convert CopyHandler to kotlin Alex Plate 2019-02-19 19:02:56 +0300
  • b074b5ac70
    Use coerce function for rawCount Alex Plate 2019-02-19 16:54:13 +0300
  • a38231fb1b
    Merge pull request #172 from TonyArra/VIM-1569 Alex Plate 2019-02-19 19:45:54 +0300
  • 740abc1e70
    Use enum for storing command flags Alex Plate 2019-02-19 16:43:23 +0300
  • 2761dfb06f
    Convert CmdFilterHandler to kotlin Alex Plate 2019-02-19 12:07:46 +0300
  • 93ce46bb7c
    Convert AsciiHandler to kotlin Alex Plate 2019-02-19 11:57:25 +0300
  • 7e23fca598
    New style of command definition Alex Plate 2019-02-18 21:32:23 +0300
  • 472e14f339
    Add dos65 to contributor list Alex Plate 2019-02-18 19:54:10 +0300
  • 0c2631622e
    Merge pull request #88 from dos65/keypad_arrows Alex Plate 2019-02-18 19:50:22 +0300
  • 2285034a62
    Convert ActionListHandler to kotlin Alex Plate 2019-02-15 21:02:25 +0300
  • 49e28839f7
    Convert ActionHandler to kotlin Alex Plate 2019-02-15 19:40:43 +0300
  • b2533565ad
    Convert WriteQuiteHandler to kotlin Alex Plate 2019-02-15 19:27:07 +0300
  • a96a1730a1
    Convert WritePreviousHandler to kotlin Alex Plate 2019-02-15 19:25:35 +0300
  • d027d7e099
    Convert WriteNextHandler to kotlin Alex Plate 2019-02-15 19:23:56 +0300
  • cf5a5564ca
    Convert WriteHandler to kotlin Alex Plate 2019-02-15 19:22:34 +0300
  • e183067257
    Convert WriteAllHandler to kotlin Alex Plate 2019-02-15 19:21:10 +0300