Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
TeXiFy-IDEA-0.10.1.zip | 2025-02-08 | 44.6 MB | |
Beta 0.10.1 source code.tar.gz | 2025-02-08 | 96.7 MB | |
Beta 0.10.1 source code.zip | 2025-02-08 | 103.7 MB | |
README.md | 2025-02-08 | 1.1 kB | |
Totals: 4 Items | 245.0 MB | 0 |
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]