5846 Commits

Author SHA1 Message Date
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
Yann Cébron
939a6ab108 glossary.md: add LSP 2023-12-07 10:50:50 +01:00
Yann Cébron
e6eafe707e jcef.md: use GH-var, fix link title 2023-12-07 10:18:16 +01:00
Yann Cébron
3900d4b84c language_server_protocol.md: use verifiable GH link 2023-12-07 10:09:38 +01:00
Karol Lewandowski
b9ccd7cef1 jcef.md: Fix typo 2023-12-07 09:28:47 +01:00
Jakub Chrzanowski
95d0f4b825
Language Server Protocol (#1179)
Language Server Protocol

---------

Co-authored-by: Karol Lewandowski <karol.lewandowski@jetbrains.com>
2023-12-06 20:55:48 +01:00
Yann Cébron
7f1fe19eef jcef.md: cleanup, use GH-var 2023-12-06 18:52:35 +01:00
Karol Lewandowski
27781210c0
Revamped JCEF page (#1178)
* jcef.md: Rewrite the page

* Review fixes

* Update date in content_updates.md

* Change title to more meaningful

* Change title to more meaningful

* Add information about enabling file download

* Update title in navigation

* Set higher level for the Event Handlers section

* Remove redundant title definition in TOC element

* Fix link revert

* Rename examples section

* Do not suggest using JBCefClient.add*Handler() methods - they don't work well and will be probably removed

* Add information about customizing scrollbars
2023-12-06 18:43:53 +01:00
Yann Cébron
69a9b5d8a7
2023.3 release: update pages, extension point lists (#1155)
* 2023.3 release: update pages, extension point lists

* extension_point_list.md: restore deleted heading

* 2023.3 release: code samples

* 23.3 release: final
2023-12-06 17:10:38 +01:00
SolidGlass
f2a789ef88
api_changes_list_2024.md VcsLogFileHistoryHandler.getSupportedVcs() (#1153)
Co-authored-by: Denis Zaichenko <denis.zaichenko@jetbrains.com>
2023-12-05 17:48:15 +01:00
Yann Cébron
7aa1dca2d5 user_interface_components.md: fix typo 2023-12-05 17:02:20 +01:00
Yann Cébron
5da5edc6cc user_interface_components.md: minor 2023-12-05 15:06:34 +01:00
hsz
11180cd346 Generate Android Studio releases 2023-12-04 14:11:49 +00:00
Yann Cébron
33e3fa72a0 code samples: gradle-intellij-plugin 1.16.1 2023-12-04 09:45:37 +01:00
Yann Cébron
453c60bedd update gradle-intellij-plugin-version 2023-12-04 09:18:16 +01:00
hsz
917cc4c99b Generate Libraries releases variable file 2023-12-02 01:28:17 +00:00
dependabot[bot]
f204387522
build(deps): bump actions/setup-java from 3 to 4 (#1156)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  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-30 09:31:47 +01:00
Yann Cébron
3c4a8bd07c additional_minor_features.md: cleanup, align format 2023-11-29 17:32:37 +01:00
Yann Cébron
19df2ce3ba code samples: Gradle 8.5 2023-11-29 16:41:15 +01:00
Yann Cébron
07e1475705 code samples: cleanup 2023-11-29 16:31:01 +01:00
Karol Lewandowski
25de8fb45e plugin_configuration_file.md: Clarify synonym and abbreviation 2023-11-27 11:12:15 +01:00
Karol Lewandowski
27e0a5e8f0 plugin_configuration_file.md: Swap synonym with abbreviation
Synonym is more widely used
2023-11-27 10:19:10 +01:00
Yann Cébron
52879ae239 api_changes_list_2023.md: ConsoleHistoryCopyHandler.PROMPT_LENGTH_MARKER 2023-11-27 09:58:37 +01:00
Yann Cébron
8d331d9902 creating_plugin_project.md: Kotlin 1.9.21 2023-11-27 09:28:00 +01:00
dependabot[bot]
e8b7f54a42
build(deps): bump org.jetbrains.kotlin.jvm in /code_samples/kotlin_demo (#1154)
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.9.20 to 1.9.21.
- [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.20...v1.9.21)

---
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>
2023-11-27 09:27:31 +01:00
Yann Cébron
72e6da9f7a run_configurations.md: minor edits 2023-11-21 16:07:07 +01:00
Yann Cébron
9a750f7d2f using_kotlin.md: minor edits 2023-11-21 14:03:46 +01:00
Yann Cébron
369bb11a7f using_kotlin.md: recommend using bundled library 2023-11-20 17:47:41 +01:00
Yann Cébron
f45e72128e api changes: comment 2023-11-20 13:25:00 +01:00
Yann Cébron
dc5fd80cec content_updates.md: add Gradle Plugin "Attach Sources" 2023-11-16 11:38:19 +01:00
Yann Cébron
60f23c3c48 api_changes_list_2023.md: cleanup 2023-11-16 09:29:25 +01:00
Pavel Gromov
5185a934fa
Collaboration Tools Module: remove DisposingScope method (#1151) 2023-11-16 09:13:06 +01:00
Ilya Zakoulov
3055e47134
Update api_changes_list_2023.md (#1150) 2023-11-15 09:06:16 +01:00
Yann Cébron
2167190245 api_changes_list_2024.md: cleanup 2023-11-14 17:07:41 +01:00
Eldar Abusalimov
be2f5595e5
Add com.intellij.execution.process.mediator.util package removed (#1149) 2023-11-14 17:05:37 +01:00
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