Skip to content

Components and Tabs

Compare
Choose a tag to compare
@mallowigi mallowigi released this 03 Jul 07:07
· 2482 commits to master since this release

This release is mainly concentrated on patching IDE components to look more and more like a real Material Design IDE:

  • Material Table Headers: This is a work in progress to have tables with a larger line-height to look like MD tables. For now only the headers are designed.
  • Material Inputs: Remove the border and instead leave the bottom border like in Material Design. Doesn't apply to all inputs though, since Search Inputs are sometimes hardcoded therefore hard to patch.
  • Material Password (and option to display/hide characters)
  • Material Tabs: Bigger (and customizable) tab height!
  • Material Dialog Titles: Fix the annoying gray gradient on dialog titles (TODO: set a bigger font for titles)
  • Better notification colors: better red, green and yellow
  • New icons for module, excluded and test folders: Now they have open folders decorators as well to see which files are opened in one of these directories.
  • Roboto font by default: If you have Roboto font installed (which I recommend), it will replace the default font with it.

Aside from this, a panel of new options have been added to mimic the Sublime Text plugin more and more:

  • Themed Scrollbars: Allow to set a better transparency to scrollbars instead of a pure gray. Needs restart
  • Custom Tree Indent: Allow to reduce or extend the indentation in items in the Sidebar tree. Values are allowed from 2 to 8 (by step of 2).
  • Custom Tab Height
  • Material Theme: Now you can disable the Material Theme colors while leaving other components such as the buttons, icons or tabs.

Plus this version fixes some issues left open:

and some others.

Hope you will enjoy this.