Commit Graph
9699 Commits
Author SHA1 Message Date
Alex Plate 4d69f984b8 Rename .java to .kt 2021-01-11 12:47:47 +03:00
Alex Plate e1149907ce Extract versions into the constant 2020-12-29 19:34:08 +03:00
Alex Plate 263376ae92 Add dev builds to the project 2020-12-29 19:08:18 +03:00
Alex Plate 07abc2e2e0 Disable "always inverted" inspection 2020-12-29 11:01:14 +03:00
Alex Plate 7eba54f09a Disable LightEdit support for IdeaVim 2020-12-29 10:37:55 +03:00
Sergei VorobyovandAlex Plate 1eac924291 fixed: don't show reload vimrc floating toolbar in non-file editors
for example in editor from `Preferences | Editor | Font`
2020-12-29 09:49:23 +03:00
Alex Plate 3ffe250f78 Add dev channel build to teamcity 2020-12-29 09:47:37 +03:00
Alex Plate 15d173e628 Assert register type with neovim 2020-12-26 04:39:52 +03:00
Alex Plate b24424330c Update detekt baseline 2020-12-25 11:38:53 +03:00
Alex Plate ebffa83f17 Add counter of NeoVim tests 2020-12-25 11:37:45 +03:00
Alex Plate 6abc71a57d Update neovim api 2020-12-25 11:29:42 +03:00
dependabot[bot]andAlex Pláte 8afb20c53b Bump io.gitlab.arturbosch.detekt from 1.14.1 to 1.15.0
Bumps io.gitlab.arturbosch.detekt from 1.14.1 to 1.15.0.

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-25 11:05:49 +03:00
Alex Plate 501541b8be Add Sergei Vorobyov to contributions list 2020-12-25 11:03:50 +03:00
Sergei VorobyovandAlex Plate e56f63dc0f migrated: New floating toolbar API 2020-12-25 10:56:53 +03:00
Alex Plate 7e0c33f9a0 Add log file to run configuration 2020-12-25 10:38:28 +03:00
Alex Plate bb1b8363d9 Check dependabot updates on wednesday 2020-12-25 09:47:12 +03:00
Alex PláteandGitHub e5e585443d Create dependabot.yml 2020-12-25 09:33:08 +03:00
Shrikant Sharat Kandula 82e39c9236 Fix handling when caret line has no indentation 2020-12-24 21:10:21 +05:30
Shrikant Sharat Kandula 1e69e98b92 Initial working implementation of indent objects 2020-12-24 20:59:55 +05:30
Alex Plate d0888a063f Refactor code 2020-12-24 10:58:58 +03:00
Alex Plate bd5781a039 Optimize imports 2020-12-24 10:46:42 +03:00
Alex Plate a643c75e7f Update detekt config 2020-12-24 10:40:54 +03:00
Alex Plate d4db40f9cc Add yank delete property test 2020-12-24 10:32:37 +03:00
Alex Plate 788489119b Rename property test 2020-12-24 10:24:41 +03:00
Alex Plate 665adaa44b Fix last line calculation 2020-12-24 10:22:11 +03:00
Alex Plate 9f19ee9586 Include neovim registers check into tests 2020-12-24 09:32:06 +03:00
Alex Plate bb84b0e368 Refactor deleting 2020-12-24 09:32:06 +03:00
Alex Plate 7976fdd019 Extract old tests into the separate project 2020-12-23 11:35:28 +03:00
Alex Plate 0d3b45189b Add name property 2020-12-23 11:29:50 +03:00
Alex Plate 7005cb0268 Extract releases into the separate TC subproject 2020-12-23 11:27:25 +03:00
Alex Plate 81421d918a Sign releases with Alex Plate name 2020-12-23 11:18:35 +03:00
Alex Plate e3fe198fc1 Update release token to Alex Plate for 201 release 2020-12-23 10:46:12 +03:00
aleksei.plateandtcuser 76d62771e0 TeamCity change in 'IntelliJ IDEA plugins / IdeaVim' project: parameters of 'Publish Release 2020.1' build configuration were updated 2020-12-23 07:43:45 +00:00
aleksei.plateandtcuser 4da538302d TeamCity change in 'IntelliJ IDEA plugins / IdeaVim' project: parameters of 'Publish Release 2020.1' build configuration were updated 2020-12-23 07:43:30 +00:00
Alex Plate b981193f19 Create TC configuration for releasing 2020.1 version 2020-12-23 10:37:48 +03:00
Alex Plate c656da5c75 Prepare to 0.64 release 0.64 2020-12-23 09:49:45 +03:00
Alex Plate dcedf6abca Mute another broken test 2020-12-18 15:03:25 +03:00
Alex Plate 849a71bdac Update changes 2020-12-18 13:18:08 +03:00
Alex Plate 534cc1d1fe Disable broken test 2020-12-18 12:26:10 +03:00
Alex Plate 40ec6c53fa Revert "Add statistic collection for some options"
Classes of the collector are incompatible with 202

This reverts commit b7cb3c09
2020-12-18 11:57:06 +03:00
Alex Plate b7cb3c0945 Add statistic collection for some options 2020-12-17 23:13:54 +03:00
Alex Plate 69d3c7b754 resetCaset function should not change the shape of other editors
This commit fixes the following issues:
1) Windows splitting
- Start insert mode in editor
- Split editor
- Go back to the previous editor. The caret has a block shape, but insert mode

2) VCS updates
In 2021.1 VCS creates a diff window right after the file was changed.
So, the case described above happens here as well.
2020-12-17 10:53:43 +03:00
Alex Plate 542f11804e Update detekt baseline 2020-12-17 10:14:11 +03:00
Alex Plate 8526054aa8 Update changes 2020-12-17 10:05:04 +03:00
Alex Plate 93700bddc7 Update deprecated methods according to the new minimal IJ requirements 2020-12-17 10:04:52 +03:00
Matt EllisandAlex Pláte 494500041b Rearrange and document the public search API
No code changes, just moved everything
2020-12-17 10:02:16 +03:00
Matt EllisandAlex Pláte 011a5a3b23 Remove unnecessary UNSET direction enum value 2020-12-17 10:02:16 +03:00
Matt EllisandAlex Pláte 03726858f0 Move find methods to SearchHelper 2020-12-17 10:02:16 +03:00
Alex Plate c8c42cc4b2 Update plugin verifier versions 0.63 2020-12-16 13:00:32 +03:00
Alex Plate 0b22b454e6 Prepare to 0.63 release 2020-12-16 12:56:25 +03:00