301 Commits

Author SHA1 Message Date
Karol Lewandowski
ea091bb25d code_inspections_and_intentions.md: Clarify how inspections and intentions are run 2025-03-13 14:51:33 +01:00
Karol Lewandowski
a7ccf85de7 code_inspections_and_intentions.md: Add an introduction to code inspections and intentions explaining the difference between them 2025-03-13 13:22:15 +01:00
Karol Lewandowski
7d83cea5bc code_inspections_and_intentions.md: Remove the tip about UI guidelines as it is present at the top of the page 2025-03-13 13:11:17 +01:00
Karol Lewandowski
0cf2f5da23 code_inspections_and_intentions.md: Cleanups 2025-03-13 13:09:40 +01:00
Yann Cébron
d944feed08 a few <web-summary> for popular pages 2025-03-10 14:04:27 +01:00
Yann Cébron
a29defe700 explore_api.md: remove numbering in headings 2025-03-06 14:27:46 +01:00
Yann Cébron
00cc0fede9 language_server_protocol.md: add textDocument/typeDefinition 2025-03-04 10:12:00 +01:00
Yann Cébron
0176529f72 tools_intellij_platform_gradle_plugin.md: rename "Usage" to "Setup" 2025-02-24 17:05:44 +01:00
Yann Cébron
2a70dc8814 language_server_protocol.md: add textDocument/documentLink 2025-02-12 17:03:28 +01:00
Karol Lewandowski
aebb9ea672 documentation.md: "framework" -> "API" 2025-01-31 15:42:22 +01:00
Karol Lewandowski
0c877b7ce9 references_and_resolve.md: Mention PsiPolyVariantReferenceBase 2024-12-17 13:41:48 +01:00
Karol Lewandowski
16e10c0494 references_and_resolve.md: Cleanup 2024-12-17 13:41:42 +01:00
Karol Lewandowski
4c868b8d08 inlay_hints.md: Describe providing preview examples 2024-12-03 16:40:13 +01:00
Yann Cébron
08eac52fb5 language_server_protocol.md: add conference talk video 2024-12-03 10:50:40 +01:00
Yann Cébron
b4be530258 update references to "PsiViewer" functionality 2024-11-18 11:56:48 +01:00
Yann Cébron
e27c8031c6
2024.3 release (#1376)
* switch to 243, update gh-ic links

* code samples: build against 2024.1

* action_basics: mute warning in PopupDialogAction

* GH build: mute invalid plugin ID on CI

* GH build: mute invalid plugin ID on CI

* final 2024.3, regen EP-lists

* code samples: 2024.3
2024-11-13 16:23:03 +01:00
Yann Cébron
823dd6e038 language_server_protocol.md: fix method name 2024-11-13 15:14:07 +01:00
Yann Cébron
bc990942ca language_server_protocol.md: update instructions for 2024.2+ for "IDE Setup" 2024-11-06 15:53:18 +01:00
Yann Cébron
000c773687 language_server_protocol.md: update 2024-11-06 14:31:42 +01:00
Yann Cébron
f0fef750cd language_server_protocol.md: add textDocument/didSave 2024-11-06 13:35:04 +01:00
Yann Cébron
6442c7f13b inlay_hints.md: fix formatting 2024-11-04 11:29:57 +01:00
Yann Cébron
83ffe24f69 language_server_protocol.md: link the IDE setup section when mentioning sources 2024-10-31 11:08:38 +01:00
Yann Cébron
e5bc790035 remove/update references to Rust plugin 2024-10-30 12:17:41 +01:00
Yann Cébron
3530de089d inlay_hints.md: mention InlayHintsCustomSettingsProvider 2024-10-29 12:00:24 +01:00
Yann Cébron
f7b169be7f websymbols_context.md: add label 2024-10-24 13:08:27 +02:00
Yann Cébron
a359b38603 language_server_protocol.md: 2024.3 features 2024-10-02 11:24:57 +02:00
Yann Cébron
40ee59558c GH links: 2024.2.2 2024-09-19 11:09:43 +02:00
Yann Cébron
83fb59e4ea language_server_protocol.md: minor 2024-08-13 10:59:51 +02:00
Yann Cébron
5df1edd1f5 language_server_protocol.md: update "Supported Features" 2024-08-13 10:50:15 +02:00
Yann Cébron
5c6184c69a "EDT" and related: add links to threading_model.md 2024-08-07 10:55:36 +02:00
Yann Cébron
5d4d1d75e9
2024.2 release (#1347)
* switch to 242, update gh-ic links

* fix link

* fix link

* fix link

* fix link

* regen EP lists

still some diff between 242 and EAP8

* convert gh-ic-master links

* GH code-samples: update PV IDE versions

* code samples: adjust target IDE&since/until values

* regen EP lists from release branch

* intellij_community_plugins_extension_point_list.md: fix duplicate heading

* intellij_community_plugins_extension_point_list.md: fix DevKit.lang.visitorProviderForRBCInspection EP

* GH: update PV versions

* 2024.2 GA
2024-08-07 09:59:03 +02:00
Yann Cébron
c38b279924 additional_minor_features.md: "Highlight usages" can be DumbAware 2024-08-05 15:12:14 +02:00
Karol Lewandowski
535bb68e96 Workaround for crashing TOC navigation when clicking on items starting with numbers (it occurs only on this page) 2024-07-31 11:14:42 +02:00
Karol Lewandowski
5c77f0e8f9 Rename general_threading_rules.md to threading_model.md 2024-07-30 15:59:04 +02:00
Karol Lewandowski
eafafb2107 language_server_protocol.md: Cleanup 2024-07-25 09:58:40 +02:00
Yann Cébron
1bff9d76ac language_server_protocol.md: Gradle 1.x/2.x, restructure 2024-07-24 13:05:05 +02:00
Yann Cébron
c3c699e7de registering_file_type.md: cleanup 2024-07-24 11:14:47 +02:00
Yann Cébron
f22c7e7215 additional_minor_features.md: heavy brace matching 2024-07-15 17:18:28 +02:00
Yann Cébron
ad10e0cbd6 additional_minor_features.md: breadcrumbs, mention sticky lines 2024-07-15 16:27:45 +02:00
Karol Lewandowski
d063c5ef04 code_formatting.md: Fix a sentence 2024-06-17 13:11:34 +02:00
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
16204b6e71 add labels to content 2024-06-13 14:18:18 +02:00
Yann Cébron
778fadcb14 add labels to content 2024-06-13 12:15:44 +02:00
Patrick Scheibe
661efa7598
Update Code Formatter
* Extend the introduction to explain the general approach to formatting
* Add more detailed but abstract examples of implementing a PSI-based Formatter.
* Extend the "Implementation" section
* Replace the example image with a more insightful one
* Add more examples and tips
2024-06-05 15:53:31 +02:00
Yann Cébron
d71c129e42 syntax_highlighting_and_error_highlighting.md: cleanup 2024-06-04 13:56:38 +02:00
Yann Cébron
39f367ec7f syntax_highlighting_and_error_highlighting.md: Annotator mention using ExternalAnnotator when using external tools 2024-06-04 13:35:10 +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
273729dc1f websymbols_context.md: minor edits 2024-05-16 13:44:45 +02:00
Piotr Tomiak
087cf7f13f
Web Symbols: add documentation about WebSymbolContext support. (#1307)
* Web Symbols: add documentation about WebSymbolContext support.

* Web Symbols: add documentation about WebSymbolContext support - review suggestions

Co-authored-by: Karol Lewandowski <karol86@gmail.com>

* Web Symbols: add documentation about WebSymbolContext support - post review changes.

---------

Co-authored-by: Karol Lewandowski <karol86@gmail.com>
2024-05-16 12:44:17 +02:00