Skip to content

Beta 0.9.9

Latest
Compare
Choose a tag to compare
@PHPirates PHPirates released this 01 Dec 09:01
05563d4

Welcome to TeXiFy IDEA 0.9.9! This release improves subfiles support, fixes some parser errors and fixes many other small bugs.

We thank everyone who submitted issues and provided feedback to make TeXiFy IDEA better.
Your input is valuable and well appreciated.

Added

  • Use theme foreground and background colors for equation preview
  • Add support for \includesvg
  • Support references in \subfix command
  • Provide autocompletion for all relevant directories when using subfiles
  • Do not format existing directories in the given path in the file creation quickfix dialog
  • Disable Evince inverse search on Windows to avoid a UI freeze on opening a second project
  • Use xdg-mime to choose a default pdf viewer in the run configuration template
  • Don't insert the right brace when in front of text
  • Add DeclareMathSymbol to indexed command definitions in installed packages
  • Add support for TEXMFHOME for reference resolving
  • Add diffcoeff and upgreek packages to autocompletion, by @Toseflo
  • Improve reference resolving when using subfiles
  • Add setting to disable auto-import of bibtex entries from remote libraries

Fixed

  • Disallow unmatched braces after @ifnextchar
  • Fix exception #3771 when a file referenced from cache is deleted
  • Fix basic case of false positive of duplicate label inspection when user defined \if commands are used
  • Fix a parse error when using \else with a user defined \if-command
  • Fix relative path conversion in graphics insertion wizard by resolving relative to the root file
  • Fix exception #3763
  • Fix 'missing import' false positive in subfiles
  • Don't override the file icon for .txt files, by @Steve-Li-1998
  • Fix exceptions #3754 and #3326
  • Fix exceptions in structure view when command parameters are missing
  • Improve error report submitter for long stacktraces
  • Fix a parser issue with bidirectional arrow in TikZ
  • Fix default Docker image name when running Dockerized TeX Live without a project SDK
  • Always use content roots to resolve references
  • Fix 'package not found' error when using texlive-full on Windows, and improve running of system commands, by @tristankretzer
  • Fix rename of files when using subfiles
  • Fix incorrect 'package already included' warning for the subfiles package
  • Fix exception #3557 if using bibtex structure view when bibtex file type is reassigned to plain text
  • Avoid referencing obsolete psifiles, fix exception #3635