Skip to content

Releases: SublimeText/LaTeXTools

v4.5.13

Choose a tag to compare

@deathaxe deathaxe released this 27 Jun 10:10

What's Changed

  • Use annotations to display inline build errors
  • Update CWL files

v4.5.12

Choose a tag to compare

@deathaxe deathaxe released this 17 May 09:19

What's Changed

  • Fix autocompletions for local commands defined in xparse style (#1466) by @fsaad in #1699
  • Update CWL files

Full Changelog: st4-4.5.11...st4-4.5.12

v4.5.11

Choose a tag to compare

@deathaxe deathaxe released this 10 May 12:32
  • fix completions and autofill for \ref commands with options (fixes #1697)
  • update CWL files

v4.5.10

v4.5.10 Pre-release
Pre-release

Choose a tag to compare

@deathaxe deathaxe released this 13 Feb 20:20

Fixes

  • fix toggle comment in BibLaTeX files
  • fix missing fold rules in BibLaTeX files
  • don't bind .bib files to BibLaTeX via syntax definition (respect use_biblatex setting, instead)
  • fix a malformed biblatex related snippet

Enhancements

  • update CWL files

v4.5.9

Choose a tag to compare

@deathaxe deathaxe released this 19 Dec 17:04

Fixes:

  • tweak encoding detection of files using utf-8 with BOM
  • fix path normalization issues (ensure removing e.g. /../)
  • fix output file names, if jobname is specified (fixes #1076)
  • fix logfile parsing of unquoted file names with spaces (fixes #1691)

Enhancements:

  • output printed pages to build result message (fixes #107)
  • update CWL files

v4.5.8

Choose a tag to compare

@deathaxe deathaxe released this 25 Nov 18:59
  • auto-detect texlog file encoding instead of assuming utf-8 (fixes #1687)

v4.5.7

Choose a tag to compare

@deathaxe deathaxe released this 19 Nov 13:34
  • fix known tex logfile parsing issues
  • improve syntax definition for tex logfiles
  • update CWL files

v4.5.6

Choose a tag to compare

@deathaxe deathaxe released this 11 Oct 12:54

Fixes

  • fix build failing if final .synctex.gz doesn't exist on Windows OS

Enhancements

  • improve cwl completion parsing:

    • convert %<..%> to snippet fields
    • remove %plain etc.
  • improve tex logfile syntax definition:

    • better block and line wrapped file name continuation heuristics
    • highlight latex commands' arguments

v4.5.5

Choose a tag to compare

@deathaxe deathaxe released this 05 Oct 16:12

Fixes

  • fix permission denied error when overwriting hidden .synctex.gz

v4.5.4

Choose a tag to compare

@deathaxe deathaxe released this 05 Oct 14:50

Fixes

  • fix package info highlighting after nested blocks (latex logfiles)
  • fix emphasis key bindings expanding whitespace, if selection is empty
  • fix quotation auto-pairing (fixes #1391)
  • disable various key bindings in vintage command mode (fixes #373)
  • some formal changes to default key binding files

Enahncements

  • add completion support for various \ref commands
  • add various \label commands to pickup completions from
  • set hidden flag for copied .synctex.gz file on Windows
  • enable math preview phantoms in Markdown syntaxes (fixes #1362)