Skip to content

Releases: SublimeText/PackageDev

v3.2.4 (2019-01-19)

21 Jan 16:09
64b6aec
Compare
Choose a tag to compare
  • Syntax: support nested anonymous contexts in push/set (@deathaxe, #218)
  • Scheme: Add line_diff_modified support

v3.2.3 (2019-01-18)

18 Jan 03:07
f7d37c5
Compare
Choose a tag to compare

v3.2.2 (2019-01-15)

15 Jan 03:58
e9d025b
Compare
Choose a tag to compare
  • Added a command to edit the currently active color scheme in a User override (#200)
  • Auto-completions now work in cloned files (#142)
  • Syntax: Fixed highlighting of multi-push statements and provide completions (@deathaxe, #209)
  • Syntax: Added input helpers for : and - (@deathaxe, #212)
  • Settings: Added proper setting sources for widget settings (#206)

Small changes:

v3.2.1 (2018-10-24)

24 Oct 00:10
4e42f63
Compare
Choose a tag to compare
  • Allow null and false for layer*.tint values (#198)
  • Consider Base File.sublime-settings for default Preferences setting features (#196)
  • Fix completions for main keys in color schemes appearing inside the rules main key (@deathaxe, #194)
  • highlight_colour was an upstream misspelling of highlight_color (in themes)

v3.2.0 (2018-10-23)

23 Oct 01:01
7dc540f
Compare
Choose a tag to compare
  • Add complete support for theme files!

    Includes syntax highlighting, completions, snippets and a template to create a new file.
    Supports all the new features from ST build 3179.

  • Add support for new foreground_adjust key in color schemes

  • Fix setting edit buttons not showing for unpack default setting files (#178)

  • Fix variable completions in color schemes (and themes) being interfered by CSS completions

  • Improve setting phantom header visibility for certain bright color schemes (#197)

v3.1.7 (2018-09-11)

11 Sep 01:40
v3.1.7
e8a439f
Compare
Choose a tag to compare
  • Add command to open a new project with a package ("PackageDev: Open Package")
  • Make edit setting phantom background transparent (@deathaxe)

v3.1.6 (2018-06-08)

08 Jun 19:53
v3.1.6
d837b56
Compare
Choose a tag to compare
  • Highlighting and completions for new (3158) keys in color schemes (@keith-hall)
  • Highlighting and completions for new (3158) keys in projects (@ehuss)
  • Other small fixes (@keith-hall, @deathaxe)

v3.1.5 (2018-03-18)

18 Mar 18:27
v3.1.5
d22a776
Compare
Choose a tag to compare
  • Fix highlighting of negative platform filters in menu files (@keith-hall)
  • Skip whitespace when completing syntax tests (@keith-hall)

v3.1.4 (2018-02-11)

11 Feb 15:37
v3.1.4
dbac9c8
Compare
Choose a tag to compare
  • Highlight keyfiles in build systems (@keith-hall)
  • Fix cancel keys with a dict value in build systems (@keith-hall)
  • Fix some completions and highlighting of color scheme properties (wrt "bracket*s") (@keith-hall)

v3.1.3 (2017-11-08)

08 Nov 00:39
v3.1.3
45b3dc3
Compare
Choose a tag to compare
  • Fix compatibility with builds <3153 without embed support