1
0
Fork 0
Commit Graph

5269 Commits

Author SHA1 Message Date
Alex Plate 987cba6072
Change implementation of configurable for lazy loading 2022-04-25 09:45:24 +03:00
Alex Plate 770e6371df
Rename .java to .kt 2022-04-25 09:45:24 +03:00
Alex Plate 30e660cf19
Update changelog 2022-04-25 09:45:24 +03:00
Alex Plate 8ccf0b5364
Update changelog 2022-04-25 09:45:23 +03:00
filipp 3ef86186eb Fix parsing strings with `\r` in the end 2022-04-25 00:30:56 +06:00
filipp b8b3669b04 Fix antlr4 and antlr4-runtime dependency version conflict 2022-04-24 19:33:21 +06:00
Alex Plate ac41890759 Update formatting 2022-04-24 00:15:29 +00:00
dependabot[bot] cf85e0f25e Bump github-api from 1.303 to 1.305
Bumps [github-api](https://github.com/hub4j/github-api) from 1.303 to 1.305.
- [Release notes](https://github.com/hub4j/github-api/releases)
- [Changelog](https://github.com/hub4j/github-api/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hub4j/github-api/compare/github-api-1.303...github-api-1.305)

---
updated-dependencies:
- dependency-name: org.kohsuke:github-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21 10:45:24 +03:00
dependabot[bot] a4b52be833 Bump antlr4-runtime from 4.9.3 to 4.10.1
Bumps [antlr4-runtime](https://github.com/antlr/antlr4) from 4.9.3 to 4.10.1.
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt)
- [Commits](https://github.com/antlr/antlr4/compare/4.9.3...4.10.1)

---
updated-dependencies:
- dependency-name: org.antlr:antlr4-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21 10:45:13 +03:00
dependabot[bot] 4cb8f27ca5 Bump org.jetbrains.intellij from 1.5.2 to 1.5.3
Bumps org.jetbrains.intellij from 1.5.2 to 1.5.3.

---
updated-dependencies:
- dependency-name: org.jetbrains.intellij
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21 10:44:59 +03:00
Matt Ellis 9a06ee97c4 Refactor CaretVisualAttributesHelper 2022-04-21 10:36:15 +03:00
Matt Ellis d7dfc6dc05 Remove pre-212 caret attribute helpers 2022-04-21 10:36:15 +03:00
Alex Pláte 5a6de3afaa
Merge pull request #493 from citizenmatt/feature/commentary
Improvements to Commentary extension
2022-04-21 10:28:30 +03:00
Matt Ellis cd242511a8
Fallback to line comment if block is unavailable
Fixes VIM-2381
2022-04-20 12:37:11 +01:00
Matt Ellis 745ae6caa4
Migrate Commentary tests to VimTestCase 2022-04-20 12:23:17 +01:00
Matt Ellis acc7d0954d
Maintain old mappings for compatibility 2022-04-20 00:16:22 +01:00
Alex Plate 330d64c7cb
Move mark package to vim-engine 2022-04-19 18:43:33 +03:00
Alex Plate 673e43dd77
Move scroll package to vim-engine 2022-04-19 10:20:15 +03:00
Alex Plate c2c5c60899
Move select package to vim-engine 2022-04-19 09:56:38 +03:00
Matt Ellis 7d5176829b
Merge branch 'master' into feature/commentary 2022-04-18 17:12:02 +01:00
Matt Ellis fd0dc0d445
Remove unnecessary setting of sub mode 2022-04-15 13:36:44 +01:00
Matt Ellis be11317667
Use comment actions instead of low level handlers 2022-04-13 10:53:25 +01:00
Matt Ellis 22fce51640
Fix Exchange tests after operator changes
OperatorAction no longer normalises linewise ranges, but Exchange doesn't need this
2022-04-12 23:47:46 +01:00
Matt Ellis 4223da47d6
Refactor and simplify Commentary objects
Also introduces Visual support for the `g@` operator action
2022-04-12 22:05:48 +01:00
Matt Ellis 64100fea59
Add Commentary command 2022-04-12 16:53:21 +01:00
Matt Ellis 2244c65233
Reposition caret after commenting 2022-04-12 16:26:28 +01:00
Matt Ellis e08bffd7ba
Add gcu mapping 2022-04-12 15:33:24 +01:00
Matt Ellis 0d5aa52af2
Add gc text object
Fixes VIM-2589
2022-04-12 15:33:23 +01:00
filipp e617fc4c34 Move some classes from vimscript package to engine 2022-04-10 15:57:46 +06:00
Alex Plate c34a7f123d Update formatting 2022-04-10 00:15:21 +00:00
Matt Ellis cc029fc98e
Implement gcc as gc_ motion
gcc now respects count

Fixes VIM-1687
2022-04-08 16:50:10 +01:00
Matt Ellis feae15c48c
Use same mapping as Commentary plugin 2022-04-08 16:47:54 +01:00
Matt Ellis 07485727c4
Use Kotlin helper functions 2022-04-08 16:46:08 +01:00
Matt Ellis 8b0ad7680b
Rearrange code 2022-04-08 16:44:04 +01:00
Matt Ellis 43d70cd467
Convert to Kotlin 2022-04-08 16:35:03 +01:00
Matt Ellis d73b605ef0
Rename Java to Kotlin 2022-04-08 16:32:59 +01:00
aleksei.plate 5afd4df69a TeamCity change in 'IntelliJ IDEA plugins / IdeaVim' project: 'Tests with nvim' build configuration settings were updated 2022-04-08 07:08:06 +00:00
aleksei.plate 323c611f87 TeamCity change in 'IntelliJ IDEA plugins / IdeaVim' project: 'Qodana checks' build configuration settings were updated 2022-04-08 07:07:47 +00:00
aleksei.plate 0dd0a4976b TeamCity change in 'IntelliJ IDEA plugins / IdeaVim' project: 'Plugin verification' build configuration settings were updated 2022-04-08 06:58:58 +00:00
Alex Plate 48820d4dff
Fix compilation 2022-04-08 09:54:52 +03:00
Alex Plate 2fbab395f1
Fix incorrect code 2022-04-08 09:54:43 +03:00
filipp a9fd32f64e Move some actions from change.insert 2022-04-07 23:49:18 +06:00
filipp da7a2226d4 Move actions from change.shift 2022-04-07 23:49:18 +06:00
filipp 44b37339dc Moved actions from change.delete 2022-04-07 23:49:18 +06:00
Alex Plate db1ec29470
Update plugin verifier version 2022-04-07 15:44:23 +03:00
filipp 713c3f0a3c Moved some actions from change.change package 2022-04-07 17:50:10 +06:00
Alex Plate c6c2bc5e74
Update changelog 2022-04-07 12:03:25 +03:00
Alex Plate c8352158b8
Add a note about the refactoring 2022-04-07 12:03:24 +03:00
dependabot[bot] 8927c0acfa Bump github-api from 1.301 to 1.303
Bumps [github-api](https://github.com/hub4j/github-api) from 1.301 to 1.303.
- [Release notes](https://github.com/hub4j/github-api/releases)
- [Changelog](https://github.com/hub4j/github-api/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hub4j/github-api/compare/github-api-1.301...github-api-1.303)

---
updated-dependencies:
- dependency-name: org.kohsuke:github-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-07 12:03:18 +03:00
dependabot[bot] 02dfac8a34 Bump markdown from 0.2.4 to 0.3.1
Bumps [markdown](https://github.com/JetBrains/markdown) from 0.2.4 to 0.3.1.
- [Release notes](https://github.com/JetBrains/markdown/releases)
- [Commits](https://github.com/JetBrains/markdown/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-07 11:57:50 +03:00