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
Copy file name to clipboardExpand all lines: docs/configuration/component-settings.md
+25-44Lines changed: 25 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,71 +227,52 @@ setting.
227
227
228
228
{% include figure.html content="/screens/ui/macSettings.png" caption="Scrollbar Settings macOS" %}
229
229
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
+
----
245
231
246
-
### Tabs shadow
232
+
##Misc
247
233
248
-
This feature is available in the free plan.
234
+
These features are available in the free plan.
249
235
{:class='card-panel warn'}
250
236
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
254
238
255
-
---
239
+
This small tweak adds a shadow to some popups and notifications.
256
240
257
-
### Shadows
241
+
{% include figure.html content="/screens/ui/shadows.png" caption="Notifications Shadows" %}
258
242
259
-
This feature is only available for premium users.
260
-
{:class='card-panel warn'}
243
+
### Circular Icon Loader
261
244
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.
263
246
264
-
{% include figure.html content="/screens/shadows.png" caption="Shadows" %}
247
+
{% include figure.html content="/screens/ui/circleLoader.png" caption="Circular Icon Loader" %}
265
248
249
+
{% include figure.html content="/screens/ui/miniLoader.png" caption="Small Icon Loader" %}
266
250
267
-
---
268
251
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'}
270
254
271
-
This feature is available in the free plan.
255
+
**Note 2**: You need to restart the IDE for this setting to take effect.
272
256
{:class='card-panel warn'}
273
257
274
-
This setting allows you to choose between two styles for the **selected option** in the *Autocomplete Panel*:
258
+
### Use Original Tool Window Buttons
275
259
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.
277
261
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.
279
263
280
-
---
264
+
<divclass="masonry"markdown="0">
281
265
282
-
### Animated Tool Windows
266
+
{% include figure.html content="/screens/ui/hoverTWButtons.png" caption="Material Tool Window Buttons on Hover" %}
283
267
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" %}
286
269
287
-
This setting allows you to animate the **undocked** tool windows when they are opening/closing.
270
+
</div>
271
+
272
+
<divclass="masonry"markdown="0">
288
273
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" %}
290
275
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" %}
293
277
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
0 commit comments