1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-09-21 13:42:48 +02:00
Commit Graph

6624 Commits

Author SHA1 Message Date
Alex Plate
8b0a650631
Update qodana script 2021-07-01 19:31:20 +03:00
Alex Plate
81076d9c43
Several improvements 2021-07-01 19:30:37 +03:00
Alex Plate
b610af30ab
Fix flaky tests with mappings 2021-07-01 19:30:36 +03:00
aleksei.plate
bbc10cd3db TeamCity change in 'IntelliJ IDEA plugins / IdeaVim' project: 'Qodana checks' build configuration settings were updated 2021-07-01 16:27:38 +00:00
aleksei.plate
6690139c66 TeamCity change in 'IntelliJ IDEA plugins / IdeaVim' project: triggers of 'Qodana checks' build configuration were updated 2021-07-01 16:27:23 +00:00
Alex Plate
df9d5bfe25
Fix GlobalHandlerTest 2021-07-01 18:13:01 +03:00
Alex Plate
4a0dd31b2c
[TC] Exclude ktlint from checking 2021-07-01 17:36:54 +03:00
Alex Plate
afbfacb462
Format code 2021-07-01 17:36:28 +03:00
Alex Plate
5d68e76b30
[TC] Remove linting checks on GH 2021-07-01 17:18:40 +03:00
Alex Plate
246cc1479a
Update changelog 2021-07-01 13:44:40 +03:00
Michal Placek
408cd0e037 vim-2335 Support for navigation to previous buffer with :b# 2021-07-01 13:41:15 +03:00
Alex Plate
43884c791f Add Michal Placek to contributors list 2021-07-01 10:34:32 +00:00
Michal Placek
c15eccf49a vim-1062 -fixes 2021-07-01 13:31:27 +03:00
Michal Placek
ddb159eec8 vim-1062 2021-07-01 13:31:27 +03:00
dependabot[bot]
af8edae1d3 Bump remote-robot from 0.11.4 to 0.11.5
Bumps remote-robot from 0.11.4 to 0.11.5.

---
updated-dependencies:
- dependency-name: com.intellij.remoterobot:remote-robot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 13:29:37 +03:00
Matt Ellis
91585e1059
Run linters 2021-06-30 21:41:59 +01:00
Matt Ellis
d6a99d4354
Update to latest EAP 2021-06-30 21:10:49 +01:00
Matt Ellis
0d840b2c41
Merge branch 'master' into feature/guicursor 2021-06-30 18:39:03 +01:00
Matt Ellis
0288a0f2b5
Use insert caret for select mode 2021-06-30 17:26:44 +01:00
Matt Ellis
fe7dc4902b
Make ExShortcutKeyAction dumb aware 2021-06-30 17:17:55 +01:00
Matt Ellis
1caf380505
Improve caret painting in command line 2021-06-30 17:15:52 +01:00
Alex Plate
628ce16e99
[TC] Exclude linting check for jobs 2021-06-30 11:20:39 +03:00
Alex Plate
f822b04a6f
Trying to exclude settings.xml using gitignore 2021-06-30 10:49:09 +03:00
Alex Plate
a61747cd94
Try to exclude settings.xml from the data 2021-06-30 10:45:53 +03:00
Alex Plate
86c97f5566
Change the name of the job 2021-06-30 10:42:57 +03:00
Alex Plate
31e633f55e Update formatting 2021-06-30 07:42:22 +00:00
Alex Plate
e3aa3e24f5
Create a job for automatic formatting 2021-06-30 10:39:39 +03:00
Alex Plate
b7396fdf8c
Fix formatting 2021-06-30 10:31:27 +03:00
Alex Plate
e8f0e31a27
Correct caret for selecting from the end for 212+ versions of IJ 2021-06-30 10:29:51 +03:00
Alex Plate
d759c6bc24
Remove test file 2021-06-30 09:45:29 +03:00
Alex Plate
f76d0d2f81
Search for the user by github commit 2021-06-30 09:40:20 +03:00
Alex Plate
ec8b02e1c1
Do not add VIM-123 example 2021-06-30 09:25:00 +03:00
Alex Plate
c27ac06f1b Update changelog 2021-06-30 06:21:48 +00:00
Alex Plate
24f8f9ca14
Update run configuration 2021-06-30 09:20:14 +03:00
Alex Plate
8b8bbba85d
Get rid of last_processed_cache file 2021-06-30 09:17:31 +03:00
Matt Ellis
64be75142e
Use guicursor options to draw ex caret 2021-06-29 17:05:11 +01:00
Alex Plate
f2070bad08 Update changelog 2021-06-29 11:06:24 +00:00
Alex Plate
52a3b680a6
Remove incorrect changelog line 2021-06-29 14:04:35 +03:00
Alex Plate
735bfbae3b Update changelog 2021-06-29 11:03:57 +00:00
Alex Plate
9140234b2c
[Automation] Include last_processed_hash to the commit 2021-06-29 14:02:16 +03:00
Alex Plate
cbf35c276e
Revert "Update changelog"
This reverts commit ab1b8572f3.
2021-06-29 14:00:54 +03:00
Alex Plate
ab1b8572f3 Update changelog 2021-06-29 10:58:29 +00:00
Alex Plate
960de8647c
Fix(VIM-123): This is not a fix, just testing the automation 2021-06-29 13:56:28 +03:00
Alex Plate
acf80417d1
Automatically update changelog 2021-06-29 13:53:30 +03:00
Alex Plate
43a3db178f
Refactor UpdateAuthors script 2021-06-29 12:57:35 +03:00
Matt Ellis
f05123123c
Use guicursor instead of editor cursor settings
This changes VIM-1475 and ignores IntelliJ's "use block cursor" setting in favour of guicursor. Also affects caret placement around inlays and handling of template hotspots via idearefactormode
2021-06-29 00:21:19 +01:00
Matt Ellis
2f73dac57a
Force the caret visible when updating attributes
Changing EditorSettings.setBlockCursor does this via EditorImpl.updateCaretCursor
2021-06-28 23:48:27 +01:00
Matt Ellis
a6087dd08f
Use replace mode caret for change character action 2021-06-28 23:42:36 +01:00
Matt Ellis
b4d40fae3b
Rename assert method 2021-06-28 23:24:59 +01:00
Matt Ellis
ad19dc0100
Use guicursor options to draw caret 2021-06-28 23:09:21 +01:00