Yann Cébron
04cc07f887
tools_intellij_platform_gradle_plugin.md: initial, TOC
2024-01-29 09:32:31 +01:00
Yann Cébron
688e3093c7
tools_intellij_platform_gradle_plugin.md: initial
2024-01-25 17:43:55 +01:00
Yann Cébron
abe556331d
api changes: simplify signatures
2024-01-25 13:05:04 +01:00
Bart van Helvert
9115e0f9e9
api_changes_list_2024.md: RefactoringHelper.prepareOperation ( #1209 )
2024-01-25 13:03:36 +01:00
hsz
757ae71a8a
Generate Android Studio releases
2024-01-25 01:38:30 +00:00
Yann Cébron
2bda93f240
build_number_ranges.md: smaller edits
2024-01-24 16:27:57 +01:00
Yann Cébron
765fd3dfc3
api_changes_list_2024.md: align entries visually
2024-01-24 16:20:50 +01:00
hsz
f5daa82ac9
Generate Android Studio releases
2024-01-24 01:29:49 +00:00
Yann Cébron
552fcf2fc8
tools_gradle_intellij_plugin.md: add publishPlugin task hidden
property (1.17.0)
2024-01-23 10:55:02 +01:00
hsz
1696eccdfb
Generate Android Studio releases
2024-01-23 01:29:23 +00:00
Ilya Kazakevich
5d831bfdbf
Update api_changes_list_2024.md ( #1186 )
...
As part of migration to v2 modules we moved this class to another package.
See `18dcc57922878c8ad1fe0bb6be85097d4d81cc34`
2024-01-22 16:41:37 +01:00
Andrey Belyaev
4c9e99fe0d
[IJSDK-1942] Update storage guidance in documentation ( #1208 )
...
The instructions for planning storage location have been updated to provide more context. The updated version emphasizes the use of a project-level custom file for plugin settings and recommends `@Storage(StoragePathMacros.CACHE_FILE)` for cached values. Reference to `StoragePathMacros` for commonly used macros is included in the new text.
2024-01-22 12:52:49 +01:00
Yann Cébron
70bf352b70
Gradle IntelliJ Plugin 1.17.0
2024-01-22 09:24:36 +01:00
hsz
f946c02b19
Generate Libraries releases variable file
2024-01-19 01:44:19 +00:00
Yann Cébron
c8d7aaf758
external_system_integration.md: remove temp debugging leftover
2024-01-15 16:43:44 +01:00
hsz
2ac4fc1ab8
Generate Android Studio releases
2024-01-13 01:28:11 +00:00
Yann Cébron
6437fa3fb8
api_changes_list_2024.md: Restructured Text Plugin 241
2024-01-11 17:48:35 +01:00
Yann Cébron
616f1ee805
api_changes_list_2024.md: Django Plugin 241
2024-01-11 17:44:34 +01:00
hsz
15091497be
Generate Android Studio releases
2024-01-11 01:28:42 +00:00
Yann Cébron
9bc66f2697
internal_ui_inspector.md: fix shortcut for macOS (IJSDK-1932)
2024-01-10 13:56:46 +01:00
Yann Cébron
b008958e0c
Twitter -> X
2024-01-10 11:00:45 +01:00
Yann Cébron
0b645cf8b7
rename config file according to WRS style
2024-01-09 16:29:40 +01:00
Yann Cébron
9acfa391af
simple language: regen lexer with current jflex version
2024-01-09 15:00:46 +01:00
Yann Cébron
91da036fa2
"IntelliJ Platform" casing
2024-01-09 14:45:34 +01:00
Yann Cébron
c4bdffddb2
tools_gradle_intellij_plugin.md: minor
2024-01-09 13:33:21 +01:00
Yann Cébron
581f47ed38
tools_gradle_grammar_kit_plugin.md: updates
2024-01-09 13:28:50 +01:00
Yann Cébron
b0ffb462d7
update gradle-grammar-kit-plugin-version
2024-01-09 09:50:24 +01:00
YannCebron
155aba7f83
Generate Libraries releases variable file
2024-01-09 08:49:44 +00:00
Yann Cébron
ca081bd4b8
sdk_style.md: update sample copyright year
2024-01-08 16:07:49 +01:00
Yann Cébron
482e7f7d4b
content_updates.md: fix "june-20"
2024-01-08 16:07:22 +01:00
Yann Cébron
928394bf2b
testing_highlighting.md: remove mention of unsupported bundleMsg
2024-01-08 15:13:04 +01:00
Yann Cébron
06ef7d0eb7
api_notable_list_2024.md: unbundled plugins
2024-01-08 13:08:41 +01:00
hsz
a9210eb30b
Generate Android Studio releases
2024-01-05 01:28:02 +00:00
hsz
0f3efe4921
Generate Android Studio releases
2024-01-04 01:27:35 +00:00
Karol Lewandowski
c2f4b8380f
plugin_components.md: Grammar fix
2024-01-03 11:24:40 +01:00
Karol Lewandowski
ef20da8740
plugin_components.md: Clarify Kotlin usage
2024-01-03 11:24:30 +01:00
hsz
629c6853d9
Generate Android Studio releases
2024-01-03 01:28:01 +00:00
dependabot[bot]
a24f6b90c3
build(deps): bump org.jetbrains.kotlin.jvm in /code_samples/kotlin_demo ( #1183 )
...
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin ) from 1.9.21 to 1.9.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.9.21...v1.9.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-02 18:10:57 +01:00
hsz
a89cb9cae2
Generate Android Studio releases
2023-12-29 01:21:05 +00:00
hsz
3d9cbc20f6
Generate Android Studio releases
2023-12-27 01:26:17 +00:00
Yann Cébron
33eaddc5d2
custom_language_support.md: link LSP
2023-12-21 16:07:44 +01:00
Yann Cébron
6deae28418
tools_gradle_intellij_plugin.md: document RR
IDE type
2023-12-21 16:01:55 +01:00
Yann Cébron
4a05bb2813
implementing_parser_and_psi.md: minor edits
2023-12-21 14:22:19 +01:00
Yann Cébron
4dbec71f80
implementing_parser_and_psi.md: minor edits
2023-12-21 11:40:25 +01:00
Yann Cébron
2b1272168e
Github links: 2023.3.2
2023-12-21 10:44:37 +01:00
Jakub Chrzanowski
207014f593
content_updates.md: add Language Server Protocol (LSP)
2023-12-20 21:53:05 +01:00
Yann Cébron
1b95f9dea7
User Interface FAQ: initial
2023-12-20 17:25:49 +01:00
Yann Cébron
732e178425
language_server_protocol.md: formatting, minor changes
2023-12-20 12:18:47 +01:00
Yann Cébron
a33359fcd3
api_notable_list_2023.md: link to LSP page
2023-12-20 11:59:32 +01:00
Yann Cébron
539955720a
Github links: 2023.3.1
2023-12-20 11:51:00 +01:00