1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-11-05 04:22:18 +01:00

Commit Graph

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