Skip to content

Commit e13154b

Browse files
committed
Revise "Component Settings" documentation: reorganize sections, add new visuals for icon loaders and tool window buttons, and remove outdated content.
1 parent 5895079 commit e13154b

9 files changed

Lines changed: 25 additions & 44 deletions

File tree

docs/configuration/component-settings.md

Lines changed: 25 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -227,71 +227,52 @@ setting.
227227

228228
{% include figure.html content="/screens/ui/macSettings.png" caption="Scrollbar Settings macOS" %}
229229

230-
#### Editor scrollbars
231-
232-
This feature is available in the free plan.
233-
{:class='card-panel warn'}
234-
235-
Since 2019.1 the scrollbars enter into two categories:
236-
237-
* _UI Scrollbars_: these are the scrollbars found throughout the UI, such as lists and trees.
238-
* _Editor Scrollbars_: these are scrollbars for the editor.
239-
240-
Due to this separation, this setting only affects the _UI Scrollbars_.
241-
242-
The _Editor Scrollbars_, in turn, are managed via a [**Color Scheme Setting Page**](/docs/configuration/scrollbars).
243-
244-
---
230+
----
245231

246-
### Tabs shadow
232+
## Misc
247233

248-
This feature is available in the free plan.
234+
These features are available in the free plan.
249235
{:class='card-panel warn'}
250236

251-
This option enables/disables the shadow under the tabs.
252-
253-
{% include figure.html content="/screens/tabs/tabShadow.png" caption="Tabs Shadow" %}
237+
### Extra Shadows
254238

255-
---
239+
This small tweak adds a shadow to some popups and notifications.
256240

257-
### Shadows
241+
{% include figure.html content="/screens/ui/shadows.png" caption="Notifications Shadows" %}
258242

259-
This feature is only available for premium users.
260-
{:class='card-panel warn'}
243+
### Circular Icon Loader
261244

262-
This small tweak adds a shadow to popups and some notifications.
245+
This setting replaces the default icon loader (the gear-like animated icon) with the Material Icons' circular loader icon.
263246

264-
{% include figure.html content="/screens/shadows.png" caption="Shadows" %}
247+
{% include figure.html content="/screens/ui/circleLoader.png" caption="Circular Icon Loader" %}
265248

249+
{% include figure.html content="/screens/ui/miniLoader.png" caption="Small Icon Loader" %}
266250

267-
---
268251

269-
### Inverted completion selection color
252+
**Note**: This feature is only usable in coordination with the _Atom Material Icons_ plugin, as the icon is part of that plugin.
253+
{:class='card-panel warn'}
270254

271-
This feature is available in the free plan.
255+
**Note 2**: You need to restart the IDE for this setting to take effect.
272256
{:class='card-panel warn'}
273257

274-
This setting allows you to choose between two styles for the **selected option** in the *Autocomplete Panel*:
258+
### Use Original Tool Window Buttons
275259

276-
{% include figure.html content="/screens/normalSelection.png" caption="Normal selection" %}
260+
The plugin replaces the appearance of the tool window buttons with a circular, transparent shape on hover, and a fully squared, transparent shape for opened tool windows.
277261

278-
{% include figure.html content="/screens/invertedSelection.png" caption="Inverted selection" %}
262+
This setting allows you to revert to the original tool window appearance instead.
279263

280-
---
264+
<div class="masonry" markdown="0">
281265

282-
### Animated Tool Windows
266+
{% include figure.html content="/screens/ui/hoverTWButtons.png" caption="Material Tool Window Buttons on Hover" %}
283267

284-
This feature is available in the free plan.
285-
{:class='card-panel warn'}
268+
{% include figure.html content="/screens/ui/toggledButtons.png" caption="Material Toggled Tool Window Buttons" %}
286269

287-
This setting allows you to animate the **undocked** tool windows when they are opening/closing.
270+
</div>
271+
272+
<div class="masonry" markdown="0">
288273

289-
{% include figure.html content="/screens/animatedToolWindows.gif" caption="Animated Tool Windows" %}
274+
{% include figure.html content="/screens/ui/originalHoverTWButtons.png" caption="Original Tool Window Buttons on Hover" %}
290275

291-
It uses the registry feature behind the scenes, so it's available in the free plans. However, it is disabled on Linux as the animation is
292-
not smooth on this platform.
276+
{% include figure.html content="/screens/ui/originalToggledButtons.png" caption="Original Toggled Tool Window Buttons" %}
293277

294-
**Important**: Since the animations only show for undocked tool windows, the plugin will ask you if you want to undock all currently opened
295-
tool windows. However, if you change your mind, an action "**Dock**" is available in the *Material Theme Toolbar* to dock back the tool
296-
windows.
297-
{:class='card-panel warn'}
278+
</div>

img/screens/scrollbars.png

-1.99 KB
Binary file not shown.

img/screens/ui/circleLoader.png

7.19 KB
Loading

img/screens/ui/hoverTWButtons.png

6.25 KB
Loading

img/screens/ui/miniLoader.png

10.1 KB
Loading
4.63 KB
Loading
4.63 KB
Loading

img/screens/ui/toggledButtons.png

4.78 KB
Loading

0 commit comments

Comments
 (0)