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

Commit Graph

  • e8501a658b
    Merge branch 'master' into bug/search-highlights Matt Ellis 2019-09-02 12:31:28 +0100
  • 3fb4830456
    Create file that describes manual tests for IdeaVim project Alex Plate 2019-08-26 17:02:47 +0300
  • 39982b507a
    [VIM-1685] Correct shape of caret in case of zero-width selection Alex Plate 2019-08-26 16:52:01 +0300
  • 4bd4f3ac68
    Update changes Alex Plate 2019-08-26 12:37:41 +0300
  • 8533ef7739
    Fix wrong CHANGEs log Alex Plate 2019-08-26 12:35:57 +0300
  • bd6d61c8c7
    Merge pull request #201 from jorgengranseth/support-surround-function-name Alex Plate 2019-08-26 12:32:09 +0300
  • 7045ffbdb8
    Fix global marks removing Alex Plate 2019-08-26 12:27:23 +0300
  • 9e47f4a7c3
    Add Jørgen Granseth to contributors list Alex Plate 2019-08-26 12:15:46 +0300
  • c886e49682
    Add comment for different types of marks Alex Plate 2019-08-26 12:13:35 +0300
  • 8fdec8e816
    Merge pull request #202 from jorgengranseth/implement-delmarks-command Alex Plate 2019-08-26 12:12:24 +0300
  • 131387d0ff
    Add comment about changes that should be performed on version update Alex Plate 2019-08-23 16:57:20 +0300
  • f4a2b83afc
    Update CHANGES Alex Plate 2019-08-23 16:54:10 +0300
  • 1c02ad6b4c
    Merge pull request #204 from citizenmatt/feature/line-numbers Alex Plate 2019-08-23 16:12:55 +0300
  • d93890ddcb
    Merge pull request #205 from citizenmatt/bug/ex-caret Alex Plate 2019-08-23 15:14:27 +0300
  • ca530159bb
    Merge pull request #206 from sumoooru2/master Alex Plate 2019-08-23 15:08:42 +0300
  • b76b747235
    Update AUTHORS.md Alex Plate 2019-08-20 17:00:11 +0300
  • 67896b7d3a Fix jump between files with moveCaretToJump sumoooru2 2019-08-22 16:26:26 +0900
  • 3b598a6f45
    Merge pull request #1 from JetBrains/master sumoooru2 2019-08-22 15:16:52 +0900
  • 62466123ff
    Change URLs to https Alex Plate 2019-08-20 13:10:19 +0300
  • 14163a0791
    [VIM-1766] Fix ex caret rendering on Linux Matt Ellis 2019-08-13 20:22:55 +0100
  • 52a8a175a6 Move constants for :delmarks to MarkGroup Jørgen Granseth 2019-08-12 20:18:45 +0200
  • 0a83b0826a
    Use line number converter for relative line numbers Matt Ellis 2019-08-10 14:26:16 +0100
  • d854cd7024
    Improve relative line numbers and VCS annotations Matt Ellis 2019-08-09 16:11:52 +0100
  • 7ac8d7a43a
    Fix moving caret while confirming replace Matt Ellis 2019-08-08 12:13:38 +0100
  • b012618968
    Add readonly marker Alex Plate 2019-08-02 12:12:10 +0300
  • fba59ff347
    [EA-134791] Fix yank in motion Alex Plate 2019-08-02 11:47:12 +0300
  • 60caac5139
    Update CHANGES.md 0.53 Alex Plate 2019-08-07 14:13:01 +0300
  • 27d2742386
    Fix bug with search updates getting stuck off Matt Ellis 2019-08-07 09:42:45 +0100
  • 5ef25cfa6f
    Keep scroll location when adding incsearch offset Matt Ellis 2019-08-06 23:24:39 +0100
  • 17e3dfe2bb
    [VIM-1757] Improve handling of search offsets Matt Ellis 2019-08-06 22:32:47 +0100
  • 307e438a1e
    [EA-128752] Fix NPE on isPrimaryEditor Alex Plate 2019-08-06 15:38:33 +0300
  • 89489f7c7f
    [EA-144484] Fix NPE on panel activation Alex Plate 2019-08-06 15:15:31 +0300
  • 923a4706a0
    [EA-137898] Fix file is invalid exception Alex Plate 2019-08-06 14:23:03 +0300
  • 2594c7179e
    [EA-138502] Control-flow exceptions (like ProcessCanceledException) should never be logged Alex Plate 2019-08-06 14:21:33 +0300
  • a334ff33cd
    [VIM-1717] Reset scroll position correctly if no incsearch match Matt Ellis 2019-08-06 00:24:02 +0100
  • 0e2289caa6
    [EA-129083] Fix OOBE for # action Alex Plate 2019-08-05 20:36:17 +0300
  • be26968237
    [EA-138309] Fix possible exception Alex Plate 2019-08-05 20:20:44 +0300
  • b0c1ecfdc5 Add access flag Jørgen Granseth 2019-08-05 19:09:59 +0200
  • b4d5dcbf57 Reformat code Alex Plate 2019-08-05 15:57:26 +0300
  • 3161ba8983 Implement Ex command :delm[arks] Jørgen Granseth 2019-07-31 21:32:57 +0200
  • 022f1ededc
    Fix caret shape after enabling of plugin Alex Plate 2019-08-05 19:50:32 +0300
  • 70a19dd95d
    Fix positioning on the end line in insert mode Alex Plate 2019-08-05 19:19:46 +0300
  • 00b3f5b9f5
    Update CHANGES.md Alex Plate 2019-08-05 13:59:49 +0300
  • 8b0bb413d8
    Merge pull request #198 from citizenmatt/bug/ex-dead-keys Alex Plate 2019-08-05 13:14:14 +0300
  • bd5e7d94fe
    Fix tests Matt Ellis 2019-08-02 21:21:32 +0100
  • d43b2364a0
    Reset ex entry panel when emulation is disabled Matt Ellis 2019-08-02 16:49:00 +0100
  • 610e73d9e3
    Merge branch 'master' into bug/ex-dead-keys Matt Ellis 2019-08-02 13:55:31 +0100
  • 6f2a454d46
    [EA-141098] Fix exception during surround Alex Plate 2019-08-02 15:30:45 +0300
  • 4edce29d53
    [EA-209287] Fix exception on file close Alex Plate 2019-08-02 15:25:40 +0300
  • ed2b8dd129
    Fix ex search for japanese language Alex Plate 2019-08-02 14:03:30 +0300
  • 42cdb36a51
    Update CHANGES.md Alex Plate 2019-08-01 18:48:47 +0300
  • 159c22ac21
    [EA-117268 2352322] Fix OOBE for check in string function Alex Plate 2019-08-01 18:22:12 +0300
  • 75b6833245
    [EA-117268 2386601] Fix OOBE for sentence detection Alex Plate 2019-08-01 18:15:45 +0300
  • b567717c75
    [EA-117268 2394021] Fix OOBE for isEmptyLine function Alex Plate 2019-08-01 18:11:56 +0300
  • b2af829e2e
    [EA-117268 5135780] Fix OOBE for display ascii info Alex Plate 2019-08-01 17:55:42 +0300
  • 6e81714937
    [EA-117268 5154892] Fix OOBE for motion outer word Alex Plate 2019-08-01 17:53:24 +0300
  • cb9474d8d0
    [EA-117268 5159449] Fix exception for inser character around cursor Alex Plate 2019-08-01 17:48:39 +0300
  • be47e4c050
    [EA-117268 5165327] Fix a' for last caret position Alex Plate 2019-08-01 17:45:18 +0300
  • c301898147
    [EA-117268 5167045] Fix das for empty file Alex Plate 2019-08-01 17:35:51 +0300
  • 8324561022
    Remove code comments Alex Plate 2019-08-01 17:17:06 +0300
  • 834d630ef7
    [EA-117268] Fix exception with w action Alex Plate 2019-08-01 17:09:43 +0300
  • c6259adad1
    [VIM-1743] Do not show ideaput notification during surround Alex Plate 2019-08-01 16:03:11 +0300
  • 9d1be34958
    [VIM-1648] Make S&R self synchronized Alex Plate 2019-08-01 13:17:24 +0300
  • ce4e64ec40
    Create annotations to annotate whenever a function require write/read lock Alex Plate 2019-07-31 20:50:31 +0300
  • 92125b49f0 Emphasize surround cursor movement in tests Jørgen Granseth 2019-07-31 20:06:26 +0200
  • b017466270
    Clean up searchAndReplace method Alex Plate 2019-07-31 20:35:10 +0300
  • 568d2304ea
    Ex commands should define write/read access explicitly Alex Plate 2019-07-31 20:15:09 +0300
  • 5dc1b245d0
    Get rid of OTHER_READ_WRITE flag because technically it's right action Alex Plate 2019-07-31 16:56:57 +0300
  • 978d95b351
    Clean up ex command processing Alex Plate 2019-07-31 16:47:19 +0300
  • 90079c9dfe
    Remove legacy DONT_REOPEN flag Alex Plate 2019-07-31 16:26:48 +0300
  • 57dec7e211
    Fix mouse click appearance Alex Plate 2019-07-30 19:32:54 +0300
  • fa75c853a7
    Update mouse pressed caret rules Alex Plate 2019-07-30 18:53:03 +0300
  • 0887a57e29
    [VIM-1725] Enable selection adjustment with a small delay Alex Plate 2019-07-30 17:52:34 +0300
  • 18901dcd44
    [EA-104755] Fix "Editor is disposed" exception with CTRL-O command Alex Plate 2019-07-29 20:11:20 +0300
  • a6e0fbd5e6 Add the s surround action (preceding space) Jørgen Granseth 2019-07-27 02:12:52 +0200
  • c07d0353f0 Support f and F surround commands (function name) Jørgen Granseth 2019-07-26 21:39:36 +0200
  • caecbe5b63
    Reformat isEndAllowed method Alex Plate 2019-07-26 20:24:54 +0300
  • 077cab656b
    [EA-209305] Fix SO exception on enabling disabled plugin Alex Plate 2019-07-26 19:57:09 +0300
  • 95d7a7e860
    Insert some inferred annotations Alex Plate 2019-07-26 16:10:30 +0300
  • 77a77c34b8
    Fix possible NPE Alex Plate 2019-07-26 16:09:25 +0300
  • fa78cc2a9f
    Add Naveen Kumar Molleti to contributors list Alex Plate 2019-07-26 16:03:00 +0300
  • 03f18af66f
    Temporaly get back ideajoin-examples because of help link in release Alex Plate 2019-07-26 16:01:12 +0300
  • 4e21145808
    Merge pull request #200 from NOLFXceptMe/master Alex Plate 2019-07-26 15:59:39 +0300
  • 258557ee5d
    [VIM-1713] Add possibility to get ExEntryPanel without shortcuts Alex Plate 2019-07-26 15:27:30 +0300
  • 88ad420716
    Update kotlin version Alex Plate 2019-07-26 12:04:08 +0300
  • 4828e40f0d Fix ideajoin examples URL Naveen Kumar Molleti 2019-07-25 17:35:29 -0700
  • 5be29f5a07
    Convert ExKeyBindings to kotlin Alex Plate 2019-07-25 18:29:31 +0300
  • 48ac99a29b
    WIP: Renaming file 'ExKeyBindings' with Kotlin extension Alex Plate 2019-07-25 17:20:59 +0300
  • 2c4f2139dd
    Fix warnings Alex Plate 2019-07-25 13:52:07 +0300
  • 47236c1e6c
    Convert VimSurroundExtenstionTest to kotlin Alex Plate 2019-07-25 13:28:00 +0300
  • 5d8996dc38
    WIP: Renaming file 'VimSurroundExtensionTest' with Kotlin extension Alex Plate 2019-07-25 13:24:00 +0300
  • 9feff84125
    [VIM-1710] Fix opening empty file with "relative number" enabled Alex Plate 2019-07-24 16:34:12 +0300
  • c0fc62a1d6
    [VIM-1712] Fix Y command for visual mode Alex Plate 2019-07-24 15:56:19 +0300
  • 6b06d58759
    [VIM-1711] Search is not triggered during surround action Alex Plate 2019-07-24 15:07:52 +0300
  • d06f2a2d18
    Move ideajoin examples to wiki Alex Plate 2019-07-24 12:20:23 +0300
  • 7c5dca202e
    Preparation to 0.52 version 0.52 Alex Plate 2019-07-23 14:18:31 +0300
  • 055e006c27
    Github doesn't recognize jetbrains:// url Alex Plate 2019-07-22 16:22:05 +0300
  • 2f11451f9d
    Update EAP section for README Alex Plate 2019-07-22 14:51:38 +0300
  • 5b8d5ca72a
    Add test for template notification Alex Plate 2019-07-18 17:39:02 +0300
  • 40cd8b65d7
    Revert "Update deprecated method" Alex Plate 2019-07-18 17:25:14 +0300