5837 Commits

Author SHA1 Message Date
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
Jakub Chrzanowski
62305d6195
language_server_protocol.md: minor changes 2023-12-19 12:07:53 +01:00
Jakub Chrzanowski
7d375f8ff0
language_server_protocol.md: minor changes 2023-12-18 22:46:53 +01:00
Karol Lewandowski
11fd219489 buildUML/jb-plantuml-theme.puml: Delete global styles file 2023-12-18 12:22:42 +01:00
Karol Lewandowski
f06749c194
Inline PlantUML diagrams (#1180) 2023-12-18 10:40:41 +01:00
dependabot[bot]
e0fd6bbd95
build(deps): bump actions/upload-artifact from 3 to 4 (#1181)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  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-12-18 09:35:42 +01:00
Michael Angelo Rivera
055c51d1ea
creating_plugin_project.md: Add information about required DevKit installation (#1182) 2023-12-18 08:16:23 +01:00
Karol Lewandowski
48fd7de7e7 jcef.md: Fix internal link 2023-12-15 11:38:47 +01:00
hsz
0677e56750 Generate Android Studio releases 2023-12-14 01:27:34 +00:00
Jakub Chrzanowski
b0c8602224
language_server_protocol.md: update with 2023.3 changes 2023-12-12 14:55:38 +01:00
Karol Lewandowski
96013cd006 Link JCEF classes from master as Javadocs are not available in the current gh-ic 2023-12-08 07:29:39 +01:00
Karol Lewandowski
bd42cfc4f5 Move jcef.md under UI Components 2023-12-08 07:29:39 +01:00
hsz
c51666a3b0 Generate Android Studio releases 2023-12-08 01:28:37 +00:00
Karol Lewandowski
4666aa2ee6 Rename work_with_icons_and_images.md to icons.md 2023-12-07 15:48:47 +01:00
Karol Lewandowski
99272f98f5 work_with_icons_and_images.md: Change the page title and use "icons" term whenever possible 2023-12-07 15:39:11 +01:00
Karol Lewandowski
79e8998b46 Add empty labels configuration 2023-12-07 12:29:33 +01:00
Karol Lewandowski
7730473352 Change "quick-fix" to "quick fix"
This is the actual feature name we use everywhere.
2023-12-07 12:29:33 +01:00
Yann Cébron
0f83aa773f language_server_protocol.md: add missingContent snippet 2023-12-07 11:59:57 +01:00
Yann Cébron
ae61c3c1f9 glossary.md: add LSP, fix 2023-12-07 10:51:12 +01:00