7384 Commits

Author SHA1 Message Date
Karol Lewandowski
a01fb3b665 persisting_state_of_components.md: Emphasize immutability and thread safety of SerializablePersistentStateComponent 2025-03-13 10:07:04 +01:00
Victor Turansky
22a9169b92
Document com.intellij.psi.xml.XmlTokenType changes (#1440) 2025-03-13 09:35:10 +01:00
Victor Turansky
77760df690
Document com.intellij.lang.javascript.BaseJSTokenTypes class removing (#1439) 2025-03-13 09:34:07 +01:00
Karol Lewandowski
dc222c8e0b action_system.md: Fix link 2025-03-13 07:51:13 +01:00
Victor Turansky
ba22c1da58
Document inheritance removal for com.intellij.psi.xml.XmlElementType (#1437) 2025-03-13 07:40:51 +01:00
Konstantin Ulitin
381e0f37b7
Document incompatible change in JS plugin (#1436) 2025-03-13 07:35:54 +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
a5ed559623 api_changes_list_2025.md: cleanup 2025-03-12 14:42:53 +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
Sergei Vorobev
8d094a46b1
Update api_changes_list_2025.md (#1433)
The ExternalSystemProcessingManager class was extended from ExternalSystemTaskNotificationListener and DIsposable. Due to this, their functions were exposed in public API, when it is implementation detail of the ExternalSystemProcessingManager service.
2025-03-11 15:08:00 +01:00
Yann Cébron
ed53618e67 footer: add bluesky 2025-03-11 15:07:17 +01:00
Yann Cébron
f42f2503e3 WRS 2025.03.8312 2025-03-11 14:58:27 +01:00
Yann Cébron
ba2d5383f6 Writerside: update references 2025-03-11 14:01:50 +01:00
Greg Shrago
c7406a6b4f
Update api_changes_list_2025.md 2025-03-11 16:59:14 +04: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
Karol Lewandowski
41d90d84be Rename basic-action-system.html to action-system.html in README files and a sample plugin.xml 2025-03-10 15:43:35 +01:00
Karol Lewandowski
3a3a0a3d19 action_system.md: "actions system" -> "Action System" 2025-03-10 15:42:05 +01:00
Karol Lewandowski
265d99d17b Rename grouping_action.md to grouping_actions_tutorial.md 2025-03-10 15:36:08 +01:00
Karol Lewandowski
983decd409 Rename working_with_custom_actions.md to creating_actions_tutorial.md 2025-03-10 15:25:49 +01:00
Karol Lewandowski
11250f17d2 Fix action-related pages links 2025-03-10 15:20:50 +01:00
Karol Lewandowski
625fe7df78 Rename basic_action_system.md to action_system.md 2025-03-10 14:44:10 +01:00
Karol Lewandowski
676d095f6f Rename action_system.md to actions_tutorial.md 2025-03-10 14:29:32 +01:00
Yann Cébron
f71889fe48 content_updates.md: fix link, web-summary 2025-03-10 14:12:16 +01:00
Yann Cébron
432aca47b1 content_updates.md: update 2025-03-10 14:07:16 +01:00
Yann Cébron
d944feed08 a few <web-summary> for popular pages 2025-03-10 14:04:27 +01:00
Maxim Kolmakov
64c08922bc
Add documentation about integration tests (#1426)
* Add documentation about integration tests

* Fixes after review https://github.com/JetBrains/intellij-sdk-docs/pull/1426

* Migrate Gradle to use a separate test task and source root for integration tests

* Fixes after review (continue)

* Formatting

* Fixes after review (continue)

* Fixes after review (continue)

* Fixes after review (continue)
2025-03-10 14:03:03 +01:00
Yann Cébron
d37c18b009 plugin_compatibility.md: cleanup 2025-03-10 13:58:33 +01:00
Yann Cébron
48a46b96f8 v.list: plugin-verifier-version 1.383 2025-03-10 09:13:03 +01:00
hsz
a60245d20b Generate Libraries releases variable file 2025-03-08 01:32:04 +00:00
hsz
d2e861e20c Generate Android Studio releases 2025-03-08 01:29:41 +00:00
Karol Lewandowski
017a73ef75 plugin_configuration_file.md: Clarify extensionPoint@area recommendation 2025-03-07 10:57:23 +01:00
Yann Cébron
a29defe700 explore_api.md: remove numbering in headings 2025-03-06 14:27:46 +01:00
Yann Cébron
e242116479 plugin_extensions.md: more structure 2025-03-06 11:32:18 +01:00
Yann Cébron
ee8e6a46f5 using_kotlin.md: update library versions 2025-03-06 10:41:25 +01:00
Yann Cébron
9ce154f366 internal_ui_inspector.md: add web-summary 2025-03-05 14:54:50 +01:00
Yann Cébron
9bc59d36dd internal_ui_inspector.md: remove obsolete section "Enabling UI inspector" 2025-03-05 14:47:51 +01:00
Yann Cébron
0941cfb061 internal_ui_inspector.md: cleanup 2025-03-05 14:31:22 +01:00