Skip to content

Commit 63e726f

Browse files
committed
Update plugin.xml and README
1 parent ed16b0a commit 63e726f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
![Build for intellij-cucumber-scala](https://github.com/vbmacher/intellij-cucumber-scala/workflows/Build%20for%20intellij-cucumber-scala/badge.svg)
44

5-
<a href="https://www.buymeacoffee.com/vbmacher" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
6-
75
A [plugin to IntelliJ IDEA](https://plugins.jetbrains.com/plugin/7460-cucumber-for-scala),
86
enabling navigation between step definitions and gherkin steps when using cucumber-scala DSL.
97

@@ -21,6 +19,7 @@ The plugin depends on:
2119
- [x] Indexing of step definitions for better performance
2220
- [x] Support "constant expressions" in step definition names
2321
- [x] Find step definitions in libraries with attached sources
22+
- [ ] Support for Java annotations
2423

2524
## Development
2625

@@ -30,7 +29,7 @@ The plugin depends on:
3029

3130
Now you can build this plugin with `./gradlew buildPlugin`.
3231

33-
To start an IDE with the plugin installed in the example project just run `./gradlew runIde`. Import the whole project
32+
To start an IDE with the plugin installed in the example project, run `runIde` task. Import the whole project
3433
as gradle project in the sandbox-ide. Wait for indexing to finish.
3534
Open `example/src/test/resources/cucumber/examples/scalacalculator/basic_arithmetic.feature`.
3635

@@ -51,3 +50,5 @@ Then, run `./gradlew publishPlugin`
5150
## License
5251

5352
This project is released under the __Apache License, Version 2.0__ (http://www.apache.org/licenses/LICENSE-2.0).
53+
54+
<a href="https://www.buymeacoffee.com/vbmacher" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>

cucumber-scala/src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<li>2020.2: Release for IntelliJ 2020.2. Main changes include:
2020
<ol>
2121
<li><a href="https://github.com/vbmacher/intellij-cucumber-scala/issues/64">Be able to navigate to step definitions from libraries</a></li>
22-
<li><a href="https://github.com/vbmacher/intellij-cucumber-scala/issues/71">Upgrade to Cucumber 6.1.2</a></li>
22+
<li><a href="https://github.com/vbmacher/intellij-cucumber-scala/issues/74">Upgrade to Cucumber 6.2.0</a></li>
2323
<li><a href="https://github.com/vbmacher/intellij-cucumber-scala/issues/65">Unit tests</a></li>
2424
<li><a href="https://github.com/vbmacher/intellij-cucumber-scala/issues/1">Step creation wizard implementation</a></li>
2525
<li><a href="https://github.com/vbmacher/intellij-cucumber-scala/issues/56">Find usages of step definitions</a></li>

0 commit comments

Comments
 (0)