v4.2.0
fixes:
- local document cache being loaded from disk instead of using values in RAM
- fix various syntax errors related with document cache removal and cleanup
- support project/view specific
auto_match_enabled
settings to auto-pair brackets - commit completion quick panel item with tab if
auto_complete_commit_on_tab
is settrue
(addresses #1464)
enhancements:
- improve indentation and termination of
\begin...\end
snippets - add more extensions to
temp_files_exts
- use "new" bibfile parser by default
- add
cwl
completion related settings to LaTeXTools.sublime-settings to make them more visible - refactor CWL file based auto-completions (resolves #1550)
- reorganize completion related settings in LaTeXTools.sublime-settings
- reduce redundant work when loading/saving document cache
- analyze local *.sty files referenced by
\usepackage
commands (resolves #1513) - prepare completions in asynchronously to reduce/avoid typing lags (ST4 only)
- use ST4
CompletionItem
andQuickPanelItem
to provide completions with icons and kind information