You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add "Status Bar Widgets" documentation with feature details, visuals, and navigation updates. Refine "Other Tweaks Settings" with clearer descriptions and removed deprecated content.
Copy file name to clipboardExpand all lines: docs/configuration/other-tweaks-settings.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,26 +14,26 @@ next:
14
14
title: Quick Actions Panel
15
15
---
16
16
17
-
Here you can find other miscellaneous options for the plugin that can't fit in other categories.
17
+
This page showcases other miscellaneous options for the plugin that do not fall into any other categories.
18
18
{:class='title'}
19
19
20
20
{% include carbonads.html %}
21
21
22
-
These features are available for all users.
22
+
These features are available to all users.
23
23
{:class='card-panel warn'}
24
24
25
25
----
26
26
27
-
## Show What's New page on each update
27
+
## Show What's New Page on Each Update
28
28
29
-
By default, whenever there's a new version of the plugin, a new tab is opened showcasing the release notes of the new version, taken directly from the [Material Theme UI Documentation](https://material-theme.com/docs/what-s-new).
29
+
By default, the plugin automatically opens a new tab displaying the release notes whenever a new version is installed. These notes are taken directly from the [Material Theme UI Documentation](https://material-theme.com/docs/what-s-new).
30
30
31
-
This setting allows you to toggle whether to display this page on each update.
31
+
This setting allows you to toggle this behavior, specifying whether to automatically display the "What's New" page after an update.
32
32
33
33
{% include figure.html content="/screens/other/whatsnew.png" caption="What's New Tab" %}
34
34
35
35
36
-
**Note**: You can also manually open this page via the [Quick Actions Panel](/docs/configuration/quick-actions-panel.md)through the action "Show What's New Page".
36
+
**Note**: You can also manually open this page via the [Quick Actions Panel](/docs/configuration/quick-actions-panel.md)by searching for "Show What's New Page".
37
37
38
38
{% include figure.html content="/screens/other/actions.png" caption="Show What's New Page Action" %}
39
39
@@ -42,10 +42,10 @@ This setting allows you to toggle whether to display this page on each update.
42
42
43
43
## Show Wizard on Welcome Screen
44
44
45
-
This setting allows you to toggle the **Material Theme Wizard** option in the Welcome Screen.
45
+
This setting allows you to toggle the **Material Theme Wizard** option on the IDE Welcome Screen.
46
46
47
47
{% include figure.html content="/screens/other/welcomeScreen.png" caption="Welcome Screen Wizard" %}
48
48
49
-
**Note**: You can also manually open the wizard via the [Quick Actions Panel](/docs/configuration/quick-actions-panel.md)through the action "Show Material Theme Wizard".
49
+
**Note**: You can also manually open the wizard via the [Quick Actions Panel](/docs/configuration/quick-actions-panel.md)by searching for "Show Material Theme Wizard".
50
50
51
51
{% include figure.html content="/screens/other/actions.png" caption="Show Material Theme Wizard Action" %}
description: Neat Status Bar Widgets to quickly access some of the plugin's features.
4
+
description: Useful Status Bar Widgets for quick access to plugin features.
5
5
group: configuration
6
6
toc: true
7
7
comments: true
@@ -14,61 +14,52 @@ next:
14
14
title: Excluded File Colors
15
15
---
16
16
17
-
Here you can find an explanation of the actions found in the `Quick Actions Panel`.
17
+
This page provides an overview of the various **Status Bar Widgets** available in the plugin.
18
18
{:class='title'}
19
19
20
20
{% include carbonads.html %}
21
21
22
22
## Status Bar Widgets
23
23
24
-
This isn't a setting, but rather a set of toggleable widgets for the _Status Bar_.
25
-
You can find them by right-clicking the status bar and enabling the widgets you'd like.
24
+
The Material Theme UI plugin includes several _Status Bar Widgets_ that provide useful information and quick access to common actions.
26
25
27
-
### Material theme widget
26
+
You can toggle these widgets by right-clicking the status bar and selecting the ones you wish to display.
28
27
29
-
Since version 7.4.0, the old _Material Theme widget_ has been redone to better blend with the other widgets.
30
-
It sports the current theme name and icon, and you can open a menu with the list of available themes.
28
+
{% include figure.html content="/screens/widgets/widgetsMenu.png" caption="Toggle Widgets" %}
31
29
32
-
<divclass="masonry">
33
30
34
-
{% include figure.html content="/screens/newWidgets.png" caption="Material Theme + Accent Widget" %}
31
+
### Theme Widget
35
32
36
-
{% include figure.html content="/screens/widgetsMenu.png" caption="Theme Selection Widget" %}
33
+
The _Theme Widget_ displays the current theme along with its icon. It also provides a menu to quickly switch between all available themes.
37
34
38
-
</div>
39
-
40
-
### Accent color widget
41
-
42
-
Just besides the theme widget, you can also display the _Accent Color Widget_.
43
-
It sports the current accent color, and displays the list of available predefined accent colors when clicked.
44
-
45
-
<divclass="masonry">
35
+
<divclass="masonry"markdown="0">
46
36
47
-
{% include figure.html content="/screens/newWidgets.png" caption="Material Theme + Accent Widgets" %}
37
+
{% include figure.html content="/screens/widgets/themeWidget.png" caption="Theme Widget" %}
48
38
49
-
{% include figure.html content="/screens/accents/accentColorWidget.png" caption="Accent Color Widget" %}
39
+
{% include figure.html content="/screens/widgets/selectTheme.png" caption="Switch Theme" %}
50
40
51
41
</div>
52
42
53
-
### Current Project Widget
43
+
### Accent Color Widget
44
+
45
+
Adjacent to the Theme Widget is the _Accent Color Widget_. It displays the current accent color and allows you to switch between predefined accent colors (available only when the **Override Accent Color from Theme** setting is disabled).
54
46
55
-
Version 7.5.3 introduces yet another widget to the Status Bar, which displays the current project and gives the ability to open other projects via a menu. This
56
-
is based on a similar widget available on the title bar in the new UI.
47
+
<divclass="masonry"markdown="0">
57
48
58
-
<divclass="masonry">
49
+
{% include figure.html content="/screens/widgets/accentWidget.png" caption="Accent Color Widget" %}
59
50
60
-
{% include figure.html content="/screens/projectsWidget.png" caption="Recent Projects Widget" %}
51
+
{% include figure.html content="/screens/widgets/switchAccent.png" caption="Switch Accent Color" %}
61
52
62
53
</div>
63
54
64
-
### Material theme legacy widget
55
+
### Current Project Widget
65
56
66
-
You can still find the previous legacy widget:
57
+
The _Project Widget_ displays the current project's name and icon, providing a convenient way to quickly switch between recent projects.
67
58
68
-
<divclass="masonry">
59
+
<divclass="masonry"markdown="0">
69
60
70
-
{% include figure.html content="/screens/archive/widgetStatusbar.png" caption="Status Bar Widget" %}
61
+
{% include figure.html content="/screens/widgets/projectWidget.png" caption="Recent Projects Widget" %}
71
62
72
-
{% include figure.html content="/screens/archive/statusAccentWidget.png" caption="Accent Widget" %}
63
+
{% include figure.html content="/screens/widgets/recentProjects.png" caption="Open Recent Project" %}
0 commit comments