5263 Commits

Author SHA1 Message Date
Karol Lewandowski
519d72c639 plugin_compatibility.md: Add link-summary 2022-12-02 15:39:21 +01:00
Karol Lewandowski
63fc080ab4 basic_action_system.md: Add link-summary 2022-12-02 15:33:07 +01:00
Karol Lewandowski
0e34c307b8 basic_action_system.md: Cleanup 2022-12-02 15:33:07 +01:00
Karol Lewandowski
f7867d3d29 creating_plugin_project.md: Add link-summary 2022-12-02 15:33:07 +01:00
Karol Lewandowski
4a3c2fdb37 tools_gradle_intellij_plugin.md: Add link-summary 2022-12-02 15:33:07 +01:00
Karol Lewandowski
0d03e5d5fb tools_gradle_intellij_plugin.md: Cleanup 2022-12-02 15:33:07 +01:00
Karol Lewandowski
b9bd8817a7 psi_performance.md: Mention CacheValueManager 2022-12-02 12:11:02 +01:00
Karol Lewandowski
aff8c54638 psi_performance.md: Cleanup 2022-12-02 12:10:44 +01:00
Yann Cébron
ab2e08d716 kotlin_ui_dsl_version_2.md: Cell.align 2022-12-02 10:39:49 +01:00
hsz
ae1a65e4ba Generate Android Studio releases 2022-12-02 01:31:24 +00:00
Sergei Tachenov
28924607af
Add SimpleNode.doUpdate() method removal (#908)
As a part of IDEA-307083 (Rework PresentableNodeDescriptor/SimpleNode update logic), it was needed to move
away from doUpdate() modifying the object's state directly, so a new parameter was needed.
2022-12-01 18:26:15 +01:00
Yann Cébron
09bb4b7d8d some link-summary 2022-12-01 17:58:40 +01:00
Karol Lewandowski
772d77a9e9 using_kotlin.md: Clarify 'class' vs 'object' 2022-12-01 16:58:16 +01:00
Sergei Tachenov
843b0dd7f3
Add ExternalSystemNode.setNameAndTooltip 2023.1 API changes (#907)
These API changes are related to IDEA-307083 (Rework PresentableNodeDescriptor/SimpleNode update logic).
The new parameter is needed to avoid race conditions with background updates.
2022-12-01 16:13:35 +01:00
Karol Lewandowski
9849b94ef8 plugin_compatibility.md, goland.md: Fix the Go-specific plugin dependencies information 2022-12-01 13:19:39 +01:00
Karol Lewandowski
50f25ecaed plugin_compatibility.md, goland.md: cleanup 2022-12-01 13:19:39 +01:00
Yann Cébron
c8e98ce1f5 snippets: ep_list_legend & cleanup 2022-12-01 12:37:39 +01:00
Yann Cébron
d2204da8b8 snippets: apiChangesJavaVersion 2022-12-01 12:13:46 +01:00
Yann Cébron
7a85eaab23 snippets: apiChangesHeader 2022-12-01 11:39:16 +01:00
Yann Cébron
97ec5ac3c9 api_changes_list_2022.md: cleanup 2022-12-01 11:26:57 +01:00
Yann Cébron
7b743bcb3a sdk_style.md: tables 2022-12-01 11:26:12 +01:00
Alexander Kass
740eaccfb9
Document internal changes of DG (#906) 2022-12-01 11:26:01 +01:00
Yann Cébron
5e7cb1f7ac snippets: jetbrainsProductOpenSourceLicense 2022-12-01 10:13:26 +01:00
Yann Cébron
cd23596f6b
223 release (#904)
* api_notable_list_2022.md: update unbundled plugins 2022.3

* element_patterns.md: new sample

* 2022.3 release: update GH links

* 2022.3 release: update GH links, #2

* EP list: initial, change android from GH to JB hosting temporarily + adapt links

* 223 release initial values

* stop recommending PreloadingActivity (internal API now)

* product specific EP lists

* element_patterns.md: minor

* code samples: upgrade

* extension_point_list.md: fix duplicate heading

* sdk_code_guidelines.md: update compatibility values

* spring_extension_point_list.md: update

* 223.7571.182
2022-11-30 20:31:23 +01:00
Yann Cébron
060186cf72 snippets.md: subscribeNews 2022-11-30 19:15:52 +01:00
Yann Cébron
e6c2e6f02d extract snippets.md with commonly used content 2022-11-30 19:05:58 +01:00
Yann Cébron
72c2872d2d content_updates.md: cleanup 2022-11-30 18:42:50 +01:00
Yann Cébron
4dc6b391d3 sdk_style.md: update, reformat 2022-11-30 18:17:58 +01:00
Yann Cébron
4e5989778a sdk_style.md: update page header 2022-11-30 17:56:14 +01:00
Yann Cébron
dec645c933 action_basics: adjust Action texts to not trigger "wrong case" inspection 2022-11-30 17:48:14 +01:00
Karol Lewandowski
53a5d8c397
New topic: Plugin User Experience (UX) (#905) 2022-11-30 10:57:23 +01:00
Karol Lewandowski
1a82a8bd82 basic_action_system.md: Fix: <menupath> -> <ui-path> 2022-11-30 09:43:09 +01:00
dependabot[bot]
6a2b4cbef4
build(deps): bump org.jetbrains.kotlin.jvm in /code_samples/kotlin_demo (#903)
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.7.21 to 1.7.22.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.21...v1.7.22)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 09:28:41 +01:00
Yann Cébron
329f195c80 code samples: Gradle 7.6 2022-11-28 17:31:11 +01:00
Yann Cébron
11aea16868 creating_plugin_project.md: minor 2022-11-28 16:33:10 +01:00
Karol Lewandowski
81b51888cd android_studio_releases.main.kts: Replace 'chunk' with 'snippet' 2022-11-25 08:02:23 +01:00
Karol Lewandowski
40b037be02 android_studio_releases.md: Replace 'chunk' with 'snippet' 2022-11-25 07:59:32 +01:00
Karol Lewandowski
13c3df529a Add redirect: templates.html -> file-and-code-templates.html 2022-11-25 07:26:48 +01:00
hsz
8279a09fcd Generate Android Studio releases 2022-11-25 01:32:36 +00:00
Yann Cébron
6f9c982ca6 creating_plugin_project.md: update 2022-11-24 16:56:46 +01:00
Karol Lewandowski
164f5863a0 Remove redundant Templates section page 2022-11-24 15:50:30 +01:00
Karol Lewandowski
c36147439c
Migration from Stardust to Writerside (#902) 2022-11-24 15:11:20 +01:00
Yann Cébron
2e4215b01b completion_test.md: clarify '<caret>' marker 2022-11-23 17:58:36 +01:00
Patrick Scheibe
5508c47c68
Add information about threading in Actions
* Add information about threading in Actions
* Crosslink with other pages
2022-11-23 03:43:04 +01:00
Yann Cébron
8f7b6a349a using_kotlin.md: update stdlib version for 2022.3 2022-11-22 16:09:47 +01:00
Yann Cébron
5614449df5 api_changes_list_2023.md: fix warning position 2022-11-22 15:45:27 +01:00
Yann Cébron
b5b22b06fd plugin_content.md: add note about OS-specific distributions not supported 2022-11-21 17:24:52 +01:00
Yann Cébron
a33a2ae74e gradle: update 2022.3 warning message, minor 2022-11-21 13:25:11 +01:00
Yann Cébron
f66d8b3ec9 syntax_errors.md: add note about "Controlling Highlighting" for annotators/inspections 2022-11-21 12:19:11 +01:00
dependabot[bot]
219c734728
build(deps): bump org.jetbrains.intellij in /code_samples/action_basics (#900)
Bumps org.jetbrains.intellij from 1.9.0 to 1.10.0.

---
updated-dependencies:
- dependency-name: org.jetbrains.intellij
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 11:17:51 +01:00