Skip to content

st4-3.0.0

Latest
Compare
Choose a tag to compare
@axemonk axemonk released this 25 Jan 21:43
· 87 commits to main since this release

Major Version Update:

This update requires Sublime Text build 4075 or higher.

Explicit support added for the unique syntax used by Google Sheets and LibreOffice Calc.

  • See README for full details.

Support for customized separators.

  • For locales other than those that use . , and ; for decimal numbers, function arguments/array rows, and array columns, respectively.
  • See README for full details.

Support for R1C1-style references in Excel and LibreOffice Calc.

  • If you haven't heard of these before, they are great for =PY code in Python for Excel.

Completion snippets for functions found in all three applications.

  • Completing functions with Tab places the cursor inside an inserted pair of brackets if the function has valid arguments.
  • Completions for functions without valid arguments simply insert a pair of brackets and place the cursor after it.

Full Changelog: 2.5.2...3.0.0