142 Commits

Author SHA1 Message Date
Yann Cébron
7eac25dc2d snippets.md -> snippets.topic 2025-03-19 10:46:36 +01:00
Yann Cébron
8e75908ed2 update GH link 2025-02-26 17:14:25 +01:00
Karol Lewandowski
2b4cb6bbad tools_gradle_intellij_plugin.md: Fix link 2025-02-10 14:13:20 +01:00
Karol Lewandowski
faef8dd7ba Replace the deprecated deflist style attribute with type 2025-01-03 11:53:24 +01:00
Yann Cébron
1b34c4acc6 Gradle 1.x pages: add "(1.x)" to clarify 2024-10-31 14:55:54 +01:00
Yann Cébron
7eb7bee047 mark Gradle 1.x pages with Obsolete notice 2024-10-31 14:33:48 +01:00
Yann Cébron
e5bc790035 remove/update references to Rust plugin 2024-10-30 12:17:41 +01:00
Yann Cébron
29693d4b02 move to proper page: note about com.intellij.modules.vcs 2024-10-07 16:37:50 +02:00
Yann Cébron
309981d5de tools_gradle_intellij_plugin_faq.md: note about com.intellij.modules.vcs 2024-10-07 16:26:58 +02:00
Yann Cébron
56a9695eb9 plugin_content.md: Do not repackage warning 2024-07-30 16:02:46 +02:00
Jakub Chrzanowski
35ac685b10
[IntelliJ Platform Gradle Plugin] attaching sources 2024-07-23 09:40:53 +02:00
Yann Cébron
6a0f880d7c tools_gradle_intellij_plugin.md: clearer obsolete status 2024-07-22 15:46:55 +02:00
Yann Cébron
536deddd1c Gradle plugins: align page titles 2024-07-22 15:36:02 +02:00
Yann Cébron
62b214a804 fix headings 2024-06-12 11:21:26 +02:00
Yann Cébron
b8830c37f1 escape $PATH$ notation 2024-06-11 18:04:04 +02:00
Karol Lewandowski
f31aa679e6 Use the correct nested annotation form
These are correct:
- @com.example.Holder.Annotation
- @Holder.Annotation
- @Annotation

