274 Commits

Author SHA1 Message Date
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
Patrick Scheibe
dfbb812067 Fix number of bullet points 2024-05-16 12:39:59 +02:00
Patrick Scheibe
b692cba0ae Add information about code vision provider settings (IJSDK-2051) 2024-05-16 04:50:48 +02:00
Yann Cébron
4e7bc3186b fix "Example:" formatting 2024-05-14 17:13:09 +02:00
Yann Cébron
f6b65fa909 spell_checking.md: grammar checks 2024-05-14 16:53:11 +02:00
Yann Cébron
579116dd77 symbols.md: minor 2024-05-14 16:27:11 +02:00
Yann Cébron
a102a3431f symbols.md: add some sample plugins 2024-05-14 16:01:58 +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
Karol Lewandowski
c8f2bfdcf6 Use consistent terms: "UI thread" -> "EDT" 2024-04-10 12:43:00 +02:00
Karol Lewandowski
667613c1e2 language_injection.md: Add code formatting to titles 2024-04-09 08:22:14 +02:00
Karol Lewandowski
8af31b6ea4 websymbols.md: Fix link 2024-04-08 15:01:02 +02:00
Karol Lewandowski
eff3d8699d spell_checking.md: Add code formatting to titles 2024-04-08 14:23:44 +02:00
Karol Lewandowski
9b577648ca documentation.md: Add code formatting to titles 2024-04-08 14:21:52 +02:00
Karol Lewandowski
5389264037 websymbols_web_types.md: Fix grammar issues, etc. 2024-04-08 14:19:47 +02:00
Karol Lewandowski
0ab2094331 websymbols_web_types.md: Add code formatting to titles 2024-04-08 14:15:55 +02:00
Karol Lewandowski
bca33f9f71 websymbols_integration.md: Fix grammar issues, etc. 2024-04-08 14:13:15 +02:00
Karol Lewandowski
8c3c33de1d websymbols_implementation.md: Fix grammar issues, etc. 2024-04-08 14:03:50 +02:00
Karol Lewandowski
9e6a7153cf websymbols_implementation.md: Add inline code markers 2024-04-08 13:47:59 +02:00
Karol Lewandowski
94ce02c5ea references_and_resolve.md: Change header: PsiReference -> PSI References 2024-04-08 13:39:01 +02:00
Karol Lewandowski
1ba4ee5402 syntax_highlighting_and_error_highlighting.md: Change header: TextAttributeKey -> Text Attribute Key 2024-04-08 13:27:50 +02:00
Karol Lewandowski
88ea433b58
2024.1 Release: update pages, extension point lists, code samples, etc. (#1265) 2024-04-04 14:31:02 +02:00
Yann Cébron
dd303d8f84 syntax_highlighting_and_error_highlighting.md: Order of Running Highlighting 2024-03-19 16:59:27 +01:00
Yann Cébron
649e018a1d code_inspections_and_intentions.md: update "Inspections Performance" 2024-03-19 14:24:59 +01:00
Yann Cébron
bbb48bccf3 additional_minor_features.md: EditorTabColor|TitleProvider DumbAware 2024-03-14 09:24:59 +01:00
Yann Cébron
25947511af syntax_highlighting_and_error_highlighting.md: ExternalAnnotator DumbAware 2024-03-13 18:21:47 +01:00
Yann Cébron
b059db624c parameter_info.md: mention DumbAware 2024-03-13 18:15:07 +01:00
Yann Cébron
6eacb0034a syntax_highlighting_and_error_highlighting.md: Annotator mention DumbAware 2024-03-13 18:10:09 +01:00
Yann Cébron
5fe4e0113b code_completion.md: CompletionContributor mention DumbAware 2024-03-13 18:00:32 +01:00