Skip to content

Commit 22bde2c

Browse files
committed
Update "Quick Actions Panel" documentation with new sections, detailed descriptions, and visuals for toggles. Add related images for improved navigation clarity.
1 parent 39ca43f commit 22bde2c

17 files changed

Lines changed: 162 additions & 67 deletions

docs/configuration/quick-actions-panel.md

Lines changed: 162 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can access this panel from several locations:
3131

3232
- On the far right of the main toolbar.
3333

34-
{% include figure.html content="/screens/other/mainToolbar.png" caption="Main Toolbar" %}
34+
{% include figure.html content="/screens/other/toolbarMenu.png" caption="Main Toolbar" %}
3535

3636
- Within the `Quick Switch Panel`.
3737

@@ -61,92 +61,187 @@ Additionally, it includes options to inherit the accent color from the current t
6161

6262
----
6363

64-
## Panel Options
64+
## Contrast Toggles
6565

66-
This panel allows you to quickly toggle various UI settings:
66+
This submenu includes toggles related to contrast options:
67+
- _Toggle Contrast Mode_ to enable/disable the plugin's contrast mode.
68+
- _Toggle High Contrast_ to enable/disable the plugin's high contrast mode.
6769

68-
- _Toggle Contrast Mode_
69-
- _Toggle High Contrast_
70-
- _Toggle Compact Item Line Height_
71-
- _Toggle Compact Dropdowns_
72-
- _Toggle Compact Table Cells_
73-
- _Toggle Compact Fields_
74-
- _Toggle Compact Menus_
75-
- _Toggle Compact Status Bar_
76-
- _Toggle Uppercase Tabs_
77-
- _Toggle Custom Tab Font_
78-
- _Indicator Styles_
79-
- _Tab Highlight Position_
70+
----
8071

81-
It also provides one-time actions to modify the plugin's configuration:
72+
## Tabs Toggles
8273

83-
- _Set Recommended Tab Height_: Sets the tab height to _42_.
74+
This submenu includes various toggles for customizing the appearance and behavior of tabs:
8475

85-
-----
76+
- _Set Recommended Tab Height_: Resets the tab height to the default value (42).
77+
- _Toggle Uppercase Tabs_: Toggles the uppercase tabs style.
78+
- _Toggle Custom Tab Font_: Toggles the tabs custom font.
79+
- _Toggle Tab Separators_: Toggles the visibility of separators between tabs.
80+
- _Toggle Rounded Tabs_: Toggles the Rounded Tabs style.
81+
- _Toggle Bold Active Tab_: Toggles bold text for the active tab.
82+
- _Toggle Tab Shadow_: Toggles the shadow effect beneath the tabs.
83+
- _Toggle Tab Glow_: Toggles the glow effect beneath the tabs.
84+
- _Remove Tab Shadow_: Removes any shadow or glow effect under the tabs.
85+
- _Tab Highlight Position_: Allows you to change the position of the tab highlight.
8686

87-
## Accent Color Chooser
87+
{% include figure.html content="/screens/other/tabsMenu.png" caption="Tabs Toggles" %}
8888

89-
This panel offers a selection of predefined colors for your [accent color](/docs/configuration/accents).
89+
----
9090

91-
{% include figure.html content="/screens/accentChooser.png" caption="Accent Chooser" %}
91+
## Spacing Toggles
9292

93-
It also includes shortcuts to toggle the following:
93+
This submenu includes options for adjusting the spacing of various UI components:
9494

95-
- _Override Accent Color from Theme_
96-
- _Set Accent Mode_
95+
- _Toggle Compact Item Line Height_: Toggles the compact line height for menu items and list items.
96+
- _Toggle Compact Dropdowns_: Toggles the compact size for dropdown components.
97+
- _Toggle Compact Table Cells_: Toggles the compact size for table cells.
98+
- _Toggle Compact Fields_: Toggles the compact size for text fields and other input components.
99+
- _Toggle Compact Menus_: Toggles the compact size for menus.
100+
- _Toggle Compact Status Bar_: Toggles the compact size for the IDE status bar.
101+
- _Toggle Compact List Items_: Toggles the compact size for items in lists.
97102

98-
Note: You can still manually change the accent color in `Settings → Custom Accent Color`.
103+
{% include figure.html content="/screens/other/spacingMenu.png" caption="Spacing Toggles" %}
99104

100-
-----
105+
----
101106

