528 Commits

Author SHA1 Message Date
Yann Cébron
11d7225b4b code_inspections.md: code snippets highlighting in description 2023-05-04 15:20:22 +02:00
Yann Cébron
7499f008c3 api_internal.md: add exception BaseExpirableExecutor.expireWith 2023-05-04 11:40:12 +02:00
Karol Lewandowski
63fa1a1b59 Change table format
The previous form was verbose and a bit unreadable. The current form is more concise vertically.
2023-04-28 13:23:12 +02:00
Karol Lewandowski
cad756c2a0 Avoid using <br/> in tables 2023-04-28 13:00:24 +02:00
Patrick Scheibe
a9218af3cc
Switch from DocumentationProvider to DocumentationTargetProvider (#1037)
* Include docs for Documentation Target API
* Rearrange the page to combine it with the deprecated Documentation Provider API
* Update API changes page
* Add notes to the language tutorial
* Include suggestions from Karol and Yann
2023-04-27 14:13:13 +02:00
Karol Lewandowski
df1c717bb8 Avoid line breaks to reduce vertical space 2023-04-26 10:30:56 +02:00
Yann Cébron
d6e4a8e848 psi_cookbook.md: JavaLibraryUtil 2023-04-25 16:10:47 +02:00
Yann Cébron
f940cd8551 tools_gradle_intellij_plugin_faq.md: fix md 2023-04-19 11:33:06 +02:00
Yann Cébron
39103c94cc tools_gradle_intellij_plugin_faq.md: fix tag 2023-04-19 11:29:53 +02:00
Yann Cébron
32720a5c3c tools_gradle_intellij_plugin_faq.md: align headings 2023-04-18 18:36:31 +02:00
Yann Cébron
40c8053235 formatting cleanup 2023-04-18 18:21:51 +02:00
Jakub Chrzanowski
fd907f0dec
Update JBPlatform Twitter badge 2023-04-17 22:40:32 +02:00
Karol Lewandowski
95aca84917 Cleanups
- get rid of the old [//]: # (title: ...) format
- reorder copyright notice and title where applicable
- fix grammar and other minor issues
2023-04-07 15:47:20 +02:00
Yann Cébron
aa01c781b6 settings: inspecting 2023-04-05 16:44:11 +02:00
Karol Lewandowski
b0fe2b2216 Add more cross-links between topics 2023-04-04 15:05:38 +02:00
Karol Lewandowski
503be53f00 Add missing <link-summary> 2023-04-04 11:59:37 +02:00
Jakub Chrzanowski
e8976d4ec0
Removed properties language 2023-04-04 10:51:36 +02:00
Jakub Chrzanowski
311ea36d9e
Kotlin 1.8.20 Out of Memory issue (#1034)
* Kotlin 1.8.20 Out of Memory issue

* Kotlin 1.8.20 Out of Memory issue — review fixes
2023-04-04 10:11:01 +02:00
Karol Lewandowski
1ffd6159c0 Add missing <link-summary> 2023-04-03 18:16:40 +02:00
Karol Lewandowski
a91c10c36d Add missing <link-summary> 2023-03-31 14:22:25 +02:00
Karol Lewandowski
64e0053c0d tools_gradle_intellij_plugin.md: Fix Groovy DSL syntax for passing instrumentedJar configuration to project dependency 2023-03-30 16:04:17 +02:00
Karol Lewandowski
a3740f5b87 tools_gradle_intellij_plugin.md: Consistent 2-space indents 2023-03-30 16:02:30 +02:00
Yann Cébron
895d686b18 tools_gradle_intellij_plugin.md: remove note for verifyPluginSignature task 2023-03-29 13:38:28 +02:00
Karol Lewandowski
aea329364e Add missing <link-summary> for product-specific extension point and listener lists 2023-03-29 12:02:27 +02:00
Karol Lewandowski
43917d461b Add missing <link-summary> 2023-03-29 11:57:31 +02:00
Jakub Chrzanowski
197d2302be
tools_gradle_intellij_plugin_faq.md: fixed anchor 2023-03-29 09:31:39 +02:00
Jakub Chrzanowski
96185811a6
tools_gradle_intellij_plugin_faq.md: How to add a dependency on a plugin available in the file system? 2023-03-29 09:21:59 +02:00
Jakub Chrzanowski
bea219caa5
tools_gradle_intellij_plugin_faq.md: How to add a dependency on a plugin available in the file system? 2023-03-29 09:16:49 +02:00
Jakub Chrzanowski
6d08b6929c
tools_gradle_intellij_plugin.md: mention possibility of passing directory containing dependency plugin to intellij.plugins 2023-03-29 09:16:48 +02:00
Yann Cébron
32aeca2ccf
2023.1 release (#1010)
* 2023.1 release: update gh-links, re-gen EP lists

* code samples: update target version

* code samples: fix framework_basics missing dependency on Java plugin

* stub_indexes.md: update -master GH link

* EP lists: improve "Topic" presentation

* internal_ui_inspector.md: fix link

* kotlin_demo: fix link

* Generate Android Studio releases

* publishing_plugin.md: add note about plugin signing

* plugin_signing.md: Update information about providing `certificateChainFile` and `privateKeyFile` + minor changes

* tools_gradle_intellij_plugin.md: add `verifyPluginSignature` task

* plugin_signing.md: add Plugin Signature Verification

* plugin_signing.md: fixed anchor

* creating_plugin_project.md: update

* GH: set final 2023.1 tag

* GH code samples: update PV version

* code samples: ComparingStringReferencesInspection compatibility with 231.*
2023-03-28 20:09:23 +02:00
Jakub Chrzanowski
28413f067e
tools_gradle_intellij_plugin.md: fixed headers 2023-03-23 20:22:55 +01:00
Jakub Chrzanowski
bb40ed7a3d
tools_gradle_intellij_plugin.md: fixed ID 2023-03-23 16:39:28 +01:00
Jakub Chrzanowski
61ecd2c58d
tools_gradle_intellij_plugin.md: fixed ID 2023-03-23 16:17:56 +01:00
Jakub Chrzanowski
e05c55ec19
tools_gradle_intellij_plugin.md: sync with current plugin state 2023-03-23 14:54:51 +01:00
Jakub Chrzanowski
1efba6879c
tools_gradle_intellij_plugin.md: Multi-module Project 2023-03-23 11:34:20 +01:00
Jakub Chrzanowski
af7c15bd41
tools_gradle_intellij_plugin.md: add verifyPluginSignature task 2023-03-23 07:33:22 +01:00
Yann Cébron
715c87dc4b api_internal.md: cleanup 2023-03-21 14:05:11 +01:00
Yann Cébron
fd8e4cef19 explore_api.md: 2.6 clarify/strengthen wording 2023-03-21 14:05:11 +01:00
Jakub Chrzanowski
780ef50ef1
Use new syntax for a custom section ID definition 2023-03-20 11:45:20 +01:00
Yann Cébron
7216ec5d3c useful_links.md: cleanup 2023-03-06 17:17:44 +01:00
Yann Cébron
6d8926807c getting_help: fix links 2023-03-06 16:49:25 +01:00
Yann Cébron
ac0b08386c extension_point_list.md: add title to note 2023-03-06 16:05:22 +01:00
Karol Lewandowski
559c075d09 Add missing <link-summary> 2023-03-03 10:44:16 +01:00
Yann Cébron
7180cbda42 tools_gradle_grammar_kit_plugin.md: update w/r to latest release 2023-03-02 11:53:56 +01:00
Yann Cébron
21ed2fd062 tools_gradle_intellij_plugin.md: add link 2023-03-01 16:41:18 +01:00
Karol Lewandowski
f2906872cf
New topic: Inspection options (#988) 2023-02-27 15:36:02 +01:00
Yann Cébron
2f2dfdc14c api_notable_list_2023.md: cleanup 2023-02-27 11:52:31 +01:00
Karol Lewandowski
0476448f22 tools_gradle_intellij_plugin.md: Clarify information about IDEs versions 2023-02-24 12:33:01 +01:00
Karol Lewandowski
3bffde7fd9 tools_gradle_intellij_plugin.md: Fix grammar issues 2023-02-24 12:32:31 +01:00
Karol Lewandowski
62a8055163 tools_gradle_intellij_plugin.md: Do not link the current page + minor cleanups 2023-02-24 12:30:04 +01:00