Releases: SublimeText/PackageDev
Releases · SublimeText/PackageDev
v3.2.14 (2019-11-28)
v3.2.13 (2019-11-19)
- Syntax: Support popping multiple contexts
- Theme: Support font size units (#263)
v3.2.12 (2019-11-18)
- Settings: Fix for ST build 4050 (beta)
- Settings: Provide hints for new hidden settings
- Syntax: Support non-deterministic branching keywords; highlighting, indexing
and completions - Scheme: Support 'glow' font style
- Misc: Add completions for new built-in commands and/or arguments
- Settings: Fix duplicated settings completions in some situations (@deathaxe,
#259) - TMPrefs: Fix 'source' scope extending too far in symbol transformations
(#262) - Scheme: Don't show colorish scopes in completions (#260)
- Misc: Small updates to scope name completions (like adding colorish scopes)
- Settings: Fix widget setting file recognition for hints and linting
v3.2.11 (2019-09-20)
- Settings: Provide completions for encoding settings
- Settings: Actually provide completions for .sublime-color-scheme files
(@deathaxe, #258) - Settings: Fix default item of theme and scheme completions losing its type
annotation (@deathaxe, #258) - Snippets: More minor fixes for theme and scheme completions (#257, …)
- Misc: Add more completions for built-in commands (@deathaxe, #254)
- Misc: Improve performance when iterating packages in "Open Package" command
v3.2.10 (2019-08-27)
- Misc: Add some built-in commands to the default metadata (@deathaxe, #251)
- Project: Fix highlighting of project-specific build systems (@deathaxe, #250)
- Theme: All number sequences are expanded from numbers (for syntax
highlighting) - Builds: Increase accuracy of completions, i.e. when they are active (#250)
- Keymap: Fix inconsistent string punctuation scope (@seanCodes, #253)
- Misc: Don't check for outdated command metadata on older builds (#252)
v3.2.9 (2019-04-30)
v3.2.8 (2019-03-18)
TL;DR
- Fixed a couple bugs
- Added support for new theme and scheme attributes
Details
- Misc: Added new built-in commands to command completions (@deathaxe)
- Settings: Added a couple (new) undocumented settings
- Snippet: Fix forward slashes in regex replacements
- Syntax: Fixed test completions for
<-
assertions in the first line - Syntax: Updated scope name database
- Scheme: Support
block_caret
- Theme/Scheme: Added completions for colorish variables (@deathaxe)
- Theme/Scheme: Enabled Goto Definition/Reference (@deathaxe)
- Theme/Scheme: Support the min-contrast color adjuster (@deathaxe)
- Theme: Support many new attributes and elements (@deathaxe)
- Theme: Support platform keys (and values) (@deathaxe)
- Theme: Fixed float rule value completions (@deathaxe)
- Theme: Fixed completions in parent mappings (@deathaxe)
v3.2.7 (2019-02-01)
- Scheme: Fixed "Edit Current Color Scheme" command
- Scheme: Added new global keys for line diffs (3189)
- Theme: Added "Edit Current Theme" command
v3.2.6 (2019-01-21)
v3.2.5 (2019-01-21)
- Syntax: Made input helpers optional
- Syntax: Better handling of hyphens in empty lines wrt completions