102-
## Material Theme Features
103-
104-
The following features are available for Premium users.
105-
{:class='card-panel warn'}
106-
107-
This panel provides quick toggles for the most frequently used component and feature settings:
108-
109-
- _Toggle Tab Separators_
110-
- _Toggle Custom Tree Font_
111-
- _Toggle Custom UI Font_
112-
- _Toggle Colored Directories_
113-
- _Toggle Language Additions_
114-
- _Toggle Focus Mode_
115-
- _Toggle Material Wallpapers_
116-
- _Toggle Outline Buttons_
117-
- _Toggle Overlays_
118-
- _Toggle Animated Tool Windows_
119-
- _Toggle Project Frame Colors_
120-
- _Colorize Title Bar (New UI)_
121-
122-
Additional one-time actions available in this panel:
123-
124-
- _Material Theme Wizard_: Launch the Material Theme Wizard.
125-
- _Atom Material Icons_: Visit the **Atom Material Icons Plugin** page for installation.
126-
- _Show What's New_: Open the "**What's New**" page.
127-
- _Reset Color Scheme_: Restore the default color scheme, removing any custom changes.
128-
- _Clean Overlays_: Manually clear any remaining overlays.
129-
- _Apply Custom UI Font_: Force a UI font update.
130-
- _Undock Tool Windows_: Undock all currently active tool windows.
131-
- _Dock Tool Windows_: Re-dock all active tool windows.
107+
## Trees Toggles
132108

133-
---
109+
This submenu includes toggles for customizing the appearance and behavior of trees:
134110

135-
### License Activation
111+
- _Toggle Colored Directories_: Toggles the colored directories feature in the project tree.
112+
- _Toggle Custom Tree Font_: Toggles the custom font for the tree components.
113+
- _Toggle Indicator Gradient_: Toggles the gradient effect for tree indicators.
114+
- _Toggle Custom Tree Indent_: Toggles the custom indentation for tree items.
115+
- _Toggle Custom Line Height_: Toggles the custom line height for tree items.
116+
- _Indicator Styles_: Allows you to choose between different styles for tree indicators:
117+
- _Border_
118+
- _Sharp_
119+
- _Dot_
120+
- _Right Border_
121+
- _Boxed_
122+
- _Underline_
123+
- _None_
136124

137-
- _Activate License_: Activate your Premium license.
125+
{% include figure.html content="/screens/other/treesMenu.png" caption="Trees Toggles" %}
138126

139-
{% include figure.html content="/screens/license/activateLicense.png" caption="Activate License" %}
127+
----
140128

141-
{% include figure.html content="/screens/license/manageSubscriptions.png" caption="License" %}
129+
## UI Components Toggles
142130

