662 Commits

Author SHA1 Message Date
Yann Cébron
dbaa6a1616 spring_extension_point_list.md: add IJ Ultimate marker 2024-06-27 11:06:36 +02:00
Yann Cébron
ac27b38a36 custom_plugin_repository.md: link to JB MP directly 2024-06-24 15:24:14 +02:00
Yann Cébron
11e9cd6573 custom_plugin_repository.md: remove EA status 2024-06-24 11:11:46 +02:00
Yann Cébron
cdbedc05cc testing_faq.md: indexing changes in 242 2024-06-17 11:39:44 +02:00
Yann Cébron
932b3711a0 testing_faq.md: ProjectActivity 2024-06-12 17:49:13 +02:00
Yann Cébron
32cdfae301 Revert "tools_gradle_grammar_kit_plugin.md: note about specifying GrammarKit version"
This reverts commit 5cb0d33f2555e8aeb13e76a9dfd5bc409eb76ddb.
2024-06-12 14:07:22 +02:00
Yann Cébron
5cb0d33f25 tools_gradle_grammar_kit_plugin.md: note about specifying GrammarKit version 2024-06-12 13:50:21 +02:00
Yann Cébron
62b214a804 fix headings 2024-06-12 11:21:26 +02:00
Yann Cébron
b8830c37f1 escape $PATH$ notation 2024-06-11 18:04:04 +02:00
Yann Cébron
30f0da2712 dumb aware intentions/quick-fixes in 242 2024-06-11 13:38:13 +02:00
Yann Cébron
a3c1136803 tools_gradle_grammar_kit_plugin.md: update 2024-05-28 15:52:20 +02:00
Jakub Chrzanowski
96ff7a74a8
IntelliJ Platform Gradle Plugin: fixes 2024-05-28 10:38:59 +02:00
Jakub Chrzanowski
9366083cc1
IntelliJ Platform Gradle Plugin: JetBrains Runtime (#1306)
IntelliJ Platform Gradle Plugin: JetBrains Runtime
2024-05-28 10:35:18 +02:00
Karol Lewandowski
d8e83b57ea
UI Guidelines (#1308)
* Add UI Guidelines to  SDK docs

* Add UI Guidelines to  SDK docs

* Fixing build errors

* optimize PNGs

* add UI guidelines landing page placeholder

* IJ SDK Docs <-> UI guidelines crosslinks updated

* split_button.md: remove reference to removed setting

* use <ui-path>

* use MD instead of <note>

* use %gh-ic% links

* drop_down.md: fix <control>

* code samples: fix most obvious issues

* remove obsolete `_defaults.md`

* ijs.tree: UI cleanup

* Delete "under construction" pages

* Fix headers

* Add link-summary

* Remove invalid links

* Delete unused files

* Remove ''@2x' from image file names

* Use Markdown syntax for some images and tables

* Rename non-unique files to unique

* Remove alpha in images where content is unreadable

* align quotation marks

* Controls: cleanup/fixes, add code links, edit

* tooltip.md: fix HTML

* misc fixes

* typography.md: fix table contents

* typography.md: fix table header

* UI guidelines landing page + TOC fixes

* remove unused icons_list.md

* Normalize image paths

* validation_errors.md: Fix broken tab

* "correct"/"incorrect" labels styling

* Resize images to 50%

* button.topic: fixes

* grammar, spelling, minor edits

* remove '&nbsp;'

* fix 99px

* cleanup

* UI_kit.md: minor

* Fix "MRK058: Large image in paragraph rendered as a block element by default."

* button.topic: Add img[alt]

* mnemonics.md: Update "Contact Us" link to the IJSDK YouTrack

* split_button.md: Use ui-path

* UI landing: add feedback snippet

* Improve code snippets formatting and naming

* Fix code samples

* Fix code samples

* Add Kotlin variants for code samples

* Add icons_list.md

* crosslinks

* Change external link to https://intellij-icons.jetbrains.design/

* icons list -> https://intellij-icons.jetbrains.design

* Hide info about reducing split button to simple action button (now it is available through the registry only)

* reformat

* icons_style.md: Images in new line

---------

Co-authored-by: marianna.kononenko <marianna.kononenko@jetbrains.com>
Co-authored-by: Yann Cébron <yann.cebron@jetbrains.com>
2024-05-16 13:51:56 +02:00
Yann Cébron
4e7bc3186b fix "Example:" formatting 2024-05-14 17:13:09 +02:00
Yann Cébron
3d70892155 links: gh-pv -> gh-pv-master 2024-05-14 14:04:27 +02:00
Yann Cébron
686d0c5d8d links: gh-ijpgp -> gh-ijpgp-master 2024-05-14 14:02:35 +02:00
Jakub Chrzanowski
6009625c1c
IntelliJ Platform Gradle Plugin: Split Mode + target 2024-05-13 21:26:58 +02:00
Karol Lewandowski
1fa0faeb0e marketing.md: Uncomment the "rating" image 2024-05-13 07:42:53 +02:00
Karol Lewandowski
a8c5befcc7 tools_intellij_platform_gradle_plugin_plugins.md: Remove testIde task 2024-05-10 10:02:07 +02:00
Karol Lewandowski
f4ba2ac7b2 tools_intellij_platform_gradle_plugin_plugins.md: Remove 404 link 2024-05-10 09:15:39 +02:00
Jakub Chrzanowski
26a2483468
IntelliJ Platform Gradle Plugin: custom tasks 2024-05-09 21:23:27 +02:00
Jakub Chrzanowski
cc9bae0767
IntelliJ Platform Gradle Plugin: minor adjustments 2024-05-09 12:55:25 +02:00
Jakub Chrzanowski
446685a276
IntelliJ Platform Gradle Plugin: setupDependencies 2024-05-09 12:55:24 +02:00
Jakub Chrzanowski
91c32cd056
IntelliJ Platform Gradle Plugin: introduce plugins extension for CustomIntelliJPlatformVersionAware 2024-05-09 12:54:15 +02:00
Yann Cébron
b125ebb820 IntelliJ Platform Gradle Plugin: minor 2024-04-23 15:07:42 +02:00
Karol Lewandowski
f31aa679e6 Use the correct nested annotation form
These are correct:
- @com.example.Holder.Annotation
- @Holder.Annotation
- @Annotation

These are incorrect:
- com.example.Holder.@Annotation
- Holder.@Annotation
2024-04-22 13:58:09 +02:00
Patrick Scheibe
c6f292c3d6 Use consistent, Java-doc-like sentences that start with a verb. 2024-04-20 02:59:28 +02:00
Patrick Scheibe
924989f5c1 Split 2 simple sentences 2024-04-20 01:57:54 +02:00
Patrick Scheibe
5b6e2f39c0
Update topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_tasks.md
Co-authored-by: Karol Lewandowski <karol.lewandowski@jetbrains.com>
2024-04-20 01:54:22 +02:00
Karol Lewandowski
b52f8e8c15
Internationalization and localization pages (#1303) 2024-04-19 12:31:21 +02:00
Karol Lewandowski
5ffb9961fb internal_ui_inspector.md: Fix the shortcut 2024-04-18 14:50:35 +02:00
Yann Cébron
85d6c70a5d tools_intellij_platform_gradle_plugin.md: fix typo 2024-04-18 13:33:41 +02:00
Patrick Scheibe
909eea916f I was wrong here 2024-04-17 07:03:47 +02:00
Patrick Scheibe
9e75a8f86d Typo 2024-04-17 07:02:24 +02:00
Patrick Scheibe
c10231448c Initial run trough tasks section 2024-04-17 06:52:24 +02:00
Yann Cébron
84c50621f0 tools_intellij_platform_gradle_plugin_dependencies_extension.md: clarify "Tools" 2024-04-16 21:02:54 +02:00
Yann Cébron
73bad965d6 tools_intellij_platform_gradle_plugin_dependencies_extension.md: clarify "Testing" 2024-04-16 20:55:10 +02:00
Yann Cébron
96557b4e17 tools_intellij_platform_gradle_plugin_faq.md: rename page title 2024-04-16 16:10:45 +02:00
Yann Cébron
de88ea5b76 tools_intellij_platform_gradle_plugin_migration.md: rename page title 2024-04-16 16:07:52 +02:00
Yann Cébron
c6550395b8 tools_intellij_platform_gradle_plugin.md: remove leftover paragraph, fix links 2024-04-16 16:06:15 +02:00
Yann Cébron
fad6dcd075 tools_intellij_platform_gradle_plugin.md: remove leftover paragraph 2024-04-16 15:05:46 +02:00
Yann Cébron
01600a3f54 gradle: add warning about repackaging libs 2024-04-16 13:31:45 +02:00
Jakub Chrzanowski
3d401cc0ad
IntelliJ Platform Gradle Plugin: The currently selected Java Runtime is not JetBrains Runtime (JBR) 2024-04-15 22:03:59 +02:00
Jakub Chrzanowski
8faf08ea3e
IntelliJ Platform Gradle Plugin: Make IntelliJPlatformMigrationPlugin dependent on IntelliJPlatformPlugin 2024-04-15 21:20:38 +02:00
Jakub Chrzanowski
7c458079b7
IntelliJ Platform Gradle Plugin: move TestFrameworkType from org.jetbrains.intellij.platform.gradle.extensions to org.jetbrains.intellij.platform.gradle 2024-04-15 14:28:48 +02:00
Jakub Chrzanowski
c3cd927632
IntelliJ Platform Gradle Plugin: update current release status 2024-04-15 14:28:47 +02:00
Karol Lewandowski
e441eedbf7
Split Extension Point and Listener Lists into IntelliJ Platform, IntelliJ Community Plugins and Android Plugin lists (#1297) 2024-04-15 12:22:41 +02:00
Jakub Chrzanowski
65c576de73
IntelliJ Platform Gradle Plugin: bundledLibrary warning 2024-04-12 12:58:34 +02:00
Jakub Chrzanowski
91c43ba759
IntelliJ Platform Gradle Plugin: update current release status 2024-04-12 12:54:05 +02:00