Yann Cébron
54bacb2a96
add labels to content
2024-06-13 17:39:12 +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
16204b6e71
add labels to content
2024-06-13 14:18:18 +02:00
Yann Cébron
1cbf1d53ad
testing_faq.md: more labels
2024-06-13 13:45:31 +02:00
Yann Cébron
778fadcb14
add labels to content
2024-06-13 12:15:44 +02:00
Yann Cébron
932b3711a0
testing_faq.md: ProjectActivity
2024-06-12 17:49:13 +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
30f0da2712
dumb aware intentions/quick-fixes in 242
2024-06-11 13:38:13 +02:00
Yann Cébron
e1c67dac4c
plugin_extension_points.md: getting dumb-aware implementations
2024-06-11 13:29:03 +02:00
Karol Lewandowski
ada8766c8d
coroutine_read_actions.md: Add information about the coroutine equivalent of using finishOnUiThread to start a write action
2024-06-11 12:56:44 +02:00
Karol Lewandowski
9328906f3f
coroutine_dumps.md: Remove namedChildScope
...
Regular `childScope` is named now, `namedChildScope` does not exist anymore.
2024-06-10 16:29:47 +02:00
marianna.kononenko
c1d2efd0f3
Update welcome page for UI Guidelines, change fromat to .topic
...
Create Components and Priniples topics
Merge Controls and Components
Update links to welcome page
2024-06-10 14:13:34 +02:00
Yann Cébron
c5a04d75fb
persisting_state_of_components.md: mention PathMacroFilter
2024-06-05 17:42:29 +02:00
Yann Cébron
f8ce31e08f
ide_infrastructure.md: new section "Network"
2024-06-03 16:37:23 +02:00
Karol Lewandowski
e73fbce0e1
plugin_dependencies.md: Add Gradle
2024-05-27 09:26:51 +02:00
Karol Lewandowski
2ebbfdf4ed
execution.md: Minor parens cleanup
2024-05-20 13:11:45 +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 ' '
* 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
c408909a86
creating_theme_project.md: document bundledColorScheme
EP requirements (IJPL-54601)
2024-05-16 12:06:13 +02:00
Yann Cébron
4e7bc3186b
fix "Example:" formatting
2024-05-14 17:13:09 +02:00
Yann Cébron
0f74bbdc81
ide_infrastructure.md: update deprecated API
2024-05-14 15:04:08 +02:00
Yann Cébron
bb008a1c8f
links: gh-sdk-samples -> gh-sdk-samples-master
2024-05-14 14:19:35 +02:00
Yann Cébron
80b966611b
links: gh-ic-master -> gh-ic
2024-05-14 13:55:56 +02:00
Yann Cébron
3bfe6660df
indexing_and_psi_stubs.md: add crosslinks
2024-05-13 11:04:17 +02:00
Yann Cébron
031c713b15
build_number_ranges.md: update
2024-05-08 09:43:41 +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
cc5390593c
build_number_ranges.md: 242/Java 21
2024-04-11 17:31:10 +02:00
Yann Cébron
3f20e59371
242: Gradle plugin requirements
2024-04-11 17:28:03 +02:00
Yann Cébron
12adb6f1e2
plugin_compatibility.md: Intellij -> IntelliJ
2024-04-10 17:22:10 +02:00
Robert Novotny
a10149bbc0
Fix typo: Intellij -> IntelliJ ( #1296 )
2024-04-10 16:47:26 +02:00
Sebastian Aigner
9a32659829
Fix typo ( #1295 )
2024-04-10 16:04:20 +02:00
Karol Lewandowski
c8f2bfdcf6
Use consistent terms: "UI thread" -> "EDT"
2024-04-10 12:43:00 +02:00
Karol Lewandowski
8cad5df3dc
general_threading_rules.md: Add intro about EDT and background threads
2024-04-10 12:43:00 +02:00
Karol Lewandowski
4eb1a2a31b
general_threading_rules.md: Fix header levels
2024-04-10 12:43:00 +02:00
Karol Lewandowski
d0e8c36338
general_threading_rules.md: Avoid URLs with % (compilation errors are shown)
2024-04-10 12:43:00 +02:00
Karol Lewandowski
7462c85c9b
Grammar fixes: "the EDT" -> "EDT"
2024-04-10 12:43:00 +02:00
Yann Cébron
f0c4df5d83
basic_action_system.md: minor
2024-04-09 20:03:43 +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
7c806a6e11
coroutine_dispatchers.md: Move warning about using thread-specific data to a warning callout to avoid confusion with the example
2024-04-09 14:22:05 +02:00
Karol Lewandowski
cbcfa2f99b
plugin_signing.md: Clarify why information about generating a public key is missing
2024-04-09 14:19:34 +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