Yann Cébron
e2d48acf79
tools_gradle_intellij_plugin.md: minor
2023-11-14 12:03:33 +01:00
Yann Cébron
5f46aecdb9
tools_gradle_intellij_plugin.md: grammar cleanup
2023-11-14 11:25:46 +01:00
Yann Cébron
882f467829
tools_gradle_intellij_plugin.md: update "IDE - Attaching Sources" section
2023-11-14 11:16:56 +01:00
dependabot[bot]
5528336286
build(deps): bump actions/github-script from 6 to 7 ( #1148 )
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-14 09:21:30 +01:00
Yann Cébron
63028b2a31
learning_resources.md: Busy Plugin Developers #7
2023-11-13 16:38:30 +01:00
Ilya Kirillov
1a90c23808
Document some incompatible Kotlin plugin changes for 2023.3 ( #1147 )
...
* Document some incompatible Kotlin plugin changes for 2023.3
`org.jetbrains.kotlin.idea.compiler.configuration.KotlinIdePluginVersion` and `org.jetbrains.kotlin.idea.compiler.configuration.KotlinIdePluginVersion.Companion` internal API is removed.
* Remove the wording about "Internal API" as this related to a specific concept in IJ Platform
2023-11-13 11:00:22 +01:00
Liudmila Kornilova
16f553571b
api_changes_list_2023.md: add missing method name) ( #1146 )
2023-11-10 16:37:04 +01:00
Yann Cébron
86981a74e7
code links: 2023.2.5
2023-11-09 16:38:12 +01:00
Yann Cébron
1f0031d489
api_changes_list_2024.md: LineBookmarkProvider.Companion
2023-11-09 15:00:32 +01:00
Yann Cébron
ccf9c2c84c
api_changes_list_2024.md: LineBookmarkProvider.Companion
2023-11-09 14:56:05 +01:00
Yann Cébron
16b486d7f0
basic_action_system.md: minor
2023-11-09 12:13:50 +01:00
Karol Lewandowski
8b7c2d7d13
basic_action_system.md: Add information about executing actions programmatically
2023-11-09 11:17:46 +01:00
Karol Lewandowski
c182a4da93
basic_action_system.md: Cleanup
2023-11-09 11:07:09 +01:00
Yann Cébron
c7e6d892ee
additional_minor_features.md: TODO Additional places
2023-11-09 10:30:06 +01:00
Yann Cébron
012170818c
plugin_compatibility.md: put CLion tab first, as AppCode is discontinued
2023-11-07 17:22:30 +01:00
Yann Cébron
88a601b7a5
idea.md: minor
2023-11-07 15:27:19 +01:00
Yann Cébron
6a3e125fa7
api_changes_list_2024.md: CodeFoldingConfigurable.applyCodeFoldingSettingsChanges()
2023-11-07 15:26:57 +01:00
Yann Cébron
e1f6801ea3
idea.md: cleanup
2023-11-07 12:22:05 +01:00
ivankrut856
a8864e84e6
The second part of api affected by DBE-163 ( #1145 )
2023-11-06 14:04:56 +01:00
Yann Cébron
8d395dee95
using_kotlin.md: fix heading ID
2023-11-06 12:31:16 +01:00
Kesarev Sergey
5d9ea90457
api_changes_list_2023.md: Document plugin manager api changes in 2023.3 ( #1143 )
...
* Document plugin manager api changes in 2023.3
* Fix after checks
2023-11-06 10:14:16 +01:00
Cazka
c4b812f7ed
creating_plugin_project.md: match the version in the code sample ( #1144 )
2023-11-06 07:18:42 +01:00
Yann Cébron
4444537150
using_kotlin.md: update "Incremental compilation" section
2023-10-31 17:07:49 +01:00
Yann Cébron
1da28119c4
using_kotlin.md: note about Coroutines lib
2023-10-31 17:04:52 +01:00
Yann Cébron
6814f0334d
using_kotlin.md: note FileType as notable exception for using 'object'
2023-10-31 16:16:47 +01:00
Yann Cébron
5ea293927e
using_kotlin.md: update stdlib section
2023-10-31 13:42:47 +01:00
Yann Cébron
6bf5b01886
Kotlin 1.9.20
2023-10-31 08:52:57 +01:00
hsz
0958dc0f69
Generate Android Studio releases
2023-10-31 01:28:58 +00:00
Yann Cébron
0290575c07
module.md: add "Storing a reference to a Module"
2023-10-30 14:53:15 +01:00
hsz
ae34f49081
Generate Android Studio releases
2023-10-27 01:24:30 +00:00
Nikita Skvortsov
f8dee9d2b4
Document removal of GradleProjectResolver.CONFIGURATION_ARTIFACTS ( #1141 )
...
* Document removal of GradleProjectResolver.CONFIGURATION_ARTIFACTS
This key used to point to artifacts' mapping information in DataNode. Since 2023.3 this information is stored in `org.jetbrains.plugins.gradle.service.project.ProjectResolverContext`
* Fix punctuation
2023-10-26 16:23:40 +02:00
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