Skip to content

Releases: SublimeText/PackageDev

v3.2.14 (2019-11-28)

28 Nov 17:20
d0b3dc2
Compare
Choose a tag to compare
  • Theme: Add completions for new elements in ST4050 (@deathaxe, #265)
  • Theme: Support font size units (#263)
  • Misc: Update list of builtin commands (@deathaxe, #264)
  • Syntax: Fix regression where capture hints didn't work (#266)

v3.2.13 (2019-11-19)

19 Nov 15:46
f165398
Compare
Choose a tag to compare
  • Syntax: Support popping multiple contexts
  • Theme: Support font size units (#263)

v3.2.12 (2019-11-18)

18 Nov 17:24
ed21269
Compare
Choose a tag to compare
  • 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)

20 Sep 00:40
02c5068
Compare
Choose a tag to compare
  • 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)

26 Aug 23:21
cc9a112
Compare
Choose a tag to compare
  • 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)

30 Apr 19:19
d4fe1c9
Compare
Choose a tag to compare
  • Syntax: Fixed test range detection on ^ key (#248)
  • Syntax: Fixed exception when inserting ^ on an almost test line
  • Syntax: Now match ST's text file criteria more precisely (#247)
  • Scheme: Recognize selection_foreground globals key (#246)
  • Theme: min_size also accepts numbers

v3.2.8 (2019-03-18)

18 Mar 20:49
2261b48
Compare
Choose a tag to compare

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)

12 Feb 03:20
41261d1
Compare
Choose a tag to compare
  • 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)

21 Jan 17:44
f8d8430
Compare
Choose a tag to compare

v3.2.5 (2019-01-21)

21 Jan 16:11
7487f81
Compare
Choose a tag to compare
  • Syntax: Made input helpers optional
  • Syntax: Better handling of hyphens in empty lines wrt completions