2952 Commits

Author SHA1 Message Date
Yann Cébron
8ae03e4289 idea.md: link on how to use Java 2020-11-04 17:55:14 +01:00
Yann Cébron
968273c933 indexing_and_psi_stubs.md: INRE 2020-11-04 17:47:10 +01:00
Yann Cébron
eb25d3fb38 indexing_and_psi_stubs.md: sample for gist 2020-11-04 17:30:20 +01:00
Yann Cébron
f2156f24a0 code samples: upgrade dependency on Java plugin to ID-notation (IJSDK-796) 2020-11-04 17:04:05 +01:00
Yann Cébron
49a3432a77 plugin_dependencies.md: clarifications (IJSDK-796) 2020-11-04 16:52:09 +01:00
Yann Cébron
55f824c539 tool_windows.md: clarify dumb mode 2020-11-04 16:09:16 +01:00
Yann Cébron
48b1e6ac9f plugin_components.md: components->Components 2020-11-04 15:02:21 +01:00
Yann Cébron
c71bc92978 tool_windows.md: localization (IJSDK-920) 2020-11-04 14:34:59 +01:00
Yann Cébron
1c9ef74900 tool_windows.md: cleanup 2020-11-04 12:58:04 +01:00
Yann Cébron
686ea666c3 gradle_guide.md: fix heading case 2020-11-04 11:08:04 +01:00
Yann Cébron
99502c2d9b simple_language_plugin: suppress deprecation warning for SimpleFileTypeFactory 2020-11-03 17:21:09 +01:00
Yann Cébron
9ee483e474 simple_language_plugin: register SimpleReferenceContributor with language="JAVA" 2020-11-03 17:20:20 +01:00
Yann Cébron
9d7556020f plugin_extensions.md: mention ExtensionNotApplicableException 2020-11-03 14:17:26 +01:00
Yann Cébron
52253c41b2 api_notable_list_2020.md: link to "Project Model" blogpost 2020-11-02 18:40:47 +01:00
Yann Cébron
95fed98467 project_structure.md: link to "Project Model" blogpost 2020-11-02 18:37:17 +01:00
Jakub Chrzanowski
adeca9b1c5
Introduce Plugin Verifier integration within the Gradle IntelliJ Plugin (#328)
Introduce Plugin Verifier integration within the Gradle IntelliJ Plugin
2020-10-29 18:03:58 +01:00
Yann Cébron
4bac37ff62 template_support.md: i18n (IJSDK-919) 2020-10-29 17:55:29 +01:00
Yann Cébron
4c534873b7 types_of_plugins.md: mention extending existing language (IJSDK-947) 2020-10-29 17:43:36 +01:00
Yann Cébron
0ff305256d update_plugins_format.md: note 'build' parameter (IJSDK-760) 2020-10-29 17:37:22 +01:00
Yann Cébron
1677449d58 plugin_icon_file.md: note about custom plugin repos (IJSDK-737) 2020-10-29 17:25:13 +01:00
Yann Cébron
39a0dfb728 notifications.md: notificationGroup EP 2020.3 (IJSDK-925), add tip 2020-10-29 16:48:58 +01:00
Yann Cébron
31fba205d5 notifications.md: notificationGroup EP 2020.3 (IJSDK-925) 2020-10-29 16:41:01 +01:00
Yann Cébron
449c1d967e notifications.md: cleanup 2020-10-29 16:08:43 +01:00
Yann Cébron
142780e034 build_number_ranges.md: 203 2020-10-28 18:24:24 +01:00
Yann Cébron
c877849424 [build] GH action: wrapper-validation-action@v1.0.3 2020-10-27 11:27:48 +01:00
Yann Cébron
08fa209565 api pages: link twitter/blog 2020-10-26 10:47:13 +01:00
Yann Cébron
b352410fa5 notable api changes 2021 placeholder 2020-10-26 10:44:48 +01:00
Yann Cébron
9e9c743032 api changes 2021 placeholder 2020-10-26 10:42:29 +01:00
Yann Cébron
b6334b6580 api_changes_list_2020.md: formatting 2020-10-26 10:03:41 +01:00
Zaerald Denze Lungos
e51edeb9b9
docs: update getIcon usage (#326) 2020-10-26 06:39:53 +01:00
Kirill Glazyrin
3c52b148ae
Add yet another example of a plugin (#327)
[products/rider.md] Add yet another example of a plugin for both Rider and ReSharper
2020-10-26 06:39:31 +01:00
Kirill Smelov
fbefd2acd2 IJSDK-771 Revise php_open_api.md to document correct use of SPI php.typeProvider4 2020-10-23 18:13:23 +02:00
Vladislav Tankov
f480ca4c3e
Information about incompatible spellchecker changes (#324)
Add information about removal of `com.intellij.spellchecker.quickfixes.ChangeTo.<init>(java.lang.String)`

Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
2020-10-21 20:42:46 +02:00
Vladislav Tankov
0d36e42ee8 Add information about breaking changes in SpellChecker
`com.intellij.spellchecker.tokenizer.SpellcheckingStrategy.getDefaultRegularFixes(boolean, String, @Nullable PsiElement)` method removed
2020-10-21 20:24:36 +02:00
Jakub Chrzanowski
bd4e38832e Switch Gradle Wrapper to -all to improve the IntelliSense JetBrains/intellij-platform-plugin-template#48 2020-10-16 14:50:15 +02:00
Jakub Chrzanowski
a2a243c289 Upgrade Gradle Wrapper to v6.7 2020-10-15 17:10:31 +02:00
Yann Cébron
12702e8b07 android_studio.md: clarify android plugin setup 2020-10-13 16:26:15 +02:00
Sergey Patrikeev
76c39df4f5
API changes 2020.3: document removal of FileContentImpl.init 2020-10-13 14:15:56 +03:00
Yann Cébron
f365cf5ae2 api_notable_list_2020.md: Java 11 blog post 2020-10-12 14:15:44 +02:00
Yann Cébron
63aae6d0e5 upsource: 2020.2.3 2020-10-12 11:34:00 +02:00
Yann Cébron
4fd864344c dynamic_plugins.md: typo 2020-10-12 09:54:16 +02:00
Yann Cébron
9c033ea8c5 content_updates.md: link twitter/blog 2020-10-08 10:38:21 +02:00
Yann Cébron
ab05f52ed3 content_updates.md: Code Samples README/repository 2020-10-07 16:48:19 +02:00
Jakub Chrzanowski
a40db91508 Cleanup code_samples JavaDocs 2020-10-07 15:44:55 +02:00
Yann Cébron
03910f2eba api_notable_list_2020.md: note about BaseHtmlLexer API 2020-10-06 16:51:02 +02:00
Yann Cébron
db57c900a2 gradle-intellij-plugin 0.5.0 2020-10-05 19:06:19 +02:00
Jakub Chrzanowski
15f053e10e
GitHub Actions - fixed documentedProblemsPageVerification job for PRs 2020-10-02 18:43:24 +02:00
Yann Cébron
cab2e7bae6 webstorm.md: minor format 2020-10-01 18:26:44 +02:00
Yann Cébron
8f22448866 api_notable_list_2020.md: HtmlEmbeddedContentSupport 2020-10-01 17:38:08 +02:00
Yann Cébron
b45a406b79 api_notable_list_2020.md: format 2020-10-01 16:15:29 +02:00