7885 Commits
Author SHA1 Message Date
lippfi e7a68f06b3 Override toString() method for Scope class 2021-10-14 10:46:34 +03:00
lippfi fd49e86e17 Finish statement 2021-10-14 08:56:10 +03:00
lippfi 337621ca4a For loops with list 2021-10-14 08:54:52 +03:00
lippfi 0e38a4e4f0 Formatting 2021-10-14 07:47:49 +03:00
Alex Plate c19a160c9c Update notifications 2021-10-13 11:37:02 +03:00
Alex Plate c390e06e63 Use Path 2021-10-13 11:31:07 +03:00
Alex Plate 00d6a948d0 Update extension point listener 2021-10-13 11:12:47 +03:00
Alex Plate 6f1c2a1a81 Convert lookup listener to TOPIC subscription 2021-10-13 11:02:34 +03:00
Alex Plate 47ba907eb7 Update changenotes 2021-10-12 16:41:25 +03:00
Alex Plate a14252493f Use java v11 2021-10-12 15:41:37 +03:00
Alex Plate 328c4288c2 Fix since version in plugin.xml 2021-10-12 15:40:22 +03:00
Alex Plate b7c11ff852 Update minimal IJ version to 203+ 2021-10-12 15:26:35 +03:00
Alex Plate add1d6225d [TC] Move 202 to old tests 2021-10-12 15:14:41 +03:00
Alex Plate 182424ba05 And more tests compatibility changes 2021-10-12 14:58:40 +03:00
Alex Plate bf86cd2a51 Keep compatibility in tests 2021-10-12 14:34:29 +03:00
Alex Plate 2085e9cafd Make IJ compatible with older versions of ij (212<) 2021-10-12 13:26:22 +03:00
Alex Plate fb51236ae2 Add 2021.2 tests 2021-10-12 13:25:58 +03:00
lippfi 9509b5825c Fix icon 2021-10-11 17:35:52 +03:00
lippfi b8a8acdad7 Update roadmap 2021-10-11 01:37:30 +03:00
lippfi 898e5f8bda Standard project layout 2021-10-11 01:29:18 +03:00
lippfi 30a39497aa Update changelist 2021-10-11 00:06:20 +03:00
lippfi 852a220076 Update list of vimscript functions 2021-10-11 00:06:02 +03:00
lippfi a34d56b7df Fixed default values in functions 2021-10-11 00:05:09 +03:00
lippfi 13feaa7581 IdeaVim ignore comment's great return 2021-10-10 22:13:23 +03:00
lippfi 14df9ea705 Fix matches operator 2021-10-10 21:48:34 +03:00
lippfi 6bd2bb884a Faster parsing 2021-10-10 19:16:01 +03:00
lippfi 89cdaa611a VIM-2425 ExecuteCommand is a data class 2021-10-10 03:10:38 +03:00
lippfi cc476a26b4 has() function 2021-10-08 19:13:49 +03:00
lippfi 14d132638d ideaVim ignore comment no longer exists 2021-10-08 04:18:22 +03:00
lippfi 9e62636059 Optional function arguments 2021-10-08 04:13:24 +03:00
lippfi a3b2b4920a Comments are skipped during parsing 2021-10-08 00:05:54 +03:00
lippfi e7f128ee59 Anonymous functions 2021-10-08 00:04:54 +03:00
lippfi e1069c265e Fixed literal dictionary key pattern 2021-10-08 00:03:05 +03:00
lippfi e0b356c12d Dictionary functions 2021-10-08 00:02:36 +03:00
lippfi 769d900383 Formatting 2021-10-07 23:54:31 +03:00
lippfi 8d99100601 Redundant arguments in lambda functions are ignored 2021-10-07 23:44:15 +03:00
Alex Plate 0c1c8080a6 Update actions docs 2021-10-07 22:18:01 +03:00
Alex Plate 1742541b03 Add note about version update 2021-10-07 22:03:49 +03:00
Alex Plate d66e6967ee Add Martin Yzeiri to contributors list 2021-10-07 10:27:32 +03:00
Alex Plate 559879301d Add traces to suppressor locks and unlocks 2021-10-07 10:21:30 +03:00
Martin YzeiriandAlex Pláte c524c92062 Emulate matchit.vim 2021-10-07 10:21:19 +03:00
Alex Plate b329329333 Add settings for testing on latest eap 2021-10-06 12:07:19 +03:00
Alex Plate 5df8ef98a1 Add more logging for selection change 2021-10-06 10:54:55 +03:00
Alex Plate 55154b2996 Update changelog 2021-10-06 09:29:54 +03:00
lippfi 89aa6aecff Added self property to FunctionDeclarations 2021-10-05 13:25:18 +03:00
lippfi 970456e6b0 Added evaluateWithRange method to funcrefCalls 2021-10-05 13:25:18 +03:00
dependabot[bot]andAlex Pláte 97effae8dc Bump org.jetbrains.changelog from 1.2.0 to 1.3.0
Bumps org.jetbrains.changelog from 1.2.0 to 1.3.0.

---
updated-dependencies:
- dependency-name: org.jetbrains.changelog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-05 09:29:43 +03:00
dependabot[bot]andAlex Pláte f26755045d Bump annotations from 21.0.1 to 22.0.0
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 21.0.1 to 22.0.0.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/java-annotations/compare/21.0.1...22.0.0)

---
updated-dependencies:
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-05 09:29:34 +03:00
Alex PláteandGitHub 067af8356c Merge pull request #337 from citizenmatt/feature/guicursor
guicursor!
2021-10-05 09:28:26 +03:00
Alex Plate ee743674c2 Merge branch 'master' into feature/guicursor
# Conflicts:
#	src/com/maddyhome/idea/vim/helper/MessageHelper.kt
#	src/com/maddyhome/idea/vim/option/OptionsManager.kt
2021-10-05 09:27:32 +03:00