143-
---
131+
This submenu provides toggles for various UI components and their styles:
132+
133+
- _Toggle Outline Buttons_: Toggles the outline style for buttons.
134+
- _Toggle Round Notifications_: Toggles rounded corners for notification popups.
135+
- _Extra Shadows_: Toggles additional shadows for some components.
136+
- _Toggle Upper Case Buttons_: Toggles uppercase text for buttons.
137+
- _Toggle Inverted Completion Selection_: Inverts the selection color in completion lists.
138+
- _Toggle Custom Search Everywhere_: Toggles the custom Material style for the Search Everywhere dialog.
139+
- _Toggle Borderless_: Toggles borderless style for some components.
140+
- _Toggle Material Spinner_: Toggles the Material-style progress spinner.
141+
- _Toggle Original Square Buttons_: Toggles the original square style for buttons.
142+
- _Material Design Style_: Choose between different Material Design versions:
143+
- _V1_
144+
- _V2_
145+
- _V3_
146+
147+
{% include figure.html content="/screens/other/componentsMenu.png" caption="UI Components Toggles" %}
148+
149+
----
150+
151+
## Features Toggles
152+
153+
This submenu includes toggles for various plugin features:
154+
155+
- _Toggle Custom Font_: Toggles the use of a custom font for the IDE.
156+
- _Toggle Material Wallpapers_: Toggles the Material Wallpapers feature.
157+
- _Toggle Overlays_: Toggles the use of overlays for some components.
158+
- _Toggle More Overlays_: Toggles additional overlays.
159+
- _Animate Tool Windows_: Toggles animations when opening/closing tool windows.
160+
- _Toggle Auto Reset Color Scheme_: Toggles automatic resetting of the color scheme when changing themes.
161+
- _Toggle Centered Editor_: Toggles the centered editor mode.
162+
- _Toggle Editor Global Font_: Toggles the use of a global font for the editor.
163+
- _Toggle Floating Action Button_: Toggles the visibility of the Floating Action Button.
164+
- _Remove Material Wallpaper_: Clears the current IDE background image.
165+
- _Set UI Font to Google Sans_: Sets the IDE UI font to Google Sans.
166+
- _Reset Color Scheme_: Resets the current color scheme to its default values.
167+
- _Clean Overlays_: Removes all active overlays.
168+
- _Apply Custom UI Font_: Applies the configured custom UI font.
169+
170+
{% include figure.html content="/screens/other/featuresMenu.png" caption="Features Toggles" %}
171+
172+
----
173+
174+
## Project Banner Toggles
175+
176+
This submenu allows you to customize the Project Banner feature:
177+
178+
- _Toggle Project Banner_: Toggles the visibility of the project banner.
179+
- _Colorize Title Bar_: Toggles title bar colorization based on the project.
180+
- _Colorize Left Tool Window Stripe_: Toggles colorization of the left tool window stripe.
181+
- _Colorize Right Tool Window Stripe_: Toggles colorization of the right tool window stripe.
182+
- _Colorize Status Bar_: Toggles colorization of the status bar.
183+
- _Toggle Show Project Icon_: Toggles the visibility of the project icon in the banner.
184+
- _Toggle Show Project Name_: Toggles the visibility of the project name in the banner.
185+
186+
{% include figure.html content="/screens/other/bannerMenu.png" caption="Project Banner Toggles" %}
187+
188+
----
189+
190+
## Islands Toggles
191+
192+
This submenu includes toggles for the "Islands" UI style:
193+
194+
- _Toggle Islands Background_: Toggles the isolated background style for certain components.
195+
- _Toggle Islands Contrast_: Toggles contrast for the Islands style.
196+
- _Toggle Islands Border_: Toggles borders for the Islands style.
197+
198+
{% include figure.html content="/screens/other/islandsMenu.png" caption="Islands Toggles" %}
199+
200+
----
201+
202+
## Theme Randomizer
203+
204+
This submenu provides options for the Theme Randomizer feature:
205+
206+
- _Toggle Theme Randomizer_: Enables or disables the theme randomizer.
207+
- _Next Favorite Theme_: Switches to the next theme in your favorites list.
208+
- _Previous Favorite Theme_: Switches to the previous theme in your favorites list.
209+
210+
{% include figure.html content="/screens/other/randomizerMenu.png" caption="Theme Randomizer" %}
211+
212+
----
213+
214+
## Language Additions
215+
216+
This submenu includes toggles for language additions:
217+
218+
- _Toggle Language Additions_: Enables or disables all language-specific additions.
219+
- _Toggle Advanced Settings_: Toggles advanced language settings.
220+
- _Specific Languages_: Allows you to toggle additions for specific languages:
221+
- _Java_
222+
- _Kotlin_
223+
- _JavaScript_
224+
- _TypeScript_
225+
- _PHP_
226+
- _Ruby_
227+
- _Python_
228+
- _Go_
229+
- _Rust_
230+
231+
{% include figure.html content="/screens/other/langagesMenu.png" caption="Language Additions" %}
232+
233+
----
144234

145-
### Material Wallpapers
235+
## Other Toggles
146236

147-
- _Remove Material Wallpaper_: Clears the current [IDE Background Image](https://www.jetbrains.com/help/idea/setting-background-image.html).
237+
This submenu includes miscellaneous options and tools:
148238

149-
{% include figure.html content="/screens/customWallpaper.png" caption="Material Wallpaper" %}
239+
- _Material Theme Wizard_: Opens the Material Theme setup wizard.
240+
- _Install Atom Material Icons_: Provides a link to install the Atom Material Icons plugin.
241+
- _Activate License_: Opens the license activation dialog.
242+
- _Toggle Show Wizard on Welcome_: Toggles whether to show the wizard on the welcome screen.
243+
- _Toggle Show What's New_: Toggles whether to show the "What's New" dialog after updates.
244+
- _Undock Tool Windows_: Undocks all tool windows.
245+
- _Dock Tool Windows_: Docks all tool windows.
150246

151-
Note: This setting affects the entire IDE. Removing or disabling the plugin will not automatically remove the background image. You can manage this manually in `Settings → Appearance → Background Image`.
152-
{:class='card-panel warn'}
247+
{% include figure.html content="/screens/other/otherMenu.png" caption="Other Toggles" %}
120 KB
Loading

img/screens/other/bannerMenu.png

90.9 KB
Loading
116 KB
Loading

img/screens/other/featuresMenu.png

121 KB
Loading

img/screens/other/islandsMenu.png

67.2 KB
Loading

img/screens/other/langagesMenu.png

127 KB
Loading

img/screens/other/otherMenu.png

89.9 KB
Loading

img/screens/other/quickSwitch.png

36.7 KB
Loading
70.3 KB
Loading

0 commit comments

Comments
 (0)