Skip to content

Releases: SublimeText/PackageDev

v3.6.0 (2024-01-28)

28 Jan 21:02
v3.6.0
e1df004
Compare
Choose a tag to compare

Minor changes

  • Declare support for Python 3.8. (#395, @deathaxe)
    Big shoutouts to @deathaxe for making this possible via Package Control 4.0!

Trivial changes and fixes

  • Commands: Add missing show_panel arguments (#391, @deathaxe)
  • Scope Data: Small updates to the scope name conventions (@FichteFoll)
  • Syntax: Scope name completions use a more reliable mechanism to re-trigger completions (@FichteFoll)
  • Project: Added an e snippet for build systems (@FichteFoll)
  • Build: Improved behavior of auto-complete triggers for variables (@FichteFoll)
  • TM Preferences: Add support for TM_COMMENT_CASE_INSENSITIVE added in build 4153 (#392, #394, @mataha)
  • Color Scheme: Don't show extends suggestions for a color scheme (@FichteFoll)
  • Syntax: Tone down warning about tabs to a status message (#390, @FichteFoll)

v3.5.0 (2023-05-06)

06 May 10:16
v3.5.0
8d4ffb3
Compare
Choose a tag to compare

Minor changes

  • Mousemap: Added support for context key added in build 4149 (#388, @FichteFoll)

Trivial changes and fixes

  • Commands: Add completions for copy_as_html command (@FichteFoll)
  • Commands: Add completions for new open_file command aguments (#387, @deathaxe)
  • Commands: Adjust caption of default commands file template (@FichteFoll)
  • Syntax: Fix recognition of partial-symbols syntax test files (#384, #385, @keith-hall)

v3.4.1 (2022-09-02)

02 Sep 21:31
v3.4.1
742c815
Compare
Choose a tag to compare

Trivial changes and fixes

  • tmPreferences/Property List: Rewrite syntaxes, making them more robust regarding invalid
    highlighting and embedded syntaxes like for scope selectors (#381, @deathaxe)
  • tmPreferences: Add highlighting and completions for foldScopes (#381, @deathaxe)
  • Theme: Support null value for color_scheme_tint (#370, @FichteFoll)
  • Syntax: Add completion for hidden key (#376, @jfcherng)
  • Syntax: Add meta.string scopes to non-double-quoted match strings (#375, @jfcherng)
  • Syntax: Fix hidden_file_extensions name in highlighting and completions (#374, @deathaxe)
  • Syntax: Use the proper non-default values for boolean key completions (@FichteFoll)
  • Commands: Add argument completions for show_panel command (#378, @deathaxe)

v3.4.0 (2022-03-12)

12 Mar 16:10
v3.4.0
2826e36
Compare
Choose a tag to compare

Minor changes

  • Syntax Test: New syntax test generation feature.
    Triggered via ctrl+enter while on a code line in a syntax test file or via the command palette. (#341 @Thom1729)
  • Syntax Test: New setting to strip previously asserted scopes from test completions (#340 @Thom1729)
  • Settings: Quick edit phantoms can now be disabled (#353 @Ultra-Instinct-05)
  • Consider new system-aware color scheme switching for "Edit current Color Scheme" (#330 @Ultra-Instinct-05)

Trivial changes and fixes

v3.3.1 (2021-01-23)

23 Jan 01:01
v3.3.1
136fc75
Compare
Choose a tag to compare

TL;DR: Updated for 4095

  • Theme: Support style and background_modifier rule keys
  • Theme: Support mappings/objects for settings selector
  • Theme: Update list of elements and attributes to 4095
  • Scheme & Theme: Fix highlighting of blend color modifier function
  • Scheme & Theme: Add support for "auto" value in "edit current theme/scheme" commands
  • Settings: Offer completions for dark and light color scheme and theme variants

v3.3.0 (2021-01-19)

19 Jan 17:04
23be566
Compare
Choose a tag to compare

This is the first ST4-only release.

Minor change

  • All provided completions now use the new rich completions (#292)

Trivial changes

  • Keymap: Support new context keys (#315, @Ultra-Instinct-05)
  • Keymap: Support new keys for highlighting
  • Keymap: Support new keys for highlighting
  • Keymap: Fix local symbol list for multi-line key bindings
  • Keymap: Allow empty command names (#311)
  • Color Scheme: Support new block_caret_* globals (#317, @Ultra-Instinct-05)
  • Completions: Update long snippet with the new supported keys
  • Syntax Test: Offer to adjust translate_tabs_to_spaces setting when loading
    (#308)
  • Various small bugfixes in syntax highlighting (#307, #311, #316, #320)
  • Updates to scope data for completions (#319, @deathaxe)

v3.2.18 (2021-01-06)

19 Jan 17:02
e0166c9
Compare
Choose a tag to compare

Just a re-release of 3.2.17 with a fixed changelog.

v3.2.17 (2020-08-29)

29 Aug 15:31
fe263c8
Compare
Choose a tag to compare
  • Build&Snippet: Auto-match ${}
  • Build: Enable completions in empty ${} placeholders
  • Keymap: Support altgr modifier and plain modifiers as keys
  • Mousemap: Highlight and complete buttons up to 16
  • Settings: Allow disabling completions and tooltips
    for better interoperability with LSP-json (@rchl, #286)
  • Syntax: Fix test completions for <- indicator (@deathaxe, #302)
  • Theme&Scheme: Provide completions for inherited and overridden variable names
  • Theme: Complete themes for the extends value
  • Theme: Completions for variables of extended themes
  • Theme: Provide proper completions for parents selectors
  • Misc: Minor scoping and completion fixes (partly @deathaxe)

v3.2.16 (2020-03-02)

02 Mar 15:26
eb90c1c
Compare
Choose a tag to compare
  • Convert: Allow Unicode in YAML dumper by default (#276)
  • Scheme: Highlight sheet_css key and *_css values as embedded CSS
  • Data: Provide completions for pretty much all built-in commands (#280, @deathaxe)
  • Theme: Be less strict about unrecognized data types for values (#274, @deathaxe)
  • Syntax: Support syntax test tokens with whitespace (#283, @keith-hall)
  • Syntax: Match plain scalar context specifications in the next line (#285, @deathaxe)

v3.2.15 (2019-12-16)

16 Dec 19:00
9f6b108
Compare
Choose a tag to compare
  • Plugin: Fix regression where command completions in plugins stopped working (#271)
  • Plugin: Relax plugin detection for command completions
  • Settings: More hints for undocumented settings (#269)
  • Syntax: Add/Document settings for captures highlighting (#267)