Skip to content

v4.2.0

Compare
Choose a tag to compare
@deathaxe deathaxe released this 29 Jan 20:13
· 32 commits to master since this release

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 set true (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 and QuickPanelItem to provide completions with icons and kind information