Skip to content

Beta 0.10.1

Latest
Compare
Choose a tag to compare
@PHPirates PHPirates released this 08 Feb 09:38
· 10 commits to master since this release
59998dd

Welcome to TeXiFy IDEA 0.10.1! This release fixes a performance issue with the "Package not installed" inspection, adds the option to use macros in environment variables in the run configuration, and fixes a few exceptions.

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

Added

  • Add option to run configuration to expand macros in environment variables, by @briha
  • Add environment variables option to the external tool run configuration
  • Let user defined folding regions override section folding regions by default

Fixed

  • Fix a performance problem caused by cache misses in "Package not installed" inspection
  • Fix missing glossary reference inspection when using a glossary definition command in a \newcommand
  • Improve log parsing of 'undefined control sequence' error
  • Fix a parsing issue when a verbatim command is followed by a space
  • Make language injection id check case insensitive
  • Fix exceptions #3843, #3853, #3852, #3846, #3873, #3885 and #3866