These are incorrect:
- com.example.Holder.@Annotation
- Holder.@Annotation
2024-04-22 13:58:09 +02:00
Yann Cébron
01600a3f54 gradle: add warning about repackaging libs 2024-04-16 13:31:45 +02:00
Yann Cébron
3f20e59371 242: Gradle plugin requirements 2024-04-11 17:28:03 +02:00
Karol Lewandowski
49ef746b75 tools_gradle_intellij_plugin_examples.md: IntelliJ Rainbow Brackets -> Rainbow Brackets
This is the actual plugin name on JetBrains Marketplace
2024-04-11 13:51:05 +02:00
Robert Novotny
a10149bbc0
Fix typo: Intellij -> IntelliJ (#1296) 2024-04-10 16:47:26 +02:00
Karol Lewandowski
6fa57d1637 Add code formatting to titles in Gradle IntelliJ Plugin 1.x pages 2024-04-09 09:16:07 +02:00
Yann Cébron
bf29b21124 TOC: remove "Part"/"Appendix" prefix/numbering 2024-04-08 17:04:40 +02:00
Yann Cébron
958c2e1dae tools_gradle_intellij_plugin.md: update information about IDE setup 2024-02-22 17:49:02 +01:00
Yann Cébron
0170420252 advertise IntelliJ Platform Gradle Plugin 2.x 2024-02-22 16:13:37 +01:00
Yann Cébron
5a8ecbb594 tools_gradle_intellij_plugin.md: improve callout 2024-02-22 14:53:13 +01:00
Yann Cébron
552fcf2fc8 tools_gradle_intellij_plugin.md: add publishPlugin task hidden property (1.17.0) 2024-01-23 10:55:02 +01:00
Yann Cébron
91da036fa2 "IntelliJ Platform" casing 2024-01-09 14:45:34 +01:00
Yann Cébron
c4bdffddb2 tools_gradle_intellij_plugin.md: minor 2024-01-09 13:33:21 +01:00
Yann Cébron
6deae28418 tools_gradle_intellij_plugin.md: document RR IDE type 2023-12-21 16:01:55 +01:00
Yann Cébron
e2d48acf79 tools_gradle_intellij_plugin.md: minor 2023-11-14 12:03:33 +01:00
Yann Cébron
5f46aecdb9 tools_gradle_intellij_plugin.md: grammar cleanup 2023-11-14 11:25:46 +01:00
Yann Cébron
882f467829 tools_gradle_intellij_plugin.md: update "IDE - Attaching Sources" section 2023-11-14 11:16:56 +01:00
Robert Novotny
3b972182a9
Document command line options in GIJP and Plugin Verifier integration (#1109)
* Document `verificationReportsFormats` option

* Document `ignoredProblems` option

* Document `freeArgs`
2023-10-12 16:03:52 +02:00
Yann Cébron
10f5055ac1 tools_gradle_intellij_plugin.md: grammar cleanup 2023-09-26 11:31:52 +02:00
Yann Cébron
a2a013a93f tools_gradle_intellij_plugin.md: new section "IDE Configuration" 2023-09-26 11:09:00 +02:00
Yann Cébron
c935642591 don't use badges for GH release "latest" version due to v-prefix confusion 2023-07-19 16:57:54 +02:00
Yann Cébron
c8c7c84c0b remove "release" part from release version badges 2023-07-17 14:14:37 +02:00
Yann Cébron
ca05dad601 gradle plugins: clarify ... version placeholder 2023-07-17 11:07:14 +02:00
Jakub Chrzanowski
cba1ec6059
tools_gradle_intellij_plugin_faq.md: Extend "JaCoCo reports 0% coverage" section 2023-07-11 11:28:55 +02:00
Yann Cébron
29d80148e0 remove Kotlin 1.8.20 OOM workaround from code samples 2023-07-10 17:01:58 +02:00
Jakub Chrzanowski
538256bfb8
tools_gradle_intellij_plugin_faq.md: Fixed example paths in "How to add a dependency on a plugin available in the file system" JetBrains/gradle-intellij-plugin#1394 2023-06-01 12:19:55 +02:00
Yann Cébron
f940cd8551 tools_gradle_intellij_plugin_faq.md: fix md 2023-04-19 11:33:06 +02:00
Yann Cébron
39103c94cc tools_gradle_intellij_plugin_faq.md: fix tag 2023-04-19 11:29:53 +02:00
Yann Cébron
32720a5c3c tools_gradle_intellij_plugin_faq.md: align headings 2023-04-18 18:36:31 +02:00
Yann Cébron
40c8053235 formatting cleanup 2023-04-18 18:21:51 +02:00
Karol Lewandowski
95aca84917 Cleanups
- get rid of the old [//]: # (title: ...) format
- reorder copyright notice and title where applicable
- fix grammar and other minor issues
2023-04-07 15:47:20 +02:00
Jakub Chrzanowski
e8976d4ec0
Removed properties language 2023-04-04 10:51:36 +02:00
Jakub Chrzanowski
311ea36d9e
Kotlin 1.8.20 Out of Memory issue (#1034)
* Kotlin 1.8.20 Out of Memory issue

* Kotlin 1.8.20 Out of Memory issue — review fixes
2023-04-04 10:11:01 +02:00
Karol Lewandowski
1ffd6159c0 Add missing <link-summary> 2023-04-03 18:16:40 +02:00
Karol Lewandowski
64e0053c0d tools_gradle_intellij_plugin.md: Fix Groovy DSL syntax for passing instrumentedJar configuration to project dependency 2023-03-30 16:04:17 +02:00