5722 Commits

Author SHA1 Message Date
Karol Lewandowski
02ee9f26fa sdk.md: Make extension classes non-public and final 2023-10-26 15:32:24 +02:00
Karol Lewandowski
189ec31a05 dialog_wrapper.md: Reduce code snippet indent 2023-10-26 15:22:13 +02:00
Karol Lewandowski
d150a6b808 template_support.md: Make extension classes non-public and final 2023-10-26 15:19:20 +02:00
Karol Lewandowski
6f37bcf317 using_file_templates.md: Do not initialize Action presentation eagerly 2023-10-26 15:16:06 +02:00
Karol Lewandowski
e3a3dbd4fb documentation_provider.md: Make extension classes non-public and final 2023-10-26 15:02:56 +02:00
Karol Lewandowski
94a465e143 editor_events.md: Make extension classes non-public and final 2023-10-26 15:02:56 +02:00
Karol Lewandowski
230a2f8eac line_marker_provider.md: Make extension classes non-public and final 2023-10-26 15:02:56 +02:00
Karol Lewandowski
c22b7c599b working_with_custom_actions.md, PopupDialogAction.java: Cleanup code sample and reference it from the page 2023-10-26 15:02:56 +02:00
Yann Cébron
af16417aa3 snippets.md: grammar 2023-10-26 14:59:16 +02:00
Yann Cébron
bf20ac85f2 api_changes_list.md: use existing snippet 2023-10-26 14:59:16 +02:00
Yann Cébron
f717bd93e8 api_notable.md: grammar 2023-10-26 14:59:16 +02:00
Nikita Skvortsov
aed84e7138
Document GradleProjectResolverUtil.buildDependencies changes (#1140)
A method parameter type has changed. It should be updated in client code using either existing values from the context, or a wrapper around parameter of the previous type.
2023-10-26 14:57:14 +02:00
CherepanovAleksei
babd2d7a16
Update Kotlin Plugin changes (#1136)
* Update Kotlin Plugin changes

Document Kotlin Facet changes in 23.3

* Update Kotlin Plugin changes

Fix the typo in the pattern
2023-10-26 14:44:54 +02:00
Karol Lewandowski
06875e8482 framework.md: Make extension classes non-public and final 2023-10-26 12:51:36 +02:00
Karol Lewandowski
dc170269a0 sdk.md: Fix incorrect method invocation 2023-10-26 12:46:04 +02:00
Karol Lewandowski
0e26d39527 sdk.md: Fix incorrect method reference 2023-10-26 12:41:06 +02:00
Karol Lewandowski
cf3f47f51e project.md: Clean up code snippets 2023-10-26 12:39:56 +02:00
Karol Lewandowski
6d08d91e1f module.md: Clean up code snippets 2023-10-26 12:31:25 +02:00
Karol Lewandowski
b1630619ef library.md: Clean up code snippet 2023-10-26 12:30:56 +02:00
Karol Lewandowski
def244146b syntax_highlighting_and_error_highlighting.md: Remove unnecessary indent 2023-10-26 12:18:34 +02:00
Karol Lewandowski
dfb53d6405 language_injection.md: Make extension classes non-public and final 2023-10-26 12:16:47 +02:00
Karol Lewandowski
7972ef4a48 language_injection.md: Do not use "bizarre" word 2023-10-26 12:14:16 +02:00
Karol Lewandowski
0b2a743357 project_wizard.md: Add @NotNull to setupProjectStructure method signature 2023-10-26 12:14:16 +02:00
Karol Lewandowski
959d13aed8 messaging_infrastructure.md: Use actual constant introduced in example 2023-10-26 12:14:16 +02:00
Karol Lewandowski
e7e15b1b99 testing_faq.md: Use standard formatting convnetion 2023-10-26 12:14:16 +02:00
Karol Lewandowski
ed513fb0e7 light_and_heavy_tests.md: Add generic wildcard to get rid of "Raw use of parameterized class" warning 2023-10-26 12:14:16 +02:00
Yann Cébron
7bb924bd89 persisting_state_of_components.md: grammar fixes 2023-10-26 11:55:54 +02:00
ivankrut856
2ff485174c
Update api after DBE-163 (#1139)
* Update api after DBE-163

* Remove "method added" info
2023-10-26 10:52:31 +02:00
Yann Cébron
8e051fd948 api_changes_list_2023.md: fix "Collaboration Tools" 2023-10-26 09:59:41 +02:00
Karol Lewandowski
1947552627 content_updates.md: Add "requirements for persistent state components to be included in Settings Sync" 2023-10-26 09:04:14 +02:00
Karol Lewandowski
e95b3e6d8d content_updates.md: Add "simplifying run configuration editors" 2023-10-26 09:03:49 +02:00
Karol Lewandowski
34f28f015b content_updates.md: Add "quick fix/intention ordering" and "declarative inlay hints customization" 2023-10-26 09:03:28 +02:00
Karol Lewandowski
da6c3a43b6 content_updates.md: Add "Clarify referencing icons by paths and icon holder class constants" 2023-10-26 08:44:24 +02:00
Karol Lewandowski
5d06f8ee6b content_updates.md: Add Highlighting Tests Clarification 2023-10-26 08:32:13 +02:00
Karol Lewandowski
a6ce7a32c4 content_updates.md: Add Kotlin Persistent State Component 2023-10-26 08:20:17 +02:00
Karol Lewandowski
700b6a2268 jcef.md: Shorter variable names in code snippets 2023-10-26 08:18:27 +02:00
Ivan Semenov
72b5c10c37
Collaboration tools changes 233 (#1138)
Document breaking changes in collab tool for 233
2023-10-25 17:59:53 +02:00
Yann Cébron
a337a6716a code_formatting.md: add "Restricting Formatting" 2023-10-25 17:17:15 +02:00
Yann Cébron
33e9aae557 code links: 2023.2.4 2023-10-25 15:22:32 +02:00
Yann Cébron
642ede9b4b general_threading_rules.md: improve "Read Access" section 2023-10-25 14:56:07 +02:00
Yann Cébron
87a24b6979 CI: update PV target IDE versions 2023-10-25 13:56:26 +02:00
Yann Cébron
3523da598a code samples: apply "Plugin DevKit | Code | Extension class should be final and non-public" 2023-10-25 13:51:55 +02:00
Yann Cébron
dd7a8a6be1 simple language: cleanup SimpleReference 2023-10-25 13:51:55 +02:00
Nikita Ermolenko
157d8d1ce1
Update api_changes_list_2023.md (#1137)
* Document DataGrid.getName(ModelIndex) method addition in 2023.2

* Document DataGrid.getName(ModelIndex) method removal in 2023.3
2023-10-25 13:48:20 +02:00
Yann Cébron
ac02ec7e65 general_threading_rules.md: cleanup, minor edits 2023-10-25 12:01:56 +02:00
hsz
29370decd0 Generate Android Studio releases 2023-10-25 06:22:21 +00:00
Yann Cébron
9c36cb6bb1 api_changes_list_2023.md: format 2023-10-24 14:58:00 +02:00
Yann Cébron
4bbfa14653
Document org.jetbrains.plugins.notebooks.jupyter.variables package removal due to Jupyter plugin extraction. (#1135)
Co-authored-by: Anton Bragin <agbragin@users.noreply.github.com>
2023-10-24 14:57:00 +02:00
Vladimir Plyashkun
62bc8ecdf4
Update api_changes_list_2023.md (#1134)
Add profiler API changes for 2023.3
2023-10-24 14:42:04 +02:00
Dmitry Makhnev
0b2f065318
Add JavaScript plugin API changes for 2023.3 (#1133)
* Add JavaScript plugin API changes for 2023.3

* Fix format and message
2023-10-24 14:23:28 +02:00