Releases: SublimeText/LaTeXTools
Releases · SublimeText/LaTeXTools
Release list
v4.5.13
v4.5.12
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
- fix completions and autofill for
\refcommands with options (fixes #1697) - update CWL files
v4.5.10
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_biblatexsetting, instead) - fix a malformed biblatex related snippet
Enhancements
- update CWL files
v4.5.9
Fixes:
- tweak encoding detection of files using utf-8 with BOM
- fix path normalization issues (ensure removing e.g.
/../) - fix output file names, if
jobnameis 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
v4.5.7
v4.5.6
Fixes
- fix build failing if final .synctex.gz doesn't exist on Windows OS
Enhancements
-
improve cwl completion parsing:
- convert
%<..%>to snippet fields - remove
%plainetc.
- convert
-
improve tex logfile syntax definition:
- better block and line wrapped file name continuation heuristics
- highlight latex commands' arguments
v4.5.5
v4.5.4
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
\refcommands - add various
\labelcommands to pickup completions from - set
hiddenflag for copied .synctex.gz file on Windows - enable math preview phantoms in Markdown syntaxes (fixes #1362)