1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-22 01:15:48 +02:00

Commit Graph

  • 637ae21089 [VIM-2255] Missing reload icon in .ideavimrc on Windows chylex 2021-10-24 14:56:08 +0200
  • 6febc4d2fc Bump github-api from 1.133 to 1.135 dependabot[bot] 2021-10-27 15:02:49 +0000
  • 8253db1486 Bump org.jetbrains.intellij from 1.2.0 to 1.2.1 dependabot[bot] 2021-10-27 15:02:55 +0000
  • 8fe1b0891b Fix ! command lippfi 2021-10-27 13:42:46 +0300
  • ff1d7f7f1c
    Add information about vim script into the README.md Alex Plate 2021-10-27 11:42:11 +0300
  • c437a18288
    Prepare for 1.8.0 release Alex Plate 2021-10-27 10:26:13 +0300
  • 0992c39132
    Change changelog ordering Alex Plate 2021-10-27 10:08:58 +0300
  • 610f978c44 Update changelog lippfi 2021-10-26 20:21:34 +0300
  • 84ea9266c2 Commands do not require space before argument anymore lippfi 2021-10-26 16:24:03 +0300
  • 54abaebe17 Deleted rangesCount from Ranges.kt lippfi 2021-10-26 15:11:18 +0300
  • a16c860ba8 Better marks support in commands lippfi 2021-10-26 15:06:03 +0300
  • b1b7e3439f Underscores in substitute command lippfi 2021-10-26 12:48:49 +0300
  • 1df75fe25c
    Fix selection with vim exchange Alex Plate 2021-10-26 11:13:54 +0300
  • 4d0e0b8ef8
    Fix VCS tagging after EAP release Alex Plate 2021-10-26 10:20:09 +0300
  • 36002def70
    Add Petar Guglev to contributors list Alex Plate 2021-10-25 11:09:56 +0300
  • 8247ac54a1 Update README.md link Petar Guglev 2021-10-21 11:02:25 +0300
  • f4fe80b28a Bump org.jetbrains.changelog from 1.3.0 to 1.3.1 dependabot[bot] 2021-10-20 15:02:44 +0000
  • 9e052d6e3a Update roadmap lippfi 2021-10-20 13:22:45 +0300
  • 0da18b81b6 Variable locking lippfi 2021-10-20 13:22:08 +0300
  • fc81c6329b Better ambiguous parsing with . Added originalString field to Expression lippfi 2021-10-20 11:53:33 +0300
  • 3d92b989ce
    Disable disposed check in order to find the stack trace of disposed project Alex Plate 2021-10-19 22:50:56 +0300
  • b942e8a950
    Do not use Disposer.isDiposed Alex Plate 2021-10-19 19:11:44 +0300
  • 29131b4644 Fixed operator precedence lippfi 2021-10-19 20:52:23 +0300
  • b897b118ca Added scope to for loop variable lippfi 2021-10-19 17:43:00 +0300
  • 145af2b6ee Refactoring lippfi 2021-10-19 17:40:57 +0300
  • 09a38a854c Comments are back lippfi 2021-10-19 17:28:14 +0300
  • 995779a294 Better let command (list and dictionaries are passed by reference) lippfi 2021-10-19 13:41:25 +0300
  • 67f38fc646 Fixed parents for Executable lippfi 2021-10-18 17:45:13 +0300
  • 316f1fa925 added deepcopy() method to VimDataType lippfi 2021-10-18 15:48:26 +0300
  • 21f5ad6c0a
    Lock selection suppressor only on selection starting Alex Plate 2021-10-19 09:51:53 +0300
  • 6e6e52f316
    Remove deprecated modifications Alex Plate 2021-10-18 09:55:32 +0300
  • 71c19b3ef2 Added nerdtree abbrev to NERDTree option (https://github.com/JetBrains/ideavim/discussions/378) lippfi 2021-10-15 14:18:43 +0300
  • 0befc6385d Added more constructors to SimpleExpression class lippfi 2021-10-15 12:18:50 +0300
  • 22371b4b07 Merge remote-tracking branch 'origin/master' lippfi 2021-10-15 12:03:49 +0300
  • 913d711b80 Curly braces names lippfi 2021-10-15 12:03:30 +0300
  • d17d12c805 Removed Variable class from plugins lippfi 2021-10-15 11:57:45 +0300
  • 4d64109e2c Scope as function argument lippfi 2021-10-14 12:08:33 +0300
  • d66d807cff
    Reset skip events on click Alex Plate 2021-10-14 11:39:10 +0300
  • e7a68f06b3 Override toString() method for Scope class lippfi 2021-10-14 10:46:34 +0300
  • fd49e86e17 Finish statement lippfi 2021-10-14 08:56:10 +0300
  • 337621ca4a For loops with list lippfi 2021-10-14 07:48:19 +0300
  • 0e38a4e4f0 Formatting lippfi 2021-10-14 07:47:49 +0300
  • c19a160c9c
    Update notifications Alex Plate 2021-10-13 11:37:02 +0300
  • c390e06e63
    Use Path Alex Plate 2021-10-13 11:31:07 +0300
  • 00d6a948d0
    Update extension point listener Alex Plate 2021-10-13 11:12:47 +0300
  • 6f1c2a1a81
    Convert lookup listener to TOPIC subscription Alex Plate 2021-10-13 11:02:34 +0300
  • 47ba907eb7
    Update changenotes Alex Plate 2021-10-12 16:41:25 +0300
  • a14252493f
    Use java v11 Alex Plate 2021-10-12 15:41:37 +0300
  • 328c4288c2
    Fix since version in plugin.xml Alex Plate 2021-10-12 15:40:22 +0300
  • b7c11ff852
    Update minimal IJ version to 203+ Alex Plate 2021-10-12 15:26:35 +0300
  • add1d6225d
    [TC] Move 202 to old tests Alex Plate 2021-10-12 15:14:41 +0300
  • 182424ba05
    And more tests compatibility changes Alex Plate 2021-10-12 14:58:40 +0300
  • bf86cd2a51
    Keep compatibility in tests Alex Plate 2021-10-12 14:34:29 +0300
  • 2085e9cafd
    Make IJ compatible with older versions of ij (212<) Alex Plate 2021-10-12 13:25:50 +0300
  • fb51236ae2
    Add 2021.2 tests Alex Plate 2021-10-12 13:24:59 +0300
  • 9509b5825c Fix icon lippfi 2021-10-11 17:35:52 +0300
  • b8a8acdad7 Update roadmap lippfi 2021-10-11 01:37:30 +0300
  • 898e5f8bda Standard project layout lippfi 2021-10-11 01:29:18 +0300
  • 30a39497aa Update changelist lippfi 2021-10-11 00:06:20 +0300
  • 852a220076 Update list of vimscript functions lippfi 2021-10-11 00:06:02 +0300
  • a34d56b7df Fixed default values in functions lippfi 2021-10-11 00:05:09 +0300
  • 13feaa7581 IdeaVim ignore comment's great return lippfi 2021-10-10 22:13:23 +0300
  • 14df9ea705 Fix matches operator lippfi 2021-10-10 21:48:34 +0300
  • 6bd2bb884a Faster parsing lippfi 2021-10-10 19:16:01 +0300
  • 89cdaa611a VIM-2425 ExecuteCommand is a data class lippfi 2021-10-10 03:10:38 +0300
  • cc476a26b4 has() function lippfi 2021-10-08 19:13:49 +0300
  • 14d132638d ideaVim ignore comment no longer exists lippfi 2021-10-08 04:18:22 +0300
  • 9e62636059 Optional function arguments lippfi 2021-10-08 04:13:24 +0300
  • a3b2b4920a Comments are skipped during parsing lippfi 2021-10-08 00:05:54 +0300
  • e7f128ee59 Anonymous functions lippfi 2021-10-08 00:04:54 +0300
  • e1069c265e Fixed literal dictionary key pattern lippfi 2021-10-08 00:03:05 +0300
  • e0b356c12d Dictionary functions lippfi 2021-10-08 00:02:36 +0300
  • 769d900383 Formatting lippfi 2021-10-07 23:54:31 +0300
  • 8d99100601 Redundant arguments in lambda functions are ignored lippfi 2021-10-07 21:50:30 +0300
  • 0c1c8080a6
    Update actions docs Alex Plate 2021-10-07 22:14:08 +0300
  • 1742541b03
    Add note about version update Alex Plate 2021-10-07 22:03:49 +0300
  • d66e6967ee
    Add Martin Yzeiri to contributors list Alex Plate 2021-10-07 10:27:32 +0300
  • 559879301d
    Add traces to suppressor locks and unlocks Alex Plate 2021-10-07 10:01:21 +0300
  • c524c92062 Emulate matchit.vim Martin Yzeiri 2021-06-07 21:58:23 -0400
  • b329329333
    Add settings for testing on latest eap Alex Plate 2021-10-06 12:07:19 +0300
  • 5df8ef98a1
    Add more logging for selection change Alex Plate 2021-10-06 10:54:55 +0300
  • 55154b2996
    Update changelog Alex Plate 2021-10-06 09:29:54 +0300
  • 89aa6aecff Added self property to FunctionDeclarations lippfi 2021-10-05 13:19:15 +0300
  • 970456e6b0 Added evaluateWithRange method to funcrefCalls lippfi 2021-10-05 13:16:12 +0300
  • 97effae8dc Bump org.jetbrains.changelog from 1.2.0 to 1.3.0 dependabot[bot] 2021-09-30 12:26:42 +0000
  • f26755045d Bump annotations from 21.0.1 to 22.0.0 dependabot[bot] 2021-08-18 15:02:30 +0000
  • 067af8356c
    Merge pull request #337 from citizenmatt/feature/guicursor Alex Pláte 2021-10-05 09:28:26 +0300
  • ee743674c2
    Merge branch 'master' into feature/guicursor Alex Plate 2021-10-05 09:27:32 +0300
  • 362f8a3c99
    Update gradle version Alex Plate 2021-10-05 09:22:40 +0300
  • 9f0ecd7f73 Better function calls and call command lippfi 2021-10-05 03:24:16 +0300
  • d01f582646 Dictionary function call lippfi 2021-10-05 02:51:24 +0300
  • cdc8f159f5 Read-only variables lippfi 2021-10-04 21:33:16 +0300
  • b481b6e1b5 Updated VIMSCRIPT_ROADMAP.md lippfi 2021-10-04 12:06:18 +0300
  • 505aeff544 VIM-2417 fix bars in substitute command lippfi 2021-10-01 20:11:24 +0300
  • dbf0444110 funcref() function lippfi 2021-10-01 19:13:54 +0300
  • 07d753f413 function() function lippfi 2021-10-01 17:16:37 +0300
  • f516e89a5f Better VimFuncref lippfi 2021-10-01 17:16:09 +0300
  • 5f15bca561 Add name and scope fields to FunctionHandler lippfi 2021-10-01 17:14:06 +0300
  • d98acd8c39 Moved tests lippfi 2021-10-01 17:11:25 +0300
  • 97502a5bd5 Function as method call lippfi 2021-10-01 03:21:34 +0300