Skip to content

Tags: SublimeText/LaTeXTools

Tags

st4-4.2.3

Toggle st4-4.2.3's commit message
Fix cite completion concatenation

st4-4.2.2

Toggle st4-4.2.2's commit message
Fix local reference completion lookup

Fix `view` argument being overwritten by local reference lookup
in open documents.

st4-4.2.1

Toggle st4-4.2.1's commit message
Use built-in "oem" encoding for decoding shell output

As of python 3.6 `"oem"` encoding is supported to represent
codepages used in Windows' terminals.

st3-4.2.1

Toggle st3-4.2.1's commit message
Read bibfiles using context manager

st4-4.2.0

Toggle st4-4.2.0's commit message
Refactor command/environment completions

Refactor command and environment completions, both of which using
latex_cwl_completions module as backend for completions from cwl files.

- properly implements environment-name auto-completions via EnvFillAllHelper
  -> LatexCmdCompletions no longer has to deal with them

- replaces `latex_own_command_completions` module, which was a mix of command
  and environment-name completions before.

- add ST4 kind information for richer user experience

- remove hacks to asynchronously load cwl files in a background threaded
  as whole completion query is already outsourced to ST's worker thread.

- overall simplification of CWL file loading

st3-4.2.0

Toggle st3-4.2.0's commit message
Fix failing list and tuple concatenation

st4-4.1.0

Toggle st4-4.1.0's commit message
Add kind icons to BibTex completions

st3-4.1.0

Toggle st3-4.1.0's commit message
Use common global settings function

st4-4.0.1

Toggle st4-4.0.1's commit message
Fix _InputQuickpanelListener name

ST4 ignores all protected module attributes (prepended with underscore).

st3-4.0.1

Toggle st3-4.0.1's commit message
Fix _InputQuickpanelListener name

ST4 ignores all protected module attributes (prepended with underscore).