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
Yann Cébron
035d7d2f4e
basic_action_system.md: Action ID Code Insight
2025-03-05 13:16:19 +01:00
Yann Cébron
23336f7c76
basic_action_system.md: note about reusable logic
2025-03-05 11:22:15 +01:00
Yann Cébron
7b8151410d
basic_action_system.md: dumb actions
2025-03-05 11:15:39 +01:00
Yann Cébron
e371993fb4
basic_action_system.md: link to popups
2025-03-05 11:11:58 +01:00
hsz
c891112576
Generate Android Studio releases
2025-03-05 01:32:20 +00:00
Karol Lewandowski
57c0a8c5d1
psi_elements.md: Clarify confusion between Java and core PSI API class names similarity
2025-03-04 15:56:30 +01:00
Yann Cébron
30fdaea17e
internal_ui_inspector.md: note new setting for Inspecting Settings
2025-03-04 15:29:23 +01:00
Karol Lewandowski
4760ef4419
Support including internal notes in descriptor docs
2025-03-04 13:59:10 +01:00
Yann Cébron
00cc0fede9
language_server_protocol.md: add textDocument/typeDefinition
2025-03-04 10:12:00 +01:00
Jakub Chrzanowski
cc66ca6b54
tools_intellij_platform_gradle_plugin_recipes.md: added 'Run the IDE with a default argument provided'
2025-03-03 20:01:18 +01:00
Karol Lewandowski
295196c98d
generate_descriptor_pages.main.kts: Do not render items not included in SDK_DOCS content
2025-03-03 18:00:16 +01:00
Jakub Chrzanowski
5d06cc63ea
tools_intellij_platform_gradle_plugin_recipes.md: added 'Run the IDE with a default argument provided'
2025-03-03 15:14:53 +01:00
Yann Cébron
6c022469ff
background_processes.md: PCE and 2025.1
2025-03-03 13:59:23 +01:00
Roman Golyshev
57fe375472
Document removal of IrDeserializer.IrLinkerExtension and related classes in API changes ( #1430 )
...
* Document removal of IrDeserializer.IrLinkerExtension and related classes in API changes
See the commit which removed this:
c2122dbae1 (diff-7083caf53f53703e1d1c65d198007306455dfa5878601b206c35cb2ba6512cfd)
In general, this incompatibility change should not be triggered anywhere, unless someone tries to call the missing `IrDeserializer.IrLinkerExtension.resolveSymbol` by hand. We do not see any such External Usages
* Update reference_guide/api_changes_list_2025.md
Co-authored-by: Karol Lewandowski <karol86@gmail.com>
* Update reference_guide/api_changes_list_2025.md
---------
Co-authored-by: Karol Lewandowski <karol86@gmail.com>
2025-03-03 13:21:14 +01:00
Karol Lewandowski
a9162649cd
sdk_style.md: Add information about preferred writing voice
2025-03-03 12:46:08 +01:00
Yann Cébron
59609dcfa1
GH links: 2024.3.4
2025-03-03 09:28:11 +01:00
hsz
cbbca08342
Generate Android Studio releases
2025-02-28 01:32:29 +00:00
hsz
dd440ff765
Generate Android Studio releases
2025-02-27 01:32:17 +00:00
Konstantin Nisht
0870bf885d
Clarify the role of Dispatchers.Main
in 2025.1 ( #1429 )
...
* Clarify the role of `Dispatchers.Main` in 2025.1
* Update topics/basics/architectural_overview/threading/coroutines/coroutine_dispatchers.md
* Update topics/basics/architectural_overview/threading/coroutines/coroutine_dispatchers.md
Co-authored-by: Karol Lewandowski <karol86@gmail.com>
* Update topics/basics/architectural_overview/threading/coroutines/coroutine_dispatchers.md
Co-authored-by: Karol Lewandowski <karol86@gmail.com>
---------
Co-authored-by: Karol Lewandowski <karol86@gmail.com>
2025-02-26 18:07:05 +01:00
Yann Cébron
8e75908ed2
update GH link
2025-02-26 17:14:25 +01:00
Yann Cébron
a7d60e6ef9
verifying_plugin_compatibility.md: show relevant project information
2025-02-26 15:53:26 +01:00
YannCebron
8d4a3a1cf3
Generate Libraries releases variable file
2025-02-26 14:44:57 +00:00
Yann Cébron
084e4cdf93
libraries_releases.main.kts: scan PV, fix
2025-02-26 15:44:02 +01:00
YannCebron
38d1ad35e8
Generate Libraries releases variable file
2025-02-26 14:40:24 +00:00
Yann Cébron
99df75fc8a
libraries_releases.main.kts: scan PV, fix
2025-02-26 15:39:23 +01:00
YannCebron
5053184293
Generate Libraries releases variable file
2025-02-26 14:32:53 +00:00
Yann Cébron
669b01b174
libraries_releases.main.kts: scan PV
2025-02-26 15:31:40 +01:00
Yann Cébron
700285b666
v.list: intellij-platform-gradle-plugin-version 2.3.0
2025-02-26 15:26:08 +01:00
YannCebron
8104d3e060
Generate Libraries releases variable file
2025-02-26 14:24:38 +00:00
Yann Cébron
5ffbf623bb
api_changes_list_2025.md: cleanup
2025-02-26 13:44:19 +01:00
Yann Cébron
4027aaf15f
api pages: 2025.2 placeholder
2025-02-26 13:41:13 +01:00
Konstantin Nisht
33744df48c
Document changes in threading contracts for 2025.1 ( #1428 )
2025-02-26 11:37:45 +01:00