244 Commits

Author SHA1 Message Date
Yann Cébron
a798cdcd48 plugin_icon_file.md: note related inspections 2024-07-10 16:35:20 +02:00
Yann Cébron
7577f0ec4e fix table formatting 2024-07-10 12:57:48 +02:00
Yann Cébron
c8ce1dac82 note jb.gg shortlinks 2024-07-09 14:13:53 +02:00
Yann Cébron
16d57856f3 plugin_configuration_file.md: make warning about using non-documented elements more prominent 2024-07-08 10:35:31 +02:00
Yann Cébron
7cbbae6671 plugin_components.md: mark clearly as deprecated 2024-07-02 15:57:35 +02:00
Yann Cébron
344083180b add label for deprecated sections 2024-06-27 14:13:01 +02:00
Yann Cébron
50bfa685bf plugin_configuration_file.md: link migration guide for components 2024-06-27 13:54:14 +02:00
Karol Lewandowski
2f4173399a Escape $(...)$ 2024-06-26 10:25:19 +02:00
Karol Lewandowski
a879def88e dynamic_plugins.md: Mention clearing UserDataHolder and link an example 2024-06-21 11:55:46 +02:00
Karol Lewandowski
14529135c2 dynamic_plugins.md: Fix grammar issues according to the style guide 2024-06-21 10:54:57 +02:00
Karol Lewandowski
889c0dfb9a dynamic_plugins.md: Remove repetition 2024-06-21 10:54:29 +02:00
Yann Cébron
6c67124f0d plugin_configuration_file.md: extract references to tldr block 2024-06-17 11:34:16 +02:00
Yann Cébron
9babb756cc add labels to content 2024-06-13 17:22:43 +02:00
Yann Cébron
1457a050ad plugin_configuration_file.md: fix links 2024-06-13 17:10:47 +02:00
Yann Cébron
5d29f1861f plugin_components.md: stronger wording 2024-06-13 16:19:55 +02:00
Yann Cébron
3471553cf9 add labels to content 2024-06-13 16:17:07 +02:00
Yann Cébron
d608ce9181 fix headings 2024-06-12 11:49:02 +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
e9c79c2f82 plugin_dependencies.md: bundled plugin IDs in Gradle 2.x 2024-06-11 17:35:55 +02:00
Yann Cébron
e1c67dac4c plugin_extension_points.md: getting dumb-aware implementations 2024-06-11 13:29:03 +02:00
Karol Lewandowski
e73fbce0e1 plugin_dependencies.md: Add Gradle 2024-05-27 09:26:51 +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
bb008a1c8f links: gh-sdk-samples -> gh-sdk-samples-master 2024-05-14 14:19:35 +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
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
Yann Cébron
1ab981364d plugin_services.md: clarify light service use case 2024-04-09 15:44:12 +02:00
Yann Cébron
caec36327e plugin_listeners.md: cleanup 2024-04-09 15:30:00 +02:00
Yann Cébron
b727e43836 plugin_extension_points.md: minor 2024-04-09 15:23:27 +02:00
Yann Cébron
d72baebb23 plugin_extension_points.md: note EP_NAME field visibility 2024-04-09 15:16:37 +02:00
Karol Lewandowski
d87219d622 plugin_content.md: Do not use '.IntelliJIDEAx0' Windows-specific, probably outdated directory name 2024-04-09 13:43:26 +02:00
Yann Cébron
bf29b21124 TOC: remove "Part"/"Appendix" prefix/numbering 2024-04-08 17:04:40 +02:00
Karol Lewandowski
f5a7974b07 dynamic_plugins.md: Add code formatting to titles 2024-04-08 12:24:27 +02:00
Karol Lewandowski
e16416577d plugin_class_loaders.md: Add code formatting to titles 2024-04-08 12:24:27 +02:00
Yann Cébron
4ec2775bac plugin_services.md: clarify injecting Coroutine Scope 2024-04-03 13:31:18 +02:00
Karol Lewandowski
0b4af420b5
Coroutines (#1269) 2024-03-19 15:46:09 +01:00
Yann Cébron
bfd4c48196 %gh-java-annotations% GH repo, align references/wording 2024-03-13 14:41:58 +01:00
Yann Cébron
a2a2ac9026 plugin_extension_points.md: error handling 2024-03-13 14:01:16 +01:00
Yann Cébron
bf4e6d9508 "dumb mode" link title 2024-03-12 16:47:56 +01:00
Yann Cébron
2c707d3df0 "indices" -> "indexes", more links 2024-03-12 11:56:58 +01:00
Yann Cébron
3aedd1fb72 plugin_dependencies.md: another attempt at highlighting common errors, cleanup 2024-03-07 11:58:57 +01:00
Yann Cébron
0d94b65bd2 plugin_services.md: minor edits 2024-02-19 16:15:14 +01:00
Yann Cébron
d7374489b5 plugin_services.md: add title to callout 2024-02-19 15:35:45 +01:00
Yann Cébron
0b1dd03594 plugin_services.md: better visibility in code samples 2024-02-19 15:24:51 +01:00
Yann Cébron
602f0b3884 plugin_services.md: more strong warning wording 2024-02-19 15:06:26 +01:00
Yann Cébron
c4ad8df278 plugin_extension_points.md: note using PossiblyDumbAware 2024-02-14 17:23:40 +01:00
Yann Cébron
fc64cba441 plugin_content.md: adjust root node in trees 2024-01-31 12:06:11 +01:00
Yann Cébron
b03104b61a plugin_content.md: rework trees using PlantUML, minor edits 2024-01-31 11:45:21 +01:00
Karol Lewandowski
c2f4b8380f plugin_components.md: Grammar fix 2024-01-03 11:24:40 +01:00
Karol Lewandowski
ef20da8740 plugin_components.md: Clarify Kotlin usage 2024-01-03 11:24:30 +01:00