73 Commits

Author SHA1 Message Date
Yann Cébron
23336f7c76 basic_action_system.md: note about reusable logic 2025-03-05 11:22:15 +01:00
Yann Cébron
7b8151410d basic_action_system.md: dumb actions 2025-03-05 11:15:39 +01:00
Yann Cébron
e371993fb4 basic_action_system.md: link to popups 2025-03-05 11:11:58 +01:00
Karol Lewandowski
7f74fe3be4 basic_action_system.md, working_with_custom_actions.md: ID requirement adjustments 2025-02-12 12:48:24 +01:00
Karol Lewandowski
461b8eb100 basic_action_system.md: Swap order of sections for a better reading flow 2024-12-10 10:26:45 +01:00
Karol Lewandowski
87f73f1ce6 Move some action content to plugin_configuration_file.md and reduce content duplication 2024-12-10 10:19:41 +01:00
Karol Lewandowski
90439bc9e8 basic_action_system.md: Link message bundles 2024-12-10 07:29:40 +01:00
Karol Lewandowski
0df9d695a5 basic_action_system.md: Cleanup 2024-12-10 07:29:40 +01:00
Karol Lewandowski
0ac323d7d9
Plugin configuration file page generator (#1378) 2024-10-31 08:46:07 +01:00
Yann Cébron
72a6c33b6b toolbar.md: link implementation 2024-10-22 11:09:17 +02:00
Yann Cébron
9e86010eec note about DumbAwareAction usage 2024-10-14 17:08:49 +02:00
Yann Cébron
81986e3051
Workspace Model (#1364) 2024-08-15 10:34:06 +02:00
Yann Cébron
beed2c27c2 basic_action_system.md: cleanup warning box 2024-08-07 10:49:26 +02:00
Karol Lewandowski
4919ac9f21 basic_action_system.md: Cleanup grammar issues and style 2024-08-07 10:31:58 +02:00
Karol Lewandowski
9ea030a7de basic_action_system.md: Cleanup inline code formatting 2024-08-07 10:18:19 +02:00
Yann Cébron
47dd6aec53 basic_action_system.md: update gh-ic-master links 2024-08-07 10:16:45 +02:00
Karol Lewandowski
5c77f0e8f9 Rename general_threading_rules.md to threading_model.md 2024-07-30 15:59:04 +02:00
Yann Cébron
b911e1f8d2 IJSDK-2109 Document KeepPopupOnPerform for ToggleAction 2024-07-16 14:15:29 +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
b8830c37f1 escape $PATH$ notation 2024-06-11 18:04:04 +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
c8f2bfdcf6 Use consistent terms: "UI thread" -> "EDT" 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
Karol Lewandowski
c96db9fb14 basic_action_system.md: Add code formatting to titles 2024-04-08 12:34:56 +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
4fbc57a354 basic_action_system.md: mention DumbAwareToggleAction 2024-03-19 17:42:57 +01:00
Yann Cébron
bf4e6d9508 "dumb mode" link title 2024-03-12 16:47:56 +01:00
Yann Cébron
e383e83723 Dumb Mode: DumbAware API, DumbAwareAction 2024-03-12 11:49:20 +01:00
Yann Cébron
50abcbfa6c basic_action_system.md: minor 2024-03-12 11:45:15 +01:00
Yann Cébron
16b486d7f0 basic_action_system.md: minor 2023-11-09 12:13:50 +01:00
Karol Lewandowski
8b7c2d7d13 basic_action_system.md: Add information about executing actions programmatically 2023-11-09 11:17:46 +01:00
Karol Lewandowski
c182a4da93 basic_action_system.md: Cleanup 2023-11-09 11:07:09 +01:00
Yann Cébron
f4504bda66 basic_action_system.md: note "Eager creation of action presentation" inspection 2023-10-05 14:31:25 +02:00
Karol Lewandowski
cad756c2a0 Avoid using <br/> in tables 2023-04-28 13:00:24 +02:00
Yann Cébron
b969d17468 "Settings/Preferences" is now "Settings" on all OSes 2023-01-11 14:43:08 +01:00
Karol Lewandowski
63fc080ab4 basic_action_system.md: Add link-summary 2022-12-02 15:33:07 +01:00
Karol Lewandowski
0e34c307b8 basic_action_system.md: Cleanup 2022-12-02 15:33:07 +01:00
Karol Lewandowski
1a82a8bd82 basic_action_system.md: Fix: <menupath> -> <ui-path> 2022-11-30 09:43:09 +01:00
Karol Lewandowski
c36147439c
Migration from Stardust to Writerside (#902) 2022-11-24 15:11:20 +01:00
Patrick Scheibe
5508c47c68
Add information about threading in Actions
* Add information about threading in Actions
* Crosslink with other pages
2022-11-23 03:43:04 +01:00
Yann Cébron
af426a6093 more Platform UI links 2022-09-29 13:26:54 +02:00
Yann Cébron
052f6edb69 rename link group to "Product Help" 2022-09-26 11:24:19 +02:00
Yann Cébron
eec5f0dc14 more "Product Help Topics" links 2022-09-22 18:19:48 +02:00
Yann Cébron
3403973302 remove "Introduction" headings 2022-09-21 18:32:09 +02:00
Karol Lewandowski
1609814d74 add links to plugin_configuration_file.md 2022-09-07 11:33:13 +02:00
Karol Lewandowski
f0a02fe5b5 add links to elements in plugin configuration file
Some occurrences are intentionally skipped. I added links only to the first occurrences of a given element in a section (not a page).
2022-09-07 11:32:17 +02:00
Karol Lewandowski
17d2d115b3
Plugin configuration file rework (#858) 2022-08-31 17:02:01 +02:00