5331 Commits

Author SHA1 Message Date
Yann Cébron
1b068b5ff9 code_inspections.md: code snippets highlighting in description, cleanup 2023-05-08 16:35:48 +02:00
Yann Cébron
ccf61181f2 api_notable_list_2023.md: 2023.2 unbundled plugins 2023-05-08 15:12:02 +02:00
Yann Cébron
11d7225b4b code_inspections.md: code snippets highlighting in description 2023-05-04 15:20:22 +02:00
Yann Cébron
c525ba34dd uast.md: ProblemsHolder.registerUProblem() API 2023-05-04 13:46:00 +02:00
Yann Cébron
7499f008c3 api_internal.md: add exception BaseExpirableExecutor.expireWith 2023-05-04 11:40:12 +02:00
hsz
ebf05b6ca7 Generate Android Studio releases 2023-05-03 01:30:58 +00:00
hsz
f135c8553e Generate Android Studio releases 2023-05-02 01:31:18 +00: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
Karol Lewandowski
21839bc0f9 Replace <br/> with <p> in Android Studio releases script and page 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
a3abd1bd2d Fix tables alignment 2023-04-26 10:33:27 +02:00
Karol Lewandowski
df1c717bb8 Avoid line breaks to reduce vertical space 2023-04-26 10:30:56 +02:00
hsz
671df2c310 Generate Android Studio releases 2023-04-26 01:30:56 +00:00
Yann Cébron
d6e4a8e848 psi_cookbook.md: JavaLibraryUtil 2023-04-25 16:10:47 +02:00
Karol Lewandowski
0f76642764 creating_plugin_project.md: Update content to match the latest IDE Plugin generator version 2023-04-25 16:01:51 +02:00
Yann Cébron
a0f6512e33 creating_plugin_project.md: fix 2023-04-25 11:46:23 +02:00
Yann Cébron
1532e2b240 code samples: Gradle 8.1.1 2023-04-25 10:30:47 +02:00
Yann Cébron
0e0cede9d4 code sample: kotlin 1.8.21 2023-04-25 09:38:52 +02:00
hsz
3006fa474a Generate Android Studio releases 2023-04-21 02:02:45 +00:00
Yann Cébron
e2bae8caee build_number_ranges.md: minor 2023-04-20 17:54:41 +02:00
Jakub Chrzanowski
5f0950dbf0
android_studio_releases.main.kts: bump net.swiftzer.semver:semver to 1.2.0 2023-04-20 07:12:30 +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
2d699ef5f4 snippets.md: minor 2023-04-18 18:29:05 +02:00
Yann Cébron
40c8053235 formatting cleanup 2023-04-18 18:21:51 +02:00
Yann Cébron
1098030a42 plugin_dependencies.md: add links 2023-04-18 15:28:40 +02:00
Yann Cébron
d107fe08cb webstorm.md: update information 2023-04-18 15:24:55 +02:00
Karol Lewandowski
656e2f8029 ide_development_instance.md: Convert determining JetBrains Runtime Version steps to procedure 2023-04-18 09:36:36 +02:00
Karol Lewandowski
2e8a8e55f0 ide_development_instance.md: Add link to runIde task properties 2023-04-18 09:12:53 +02:00
Karol Lewandowski
4ddedc4995 ide_development_instance.md: Fix grammar issues 2023-04-18 08:54:25 +02:00
Jakub Chrzanowski
fd907f0dec
Update JBPlatform Twitter badge 2023-04-17 22:40:32 +02:00
Jakub Chrzanowski
496a493716
Code Samples: bump Gradle to 8.1 2023-04-17 22:40:31 +02:00
hsz
c2a526bcc3 Generate Android Studio releases 2023-04-14 01:30:31 +00:00
Karol Lewandowski
b5db6e8570 tool_window code sample: Update README.md 2023-04-11 16:18:07 +02:00
Karol Lewandowski
01b4a153c1 tool_windows.md: Update screenshot 2023-04-11 15:08:50 +02:00
Karol Lewandowski
aa4bfe5497 tool_window code sample: Reimplement to get rid of the form created with GUI form designer 2023-04-11 15:08:50 +02:00
Karol Lewandowski
b2614dd513 tool_window code sample: Fix deprecated API usage 2023-04-11 13:07:53 +02:00
Karol Lewandowski
1e9b2dab0a plugin_services.md: Wrap Java/Kotlin service examples in a single tab 2023-04-11 10:20:39 +02:00
Karol Lewandowski
f4f3d07989 sdk_style.md: Remove information about unused [//] # (title: ...) notation 2023-04-07 15:50:05 +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
Karol Lewandowski
09afd90b7c sdk_style.md: Cleanups 2023-04-07 14:50:27 +02:00
Karol Lewandowski
4dafd0a0e7 sdk_style.md: Use conciser copyright notice 2023-04-07 14:39:49 +02:00
Karol Lewandowski
a90950b536 Revert the copyright-title order
The copyright notice can be placed in the first line now. It is a common place for the notice in other files, and it doesn't divide the actual content (title and the rest) and disturbs a page source code reader.
2023-04-07 14:39:03 +02:00
Karol Lewandowski
df84bbe60b Add missing <link-summary> 2023-04-07 14:30:30 +02:00
Karol Lewandowski
28d2930606 inlay_hints.md: Delete 404 link 2023-04-06 14:10:58 +02:00
Karol Lewandowski
220365a4dc Fix warning content 2023-04-05 18:08:48 +02:00
Yann Cébron
7125395add idea_ultimate.md: link OSS EP list 2023-04-05 17:25:51 +02:00
Yann Cébron
aa01c781b6 settings: inspecting 2023-04-05 16:44:11 +02:00