3718 Commits

Author SHA1 Message Date
Yann Cébron
4afc1684e8 plugin_extension_points.md: cleanup 2025-03-25 13:45:03 +01:00
Yann Cébron
aced22c977 plugin_dependencies.md: cleanup 2025-03-25 13:34:39 +01:00
Karol Lewandowski
2995f00157 plugin_content.md: Use implicit titles 2025-03-25 13:25:02 +01:00
Karol Lewandowski
967c67d600 plugin_content.md: Fix grammar 2025-03-25 13:24:47 +01:00
hsz
12696877aa Generate Android Studio releases 2025-03-25 01:32:23 +00:00
Maxim Kolmakov
4c3104c2e3
Second part of integration tests tutorial: UI (#1432)
* Integration tests: UI interactions and components

* Fix images

* Add references to the main page

* Update content_updates.md to avoid first section mentioning since there will be second and third.

* Review fixes:
- <control> for elements
- new lines
- link to JCEF

* Review fixes:
- crop image

* Update topics/basics/testing_plugins/integration_tests/integration_tests_ui.md

Co-authored-by: Karol Lewandowski <karol86@gmail.com>

* Update topics/basics/testing_plugins/integration_tests/integration_tests_ui.md

Co-authored-by: Karol Lewandowski <karol86@gmail.com>

* Update topics/basics/testing_plugins/integration_tests/integration_tests_ui.md

Co-authored-by: Karol Lewandowski <karol86@gmail.com>

* Update topics/basics/testing_plugins/integration_tests/integration_tests_ui.md

Co-authored-by: Karol Lewandowski <karol86@gmail.com>

* Update topics/basics/testing_plugins/integration_tests/integration_tests_ui.md

Co-authored-by: Karol Lewandowski <karol86@gmail.com>

* Update topics/basics/testing_plugins/integration_tests/integration_tests_ui.md

Co-authored-by: Karol Lewandowski <karol86@gmail.com>

* Update image

* Make the last test more clear

* Apply formatting

* Add label

* Add general info about keyboard presses.

* Refactor section about attributes

---------

Co-authored-by: Karol Lewandowski <karol86@gmail.com>
Co-authored-by: Yann Cébron <yann.cebron@jetbrains.com>
2025-03-24 13:21:12 +01:00
Karol Lewandowski
c54a37875d plugin_configuration_file.md: Fix whitespaces 2025-03-24 09:53:22 +01:00
Karol Lewandowski
9b464d9210 Cleanup: Delete duplicate spaces 2025-03-24 09:51:55 +01:00
hsz
e156e548f5 Generate Android Studio releases 2025-03-21 01:32:30 +00:00
hsz
4010fe6a13 Generate Android Studio releases 2025-03-20 01:32:27 +00:00
Jakub Chrzanowski
2487bfcbb8
tools_intellij_platform_gradle_plugin_recipes.md: Resolve plugin from JetBrains Marketplace in the latest compatible version 2025-03-19 23:21:13 +03:00
Yann Cébron
a84ea7040b getting_help.topic: cleanup 2025-03-19 16:54:26 +01:00
Yann Cébron
f8c3d99995 providing_live_templates.md: use snippet for EP with link to IPE 2025-03-19 16:32:30 +01:00
Yann Cébron
8206d2db22 external_system_integration.md: use snippet for EP with link to IPE 2025-03-19 16:22:19 +01:00
Yann Cébron
e2a9d27edd go_to_class_and_go_to_symbol.md: fix - use snippet for EP with link to IPE 2025-03-19 16:20:29 +01:00
Yann Cébron
3f20911263 (various): fix - use snippet for EP with link to IPE 2025-03-19 16:17:19 +01:00
Yann Cébron
eecc3e4fec use snippet for EP with link to IPE 2025-03-19 14:45:43 +01:00
Yann Cébron
c0dafbf360 snippets.topic: feedback wording 2025-03-19 13:28:01 +01:00
Jakub Chrzanowski
b83256471a
tools_intellij_platform_gradle_plugin_recipes.md: Resolve plugin from JetBrains Marketplace in the latest compatible version 2025-03-19 15:09:20 +03:00
Yann Cébron
7eac25dc2d snippets.md -> snippets.topic 2025-03-19 10:46:36 +01:00
Yann Cébron
bfe1f6b814 tool_windows.md: cleanup 2025-03-19 09:59:58 +01:00
hsz
6239525241 Generate Android Studio releases 2025-03-19 01:32:24 +00:00
Yann Cébron
60b0b34cba api_internal.md: known false positive from ToolWindowManager.registerToolWindow(String,RegisterToolWindowTaskBuilder)` 2025-03-17 16:19:59 +01:00
Yann Cébron
d26dc2f12f embedded_browser_jcef.md: JavaFX plugin deprecation 2025-03-17 11:09:23 +01:00
Yann Cébron
b44a18ce00 external_system_integration.md: cleanup 2025-03-17 11:07:07 +01:00
Yann Cébron
21b94624b9 using_kotlin.md: kotlin-coroutines version update 2025-03-17 09:58:09 +01:00
Yann Cébron
171454b260 integration tests: version label 2025-03-17 09:38:32 +01:00
Karol Lewandowski
ea091bb25d code_inspections_and_intentions.md: Clarify how inspections and intentions are run 2025-03-13 14:51:33 +01:00
Karol Lewandowski
a7ccf85de7 code_inspections_and_intentions.md: Add an introduction to code inspections and intentions explaining the difference between them 2025-03-13 13:22:15 +01:00
Karol Lewandowski
7d83cea5bc code_inspections_and_intentions.md: Remove the tip about UI guidelines as it is present at the top of the page 2025-03-13 13:11:17 +01:00
Karol Lewandowski
0cf2f5da23 code_inspections_and_intentions.md: Cleanups 2025-03-13 13:09:40 +01:00
Karol Lewandowski
a01fb3b665 persisting_state_of_components.md: Emphasize immutability and thread safety of SerializablePersistentStateComponent 2025-03-13 10:07:04 +01:00
Karol Lewandowski
dc222c8e0b action_system.md: Fix link 2025-03-13 07:51:13 +01:00
Abby Berkers
8bbc471426
Added extension point information for customizing action-based toolbars (#1431)
* Added extension point information for customizing action-based toolbars

* Move customizing action-based toolbars from toolbar UI to actions page

* Whitespace
2025-03-13 07:26:20 +01:00
Karol Lewandowski
616503dfb1 persisting_state_of_components.md: Describe SerializablePersistentStateComponent 2025-03-12 16:42:34 +01:00
Yann Cébron
5ede2db4fd publishing_plugin.md: cleanup 2025-03-12 16:13:08 +01:00
Karol Lewandowski
b52e1031d5 coroutine_edt_and_locks.md: Add learnCoroutines snippet 2025-03-12 15:50:44 +01:00
Yann Cébron
4483e14286 web summary/cleanup 2025-03-12 15:11:17 +01:00
Yann Cébron
e6a218d2bf embedded_browser_jcef.md: cleanup 2025-03-12 14:54:26 +01:00
Yann Cébron
d437048047 api_internal.md: cleanup 2025-03-12 14:40:17 +01:00
Yann Cébron
c289f90c98 API pages: time to move on 2025-03-12 14:18:57 +01:00
Yann Cébron
6c5eaa1d6b snippets.md: cleanup apiChangesJavaVersion 2025-03-12 14:18:57 +01:00
Jakub Chrzanowski
a9207d4fa9
IntelliJ Platform Gradle Plugin docs adjustments 2025-03-12 11:53:47 +01:00
Karol Lewandowski
04bead58f6 persisting_state_of_components.md: Link storage location section 2025-03-12 09:49:34 +01:00
Yann Cébron
d44006600b welcome.topic: use <card> 2025-03-11 15:25:53 +01:00
Eldar Isiangulov
62a8652951 Merge branch 'window-sizes-fix' 2025-03-11 15:23:23 +01:00
Eldar Isiangulov
3cf7c3acea Window-sizes.md moved to ui/principles 2025-03-11 15:21:48 +01:00
Yann Cébron
ba2d5383f6 Writerside: update references 2025-03-11 14:01:50 +01:00
Yann Cébron
bdaf3ff38d learning_resources.md: add webinar 2025-03-11 13:56:02 +01:00
Karol Lewandowski
5a16be640c plugin_configuration_file.md: Fix a link 2025-03-10 15:46:17 +01:00