Commit Graph
8101 Commits
Author SHA1 Message Date
Matt EllisandAlex Pláte b7c54d02cb Fix minor scroll bug
If caret is less than 'sidescrolloff' columns from the left of the screen, moving down one line will animate. Greater than 'sidescrolloff' does not animate. This is because the scroll model tries to scroll to a negative horizontal offset, to try and put the caret in the middle of the screen. This isn't possible, but the scroll model sees a large enough distance to trigger an animation.
2022-05-25 11:30:36 +03:00
Alex Plate 620eca3a0d Correctly fix the test 2022-05-24 15:16:45 +03:00
Alex Plate aa3b2e988f Update TC constant 2022-05-24 15:14:36 +03:00
Alex Plate 753f589ea5 Mark a test as VimBehDiffers 2022-05-24 14:34:34 +03:00
Alex Plate 831e4e8c42 Fix services initialization in VimInjectorBase 2022-05-24 13:49:01 +03:00
Alex Plate 329722f338 Turn off experimental api 2022-05-24 13:05:12 +03:00
filipp 2ff429cc76 Update changelog 2022-05-23 22:54:51 +06:00
filipp 47d4aee986 Support return without expression 2022-05-23 22:47:47 +06:00
filipp 938325b93e Update formatting 2022-05-23 21:02:39 +06:00
filipp 12d0a2ffb7 Update gradle & gradle wrapper 2022-05-23 21:00:52 +06:00
filipp 4ff7e9aefa Move some logic to base classes 2022-05-23 21:00:32 +06:00
filipp f52792e7f0 Move Regexp from engine 2022-05-23 00:10:57 +06:00
filipp cbc6662ef7 Update formatting 2022-05-08 21:10:40 +06:00
filipp 26ffc2ad32 Move some classes to vim-engine 2022-05-08 21:09:52 +06:00
filipp df32e573b0 Move some classes to vim-engine 2022-05-08 15:49:53 +06:00
filipp 19647d96b2 Move some classes to vim-engine 2022-05-08 12:23:14 +06:00
Alex Plate b1714a2fc1 Update formatting 2022-05-08 00:16:10 +00:00
filipp 83199d5475 Move some classes to vim-engine 2022-05-07 22:45:52 +06:00
Alex Plate 4c0af66dff Update formatting 2022-05-01 00:20:06 +00:00
Alex Plate ccd7204b21 Update changelog 2022-04-27 10:56:37 +03:00
Alex Plate b82f1e6602 Move more classes to vim-engine 2022-04-27 10:40:44 +03:00
Alex Plate 4104258219 Move playbackregister to vim-engine 2022-04-26 14:21:10 +03:00
Alex Plate 11054f908b Move some classes from file package to vim-engine 2022-04-26 10:02:23 +03:00
Alex Plate e0dc6f7214 Update changelog 2022-04-25 11:44:22 +00:00
Alex Plate 735686c415 Update TC constant 2022-04-25 14:42:24 +03:00
Alex Plate 385bcbc383 fix(VIM-2604): Update action execution rules 2022-04-25 14:41:32 +03:00
aleksei.plateandtcuser f273620466 TeamCity change in 'IntelliJ IDEA plugins / IdeaVim' project: runners of 'Qodana checks' build configuration were updated 2022-04-25 07:11:28 +00:00
Alex Plate acb27d5ccc [TC] Update qodana configs 2022-04-25 09:45:49 +03:00
Alex Plate 62c79e1470 Move yank package to vim-engine 2022-04-25 09:45:48 +03:00
Alex Plate 1a99918819 Move some put actions to vim-engine 2022-04-25 09:45:48 +03:00
Alex Plate 7e3a9e0b38 Move window actions to vim-engine 2022-04-25 09:45:48 +03:00
Alex Plate f51d74f2b8 Use correct name of notifications toolwindow for Track Action Ids 2022-04-25 09:45:24 +03:00
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]andAlex Pláte 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]andAlex Pláte 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]andAlex Pláte 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 EllisandAlex Pláte 9a06ee97c4 Refactor CaretVisualAttributesHelper 2022-04-21 10:36:15 +03:00
Matt EllisandAlex Pláte d7dfc6dc05 Remove pre-212 caret attribute helpers 2022-04-21 10:36:15 +03:00
Alex PláteandGitHub 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