| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| TeXiFy-IDEA-0.11.8.zip | 2026-03-01 | 44.6 MB | |
| Beta 0.11.8 source code.tar.gz | 2026-02-23 | 97.2 MB | |
| Beta 0.11.8 source code.zip | 2026-02-23 | 99.3 MB | |
| README.md | 2026-02-23 | 1.5 kB | |
| Totals: 4 Items | 241.2 MB | 0 | |
Welcome to TeXiFy IDEA 0.11.8! This release contains improvements from many different contributors, including better autocompletion support for many packages.
We thank everyone who submitted issues and provided feedback to make TeXiFy IDEA better. Your input is valuable and well appreciated.
Added
- Add support for unicode-math, by @Ezrnest
- Add support for the acro and zref packages, by @Ezrnest
- Add support for autocompletion of dimensions and positions, e.g. in \vspace, by @Ezrnest
- Add support for packages 'loading' other packages via package options
- Fold math style commands such as \mathbb, \mathcal, etc., by @Ezrnest
- Add support for configuration of bibtex-tidy options, by @fberlakovich
- Improve word count dialog, by @slideclimb
- Add support for column spans to the table insertion wizard when pasting tables, by @Steve-Li-1998
- Add run configuration option to set working directory
- Improve performance of documentation popup by caching texdoc results
- Add Piton environment and \piton command as verbatim
- Regenerate symbols for symbols tool window
- Add basic support for the citation-style-language package, by @slideclimb
Fixed
- Don't override command highlighting in label definitions
- Package imports now resolve to only the local package if it exists, by @jandermoreira
- Fix bug in retrieving texmfhome directory on Linux
- Fix duplicate messages in log message tab after filtering
- Fix "Remove file extension" incorrect filename replacement, by @kivojenko