Karol Lewandowski
c0556f146f
generate_descriptor_pages.main.kts: Trim redundant spaces in attribute notes
2025-03-24 09:52:17 +01:00
Karol Lewandowski
9b464d9210
Cleanup: Delete duplicate spaces
2025-03-24 09:51:55 +01:00
Yann Cébron
15da8b96ee
v.list: update tooling versions
2025-03-24 08:31:45 +01:00
hsz
989450eed6
Generate Libraries releases variable file
2025-03-21 01:35:42 +00:00
hsz
e156e548f5
Generate Android Studio releases
2025-03-21 01:32:30 +00:00
hsz
1068845303
Generate Libraries releases variable file
2025-03-20 01:35:34 +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
702c10012a
GH links: 2024.3.5
2025-03-19 10:32:24 +01:00
Yann Cébron
bfe1f6b814
tool_windows.md: cleanup
2025-03-19 09:59:58 +01:00
Sergey Simonchik
871851163f
document incompatible changes in the terminal API in 2025.1 ( #1445 )
...
* document incompatible changes in the terminal API in 2025.1
* Generate Android Studio releases
---------
Co-authored-by: segrey <segrey@users.noreply.github.com>
2025-03-19 08:38:13 +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
Dmitrii Gridin
6f2e16097f
Document internal changes in Kotlin compiler ( #1444 )
2025-03-17 09:19:37 +01:00
Victor Turansky
38e1929fe7
Document JSElementTypes.toModuleContentType
moving ( #1443 )
2025-03-14 08:19:36 +01:00
Victor Turansky
882e9b7ed9
Document JS highlighters legacy constructors removing ( #1442 )
2025-03-14 08:14:24 +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
Victor Turansky
7c68d9601b
Document properties moving from messages.XmlPsiBundle
to messages.XmlParserBundle
( #1441 )
2025-03-13 11:54:19 +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
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