6259 Commits

Author SHA1 Message Date
Karol Lewandowski
b842dde39b tools_intellij_platform_gradle_plugin_plugins.md: Cleanups 2024-04-11 08:19:42 +02:00
Jakub Chrzanowski
38b1f21675
IntelliJ Platform Gradle Plugin: TestFrameworkType.Platform.Bundled 2024-04-10 22:24:48 +02:00
Yann Cébron
12adb6f1e2 plugin_compatibility.md: Intellij -> IntelliJ 2024-04-10 17:22:10 +02:00
Robert Novotny
a10149bbc0
Fix typo: Intellij -> IntelliJ (#1296) 2024-04-10 16:47:26 +02:00
Karol Lewandowski
6ee9a2c755 tools_intellij_platform_gradle_plugin_repositories_extension.md: Avoid using personal paths 2024-04-10 16:22:43 +02:00
Karol Lewandowski
387b54d5dd tools_intellij_platform_gradle_plugin_repositories_extension.md: Simplify recommended callout 2024-04-10 16:22:02 +02:00
Karol Lewandowski
3009697769 tools_intellij_platform_gradle_plugin.md: Avoid using direct form (you/your) 2024-04-10 16:21:31 +02:00
Karol Lewandowski
071223febd tools_intellij_platform_gradle_plugin.md: Fix grammar issues 2024-04-10 16:19:59 +02:00
Karol Lewandowski
c3e606d601 tools_intellij_platform_gradle_plugin.md: Replace table with a bullet list for requirements 2024-04-10 16:19:59 +02:00
Sebastian Aigner
9a32659829
Fix typo (#1295) 2024-04-10 16:04:20 +02:00
Karol Lewandowski
ef307cbe64 tools_intellij_platform_gradle_plugin_plugins.md: Use consistent case in semantic names on the diagram 2024-04-10 15:47:28 +02:00
Karol Lewandowski
cd1979f5bc tools_intellij_platform_gradle_plugin_plugins.md: Use semantic plugin names instead of IDs 2024-04-10 15:46:56 +02:00
Karol Lewandowski
28ec84015e tools_intellij_platform_gradle_plugin_plugins.md: Fix broken text 2024-04-10 15:38:48 +02:00
Yann Cébron
56d9ee97f8 tools_intellij_platform_gradle_plugin_plugins.md: graph minor 2024-04-10 14:00:11 +02:00
Yann Cébron
143c6b23a4 tools_intellij_platform_gradle_plugin_plugins.md: add FAQ block 2024-04-10 13:38:50 +02:00
Jakub Chrzanowski
e350905892
IntelliJ Platform Gradle Plugin: Plugins 2024-04-10 13:15:29 +02:00
Karol Lewandowski
c8f2bfdcf6 Use consistent terms: "UI thread" -> "EDT" 2024-04-10 12:43:00 +02:00
Karol Lewandowski
8cad5df3dc general_threading_rules.md: Add intro about EDT and background threads 2024-04-10 12:43:00 +02:00
Karol Lewandowski
4eb1a2a31b general_threading_rules.md: Fix header levels 2024-04-10 12:43:00 +02:00
Karol Lewandowski
d0e8c36338 general_threading_rules.md: Avoid URLs with % (compilation errors are shown) 2024-04-10 12:43:00 +02:00
Karol Lewandowski
7462c85c9b Grammar fixes: "the EDT" -> "EDT" 2024-04-10 12:43:00 +02:00
Yann Cébron
0ff33149f0 tools_intellij_platform_gradle_plugin_types.md: update IntelliJPlatformType 2024-04-10 11:18:11 +02:00
Yann Cébron
8968597bb0 IPGP: link FAQ pages everywhere 2024-04-10 11:08:50 +02:00
Yann Cébron
817ab7f35e custom_plugin_repository.md: Toolbox Enterprise -> IDE Provisioner 2024-04-10 10:58:19 +02:00
dependabot[bot]
a4a45dd27e
build(deps): bump gradle/wrapper-validation-action from 2.1.2 to 2.1.3 (#1294)
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v2.1.2...v2.1.3)

---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-10 08:16:00 +02:00
Jakub Chrzanowski
2e1fcbab67
IntelliJ Platform Gradle Plugin: Rename Toolbox Enterprise to IDE Services 2024-04-10 00:54:40 +02:00
Jakub Chrzanowski
640db67fab
IntelliJ Platform Gradle Plugin: Tasks graph 2024-04-10 00:41:09 +02:00
Jakub Chrzanowski
7d0d03d062
IntelliJ Platform Gradle Plugin: IntelliJPlatformExtension.VerifyPlugin.Ides: rename localIde helper to local 2024-04-10 00:41:08 +02:00
Jakub Chrzanowski
8e898435af
IntelliJ Platform Gradle Plugin: review Tasks page 2024-04-10 00:41:07 +02:00
Jakub Chrzanowski
f0b881d837
IntelliJ Platform Gradle Plugin: review Task Awares page 2024-04-10 00:41:06 +02:00
Jakub Chrzanowski
c29fe56b54
IntelliJ Platform Gradle Plugin: intellijPlatform.autoReload and intellijPlatform.splitMode extension properties 2024-04-10 00:41:05 +02:00
Jakub Chrzanowski
287024106d
IntelliJ Platform Gradle Plugin: more FAQ entries 2024-04-10 00:41:04 +02:00
Jakub Chrzanowski
1ee67956a9
IntelliJ Platform Gradle Plugin: FAQ - configuring JVM arguments and system properties for runIde task 2024-04-10 00:41:02 +02:00
Jakub Chrzanowski
7b4c5c0b63
IntelliJ Platform Gradle Plugin: FAQ section 2024-04-10 00:39:35 +02:00
Yann Cébron
f0c4df5d83 basic_action_system.md: minor 2024-04-09 20:03:43 +02:00
Yann Cébron
c19af1b197 code_samples.md: note about Plugin DevKit 2024-04-09 20:00:24 +02:00
Yann Cébron
622b4364af tools_intellij_platform_gradle_plugin_migration.md: fix Gradle min version 2024-04-09 16:31:24 +02:00
Yann Cébron
6739941c31 tools_intellij_platform_gradle_plugin_types.md: cleanup 2024-04-09 16:00:21 +02:00
Yann Cébron
f53940b4a3 tools_intellij_platform_gradle_plugin_dependencies_extension.md: cleanup 2024-04-09 15:50:13 +02:00
Yann Cébron
1ab981364d plugin_services.md: clarify light service use case 2024-04-09 15:44:12 +02:00
Jakub Chrzanowski
48fdfd52be
IntelliJ Platform Gradle Plugin: review Dependencies Extension and Types pages 2024-04-09 15:35:12 +02:00
Yann Cébron
3cf9b19f39 max_opened_projects: ProjectCloseListener cleanup 2024-04-09 15:32:07 +02:00
Yann Cébron
caec36327e plugin_listeners.md: cleanup 2024-04-09 15:30:00 +02:00
Yann Cébron
b727e43836 plugin_extension_points.md: minor 2024-04-09 15:23:27 +02:00
Yann Cébron
d72baebb23 plugin_extension_points.md: note EP_NAME field visibility 2024-04-09 15:16:37 +02:00
Yann Cébron
17b90f2728 comparing_string_references_inspection: InspectionBundle prefer delegation 2024-04-09 14:56:05 +02:00
Karol Lewandowski
7c806a6e11 coroutine_dispatchers.md: Move warning about using thread-specific data to a warning callout to avoid confusion with the example 2024-04-09 14:22:05 +02:00
Karol Lewandowski
cbcfa2f99b plugin_signing.md: Clarify why information about generating a public key is missing 2024-04-09 14:19:34 +02:00
Karol Lewandowski
d87219d622 plugin_content.md: Do not use '.IntelliJIDEAx0' Windows-specific, probably outdated directory name 2024-04-09 13:43:26 +02:00
Karol Lewandowski
72ad5d1835 plugin_signing.md: Grammar fixes 2024-04-09 12:58:42 +02:00