dependabot[bot]
|
c3978335f5
|
Bump org.mockito.kotlin:mockito-kotlin from 5.0.0 to 5.2.1
Bumps [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin) from 5.0.0 to 5.2.1.
- [Release notes](https://github.com/mockito/mockito-kotlin/releases)
- [Commits](https://github.com/mockito/mockito-kotlin/compare/5.0.0...5.2.1)
---
updated-dependencies:
- dependency-name: org.mockito.kotlin:mockito-kotlin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-28 16:01:23 +00:00 |
|
filipp
|
7d679e68dc
|
Merge branch 'refs/heads/master' into fleet
# Conflicts:
# vim-engine/src/main/kotlin/com/maddyhome/idea/vim/api/VimEditorGroup.kt
# vim-engine/src/main/kotlin/com/maddyhome/idea/vim/impl/state/VimStateMachineImpl.kt
|
2024-02-23 17:08:01 +02:00 |
|
Filipp Vakhitov
|
38bc914504
|
Avoid using annotation-processors in vim-engine
|
2024-02-23 15:09:45 +02:00 |
|
Alex Plate
|
9b81c7e650
|
Update junit version
|
2024-02-23 10:03:30 +02:00 |
|
dependabot[bot]
|
9fc3fadee8
|
Bump org.antlr:antlr4 from 4.10.1 to 4.13.1
Bumps [org.antlr:antlr4](https://github.com/antlr/antlr4) from 4.10.1 to 4.13.1.
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/CHANGES.txt)
- [Commits](https://github.com/antlr/antlr4/compare/4.10.1...4.13.1)
---
updated-dependencies:
- dependency-name: org.antlr:antlr4
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-21 17:42:05 +02:00 |
|
Alex Plate
|
4937985e2c
|
Bump kotlin version from 1.8.21 to 1.9.22
One of the reasons for that is that 1.9.22 allows internal classes to be available in testFixtures from java KT-34901.
|
2024-02-07 09:29:15 +02:00 |
|
Emanuel Gestosa
|
4f6c6f4d10
|
fixing rebase problems
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
23c2b008c9
|
implementing cursor and using mockito to mock editor
rebasing
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
058ab7a1ea
|
gradle generate antlr files
rebasing
|
2024-02-05 16:29:49 +02:00 |
|
Filipp Vakhitov
|
c3defdcda4
|
Add sources and JavaDoc to vim-engine jar
|
2024-02-01 11:07:28 +02:00 |
|
Alex Plate
|
5652774888
|
Exclude kotlin stdlib from the distribution
|
2023-12-01 11:19:18 +02:00 |
|
dependabot[bot]
|
14308956d7
|
Bump org.jetbrains:annotations from 24.0.1 to 24.1.0
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.0.1 to 24.1.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/24.0.1...24.1.0)
---
updated-dependencies:
- dependency-name: org.jetbrains:annotations
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-22 17:20:29 +02:00 |
|
dependabot[bot]
|
71339a66d7
|
Bump org.junit.jupiter:junit-jupiter-api from 5.10.0 to 5.10.1
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1)
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-22 17:20:10 +02:00 |
|
dependabot[bot]
|
c3134b9426
|
Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.1
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1)
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-engine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-15 17:36:01 +02:00 |
|
Filipp Vakhitov
|
93c83f773a
|
Add generated JSON files to gitignore
|
2023-11-10 16:01:22 +02:00 |
|
Filipp Vakhitov
|
876e16fa9e
|
Support registering commands from json
|
2023-11-10 16:01:21 +02:00 |
|
Filipp Vakhitov
|
3046c61447
|
Generating json by annotations
|
2023-11-10 16:01:21 +02:00 |
|
dependabot[bot]
|
38e1a62f19
|
Bump org.jetbrains.kotlinx:kotlinx-serialization-json-jvm
Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json-jvm](https://github.com/Kotlin/kotlinx.serialization) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.5.1...v1.6.0)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json-jvm
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-30 18:36:38 +03:00 |
|
dependabot[bot]
|
336f1c3b80
|
Bump org.jetbrains.kotlinx:kotlinx-serialization-json-jvm
Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json-jvm](https://github.com/Kotlin/kotlinx.serialization) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.5.0...v1.5.1)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json-jvm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-16 16:21:36 +00:00 |
|
dependabot[bot]
|
6b8a4e6e63
|
Bump org.junit.jupiter:junit-jupiter-engine from 5.9.2 to 5.10.0
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.9.2 to 5.10.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.10.0)
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-engine
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-14 11:28:23 +03:00 |
|
dependabot[bot]
|
d256870953
|
Bump org.junit.jupiter:junit-jupiter-api from 5.9.2 to 5.10.0
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.9.2 to 5.10.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.10.0)
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-14 08:16:59 +00:00 |
|
Ludwig Valda Vasquez
|
068d610e3a
|
Add grapheme cluster handling tests
GraphemeBreakTest.txt was downloaded from the Unicode Character Database [0].
Changes to build.gradle.kts were required to stop `gradlew test` from
regenerating the resources with empty JSON objects. And adding a
dependency.
[0]: https://www.unicode.org/Public/UCD/latest/ucd/auxiliary/GraphemeBreakTest.txt
|
2023-08-14 09:04:41 +03:00 |
|
Alex Plate
|
78ea4e4e30
|
Set up publishing of the vim-engine library
|
2023-07-20 16:50:14 +03:00 |
|
filipp
|
460553d8ae
|
Avoid dependency to annotation-processors
|
2023-06-06 10:42:42 +03:00 |
|
filipp
|
cc2de42415
|
Moving from gorgeous YAML to good old JSON
|
2023-06-06 10:42:42 +03:00 |
|
filipp
|
b31aa57d81
|
build.gradle.kts cleanup
|
2023-06-06 10:42:42 +03:00 |
|
filipp
|
f456e0a8dd
|
Fix tests
|
2023-06-06 10:42:42 +03:00 |
|
filipp
|
ff945e7b8a
|
Add ExCommand annotation
|
2023-06-06 10:42:42 +03:00 |
|
filipp
|
f143b6ee9f
|
Rename KSP options
|
2023-06-06 10:42:42 +03:00 |
|
filipp
|
063d3949cf
|
Better YAML
|
2023-06-06 10:42:42 +03:00 |
|
filipp
|
c1b87eba03
|
Annotate functions
|
2023-06-06 10:42:42 +03:00 |
|
Alex Plate
|
30e69e13fd
|
Update kotlin version to 1.8.21
|
2023-04-26 10:57:54 +03:00 |
|
dependabot[bot]
|
17346c255e
|
Bump org.jetbrains:annotations from 23.0.0 to 24.0.1
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 23.0.0 to 24.0.1.
- [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/23.0.0...24.0.1)
---
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>
|
2023-04-26 10:46:14 +03:00 |
|
Alex Plate
|
0efd81142d
|
Remove ktlint from configurations
|
2023-03-31 11:22:41 +03:00 |
|
Alex Plate
|
0f8b67e6ce
|
Reformat files
|
2023-03-27 11:14:00 +03:00 |
|
Alex Plate
|
0510fe8530
|
Ktlint format
|
2023-03-16 10:52:52 +02:00 |
|
dependabot[bot]
|
35142e5204
|
Bump junit-jupiter-engine from 5.8.1 to 5.9.2
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.1 to 5.9.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.9.2)
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-engine
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-14 18:28:02 +02:00 |
|
Alex Plate
|
441721b63f
|
Reformat source code
|
2023-03-13 11:44:02 +02:00 |
|
Alex Plate
|
0eda85c95e
|
Enable explicitApiMode for vim-engine
|
2023-03-13 11:39:50 +02:00 |
|
Alex Plate
|
8593e7a6ac
|
Small reformat of kotlin script
|
2023-03-10 19:03:35 +02:00 |
|
Alex Plate
|
27c3a95ec6
|
Provide visibility for some classes
|
2023-03-10 18:15:48 +02:00 |
|
Alex Plate
|
8066ac2819
|
Enable explicit api mode for vim-engine
But without fixes as there are 3000 violations
|
2023-03-10 13:23:24 +02:00 |
|
dependabot[bot]
|
5c7190710b
|
Bump junit-jupiter-api from 5.8.1 to 5.9.2
Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.1 to 5.9.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.9.2)
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-23 10:01:10 +02:00 |
|
Alex Plate
|
908c978242
|
Global copyright update
|
2023-01-10 10:09:25 +02:00 |
|
Alex Plate
|
2355435275
|
Update copyright
|
2022-11-04 09:24:03 +02:00 |
|
Alex Plate
|
19a6284023
|
Update kotlin version to 1.7.20
|
2022-10-28 08:16:10 +03:00 |
|
Alex Plate
|
d3c3b71e3e
|
Remove unnecessary libraries from the distribution
|
2022-07-08 10:29:51 +03:00 |
|
Alex Plate
|
aa6f49c9b1
|
Reformat code
|
2022-07-08 10:00:00 +03:00 |
|
Alex Plate
|
c011628420
|
Reformat code
|
2022-07-08 09:14:43 +03:00 |
|
Alex Plate
|
fdb09a8f1f
|
Use vim-engine kotlin settings
|
2022-07-01 12:18:53 +03:00 |
|