Skip to content

v1.0.3

Compare
Choose a tag to compare
@jwortmann jwortmann released this 25 Oct 16:16
· 213 commits to master since this release
8ec4ddf
  • Added a setting whether to display the kind icon for the "ambiguous" kind in autocompletion popups. This kind is usually used for word-completions from the buffer, and its icon has been disabled by default now. To re-enable the icon, set "kind_icon_ambiguous": true in the Preferences.sublime-settings file. This setting doesn't apply, if the "kind_letters" setting is set to true (because there is no kind letter for the "ambiguous" kind).

  • Changed the Git status icon for modified files in the sidebar from a square to a circle.

  • Adjusted the background color for text input fields when a dark color scheme is used. This increases the contrast for placeholder texts, which previously were very difficult to read in most color schemes, because the font color cannot be controlled directly by a theme. The new background color is set to the color scheme's background now.

  • The font size in Widgets like the console panel and text input fields isn't fixed anymore and uses the global font size set by the user instead.