4298 Commits

Author SHA1 Message Date
Karol Lewandowski
3093f669a4 grammar_and_parser.md: cleanup 2022-03-22 15:53:13 +01:00
Karol Lewandowski
da7a07b2af dev_alternate_products.md: improve code snippets readability 2022-03-22 14:46:57 +01:00
Karol Lewandowski
03965bfbc4 android_studio.md: improve snippets readability 2022-03-22 14:31:45 +01:00
Karol Lewandowski
2a4ffe3c18 rename Gradle build scripts snippet tabs 2022-03-22 14:23:10 +01:00
Karol Lewandowski
6526f21b17 intellij_artifacts.md: cleanup 2022-03-22 14:11:00 +01:00
Karol Lewandowski
6bc2125f03 change order of Gradle build scripts snippets (Kotlin is default now) 2022-03-22 13:55:32 +01:00
Karol Lewandowski
1c14bc265f plugin_compatibility.md: cleanup 2022-03-22 12:43:53 +01:00
Karol Lewandowski
ec37b2a10c dev_alternate_products.md: add link to compatibility with multiple products page 2022-03-22 12:29:57 +01:00
Karol Lewandowski
3dbf4fcc96 plugin_alternatives.md: add link to LivePlugin examples 2022-03-22 10:38:59 +01:00
Karol Lewandowski
596f032c88 plugin_alternatives.md: add info about ssr limitation 2022-03-22 10:16:45 +01:00
Yann Cébron
f20f37eeb1 api_changes_list_2022.md: icons.DevkitIcons.Gutter 2022-03-22 09:44:11 +01:00
dependabot[bot]
74043b986c
build(deps): bump actions/cache from 2.1.7 to 3 (#683)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.7...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  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>
2022-03-22 08:40:48 +01:00
Yann Cébron
f98d9b3428 language_and_filetype.md: fix EP name 2022-03-21 19:08:50 +01:00
Yann Cébron
52054acb8f parameter_info.md: wording 2022-03-21 18:57:38 +01:00
Yann Cébron
ff59d890c5 external_builder_api.md: wording 2022-03-21 18:53:29 +01:00
Yann Cébron
d56392a010 api_notable_list_2020.md: fix AboutPopupDescriptionProvider EP name 2022-03-21 18:52:19 +01:00
Yann Cébron
f8a27f9fc4 settings_groups.md: clarify parent-child section wording 2022-03-21 18:40:52 +01:00
Yann Cébron
217a2e313f move obsolete "Part X - Plugins Repository" into Appendix I 2022-03-21 15:03:51 +01:00
Yann Cébron
ad69d1d2e6 upsource: 2021.3.3 2022-03-21 14:03:52 +01:00
Patrick Scheibe
4ddd12d506 documentation.md: Small typo 2022-03-21 13:56:11 +01:00
Jakub Chrzanowski
41f586963b
android_studio_releases.main.kts: Use retrieve an actual Android Studio version 2022-03-21 11:39:14 +01:00
Yann Cébron
85b8a6616c api_changes_list_2022.md: icons.DevkitIcons 2022-03-21 10:34:14 +01:00
Greg Shrago
d9c3e4697f
document BaseFilterLexerUtil changes 2022-03-19 17:25:18 +03:00
Karol Lewandowski
21edea6562 remove 'final' leftovers and rename 'e' to 'event' in snippets 2022-03-18 14:27:48 +01:00
Karol Lewandowski
3011dbc481 themes_metadata.md: cleanup 2022-03-18 13:32:02 +01:00
Karol Lewandowski
5f6869d16a xml_dom_api.md: cleanups 2022-03-18 13:24:41 +01:00
Karol Lewandowski
66a6a2c37e formatting cleanup and redundant final keyword removal 2022-03-18 12:49:03 +01:00
Karol Lewandowski
04581bbba4 cleanup example packages, namespaces and identifiers to use com.example/example.com (leftovers) 2022-03-18 11:51:20 +01:00
Karol Lewandowski
049a680c9e cleanup example packages, namespaces and identifiers to use com.example/example.com 2022-03-18 11:21:22 +01:00
Karol Lewandowski
9f37a5fbba work_with_icons_and_images.md: align kotlin example to the java one 2022-03-18 11:21:22 +01:00
Karol Lewandowski
c3b0a79c8c vcs_integration_for_plugins.md: add <control> markers 2022-03-18 11:21:22 +01:00
Karol Lewandowski
a82e9ff0d3 update_plugins_format.md: cleanup 2022-03-18 11:21:22 +01:00
Karol Lewandowski
8201195c3c testing_highlighting.md: pull the content from callout to regular paragraph for readability 2022-03-18 11:21:22 +01:00
Karol Lewandowski
d3f6424f4c grammar and writing style corrections 2022-03-18 11:21:22 +01:00
Karol Lewandowski
86c69eec32 remove noisy final keywords in code snippets 2022-03-18 11:21:22 +01:00
Karol Lewandowski
4e512d99d3 plugin_configuration_file.md: cleanups:
- narrower formatting
- changed namespace and domains to example.com
- replaced "plugin template" with "my plugin" to avoid any potential confusions with the existing plugin template which is not a plugin
2022-03-18 11:21:22 +01:00
Karol Lewandowski
86d9ca3e8b code snippets formatting cleanup 2022-03-18 11:21:22 +01:00
Karol Lewandowski
b6076ea34d dev_alternate_products.md: cleanup 2022-03-18 11:21:22 +01:00
Karol Lewandowski
34c5d4a64d intellij_platform.md: cleanup 2022-03-18 11:21:22 +01:00
Jakub Chrzanowski
ee6c405f12
GitHub Actions workflows: docs.yml – fixed Plugin Verifier downloading 2022-03-18 10:26:22 +01:00
Jakub Chrzanowski
f27964a9ae
GitHub Actions workflows: docs.yml – fixed Plugin Verifier downloading 2022-03-18 08:55:53 +01:00
dependabot[bot]
706353ce63 build(deps): bump Endbug/add-and-commit from 8 to 9
Bumps [Endbug/add-and-commit](https://github.com/Endbug/add-and-commit) from 8 to 9.
- [Release notes](https://github.com/Endbug/add-and-commit/releases)
- [Changelog](https://github.com/EndBug/add-and-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Endbug/add-and-commit/compare/v8...v9)

---
updated-dependencies:
- dependency-name: Endbug/add-and-commit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-18 08:53:21 +01:00
hsz
0427398899 Generate Android Studio releases 2022-03-18 01:35:15 +00:00
Jakub Chrzanowski
306491a3ae
GitHub Actions workflows: docs.yml – fixed Plugin Verifier downloading 2022-03-18 00:16:33 +01:00
Yann Cébron
91b43efaba code_documentation.md: minor edits 2022-03-17 15:33:43 +01:00
Yann Cébron
042d28610c code_documentation.md: swapped links 2022-03-17 15:29:09 +01:00
Yann Cébron
5d2efe6f80 code_documentation.md: cleanup 2022-03-17 14:45:04 +01:00
Patrick Scheibe
58f997b9fd
Feature documentation (aka QuickDoc in the Features section) (#680)
Add page for the `DocumentationProvider` in the feature section
2022-03-17 14:12:37 +01:00
Yann Cébron
e444d7a843 plugin_dependencies.md: bundled plugin IDs table/links 2022-03-16 18:14:08 +01:00
Yann Cébron
a7371f4528 prerequisites.md: clarify plugins/initial step 2022-03-16 17:04:27 +01:00