Releases: SublimeText/PackageDev
Releases · SublimeText/PackageDev
v3.2.4 (2019-01-19)
v3.2.3 (2019-01-18)
v3.2.2 (2019-01-15)
- 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:
- The bundled sublime_lib has been removed and replaced with an actual dependency:
https://github.com/SublimeText/sublime_lib#readme - Fixed wrong arg in the menu template (@calculuswhiz, #207)
- Syntax Tests: Extend test range in completions as far as possible (@Thom1729, #202)
- Syntax: Added
first_line_match
completion (@deathaxe, #214) - Settings: Added more undocumented settings hints
- Themes: Support new attributes for VCS-aware sidebar (#210)
v3.2.1 (2018-10-24)
- Allow
null
andfalse
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 ofhighlight_color
(in themes)
v3.2.0 (2018-10-23)
-
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)
- 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)
- 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)
- 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)
- 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)
- Fix compatibility with builds <3153 without
embed
support