6243 Commits

Author SHA1 Message Date
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
Yann Cébron
15cb76e35c content_updates.md: DumbAware API 2024-04-09 11:11:38 +02:00
Yann Cébron
8784fb522e indexing_and_psi_stubs.md: testing dumb mode 2024-04-09 11:11:26 +02:00
Karol Lewandowski
1976691540 Add code formatting to titles in IntelliJ Platform Gradle Plugin pages 2024-04-09 09:31:54 +02:00
Karol Lewandowski
eb2bf88b1c consulting.md: Remove Jacky Liu 2024-04-09 09:17:55 +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
Karol Lewandowski
24bbb8f80d glossary.md: Add code formatting to titles 2024-04-09 08:48:20 +02:00
Karol Lewandowski
bde2c2f12d webstorm.md: Minor grammar fixes 2024-04-09 08:45:43 +02:00
Karol Lewandowski
71ef1fd7a2 php_open_api_php_type_providers.md: Add code formatting to titles 2024-04-09 08:45:00 +02:00
Karol Lewandowski
77b63e8577 webstorm.md: Improve header 2024-04-09 08:44:29 +02:00
Karol Lewandowski
fe0532bcb4 php_open_api.md: plugin.xml is not a code 2024-04-09 08:34:33 +02:00
Karol Lewandowski
fe280b0f40 spring_api.md: Minor header improvements 2024-04-09 08:28:20 +02:00
Karol Lewandowski
667613c1e2 language_injection.md: Add code formatting to titles 2024-04-09 08:22:14 +02:00
Karol Lewandowski
7cee414539 documentation_provider.md: Fix grammar issues 2024-04-09 08:19:43 +02:00
Karol Lewandowski
9dfb20a8fc documentation_provider.md: Avoid class names in headers 2024-04-09 08:17:28 +02:00
Karol Lewandowski
2e5b41cc92 formatter.md: Fix minor grammar issues 2024-04-09 08:15:37 +02:00
Karol Lewandowski
a390b5e023 structure_aware_navbar.md: Avoid using class name in headers 2024-04-09 08:13:07 +02:00