Releases: Hannah-Sten/TeXiFy-IDEA
Beta 0.7.22
Additions
- Use correct indent after enter in a document environment with indent disabled. (#2624)
Bug fixes
Beta 0.7.21
Welcome to TeXiFy IDEA 0.7.21! This release just fixes a few bugs introduced with the new features in the last release.
Additions
- Add \loadglsentries. (#2579)
- Index package files also for MiKTeX on Windows. (#2581)
- Improve tool window visibility. (#2577)
- Improve autocompletion performance. (#2584)
- Improve user feedback when selecting Docker images. (#2587)
Bug fixes
Thanks to @fberlakovich for contributing to this release!
Beta 0.7.20
Additions
- Add support for bibtex reference managers Mendeley and Zotero. (#2539)
- Improved autocompletion initialization performance. (#2517)
- Improve inspection performance when the import package is used. (#2540)
- Resolve symlinks when suggesting home paths for TeX Live SDK. (#2547)
Bug fixes
- Fix false positive warning about escaping characters when using the blkarray package. (#2504)
- Fix custom compiler arguments when using WSL. (#2543)
- Fix false positive inspection warnings related to ellipsis and hashes. (#2516)
- Fix check if Sumatra is installed. (#2528)
- Fix default working directory for bibtex when using miktex (#2532)
- Fix inspection false positives related to \def redefinitions. (#2544)
- Fix crashes. (#2515, #2552)
Thanks to @daniil-berg and @dpvdberg for contributing to this release!
Beta 0.7.19
Welcome to TeXiFy IDEA 0.7.19! This release features improved glossary entries support by @fberlakovich and an inspection to detect incorrect quote typesetting by @multimeric, as well as some performance improvements and bug fixes.
Additions
- Add autocompletion and reference resolving for glossary entries. (#2388, #2447)
- Add inspection to detect incorrect quotes. (#2420)
- Improve performance of the inspections. (#2446)
- Improve performance of the formatter. (#2448)
- Pythontex environments and commands are now treated as verbatim. (#2462)
- Support non-IntelliJ IDEs also for package-file based indexes. (#2457)
Bug fixes
- Fix word count tool. (#2465)
- Fix incorrect import from other plugin. (#2491)
- Fixed crashes. (#2427, #2437, #2491)
Thanks to @fberlakovich, @golmschenk and @multimeric for contributing to this release!
Beta 0.7.18
Welcome to TeXiFy IDEA 0.7.18! This release improves your life with better autocompletion, an autocompile-on-save option, performance improvements and much more.
Additions
- Replace non-ascii characters when generating a label name. (#2360)
- Improve performance of inspections and formatting. (#2344)
- Add setting to choose custom image name for the Docker SDK. (#2381)
- Add setting to do automatic compilation only after a document save. (#2383)
- Disable some autocompletion related to inline math in verbatim environments. (#2362)
- Add command line arguments for makeindex run config. (#2363)
- Add file completion for the bibsource field. (#2382)
- Improve latex3 syntax highlighting. (#2366)
- Improve completion in itemize. (#2368)
Bug fixes
- Fix false positive inspection when using cleveref with varioref. (#2361)
- Fix macro resolving for auxiliary path of run config. (#2365)
- Fix parse error on partial environment definitions using \pretitle \and \posttitle. (#2372)
- Fix bug in text detection for Grazie inspections. (#2375)
- Support \def to \newcommand quickfix with braced definition. (#2384)
- Fixed crashes. (#2384)
Beta 0.7.17
Welcome to TeXiFy IDEA 0.7.17! This release adds the option to disable indentation of the document environment, and adds custom folding region magic comments, as well has some nice bug fixes.
Additions
- Add option to disable indentation of the document environment. (#2347)
- Add magic comments for custom folding regions. (#2349)
Bug fixes
- Fix package documentation urls not showing in documentation popup. (#2336)
- Make the latexindent action work on Windows. (#2319)
- Also check MiKTeX version for default unicode support. (#2343)
- Improve user feedback when main file is not present for makeindex run config. (#2350)
- Performance improvements. (#2309)
- Fix incorrect result when using 'apply all fixes' for left/right brackets inspection. (#2324)
- Improve internal logging. (#2301)
- Fixed crashes. (#2315, #2337)
Beta 0.7.16
Beta 0.7.15
Additions
- Add conventions settings, by @fberlakovich. (#1917)
- Recognise custom environments as defining a tabular-like environment. (#2221)
- Add some missing biblatex entry types to autocompletion. (#2228)
- Add inspection which checks if all commands are defined somewhere. (#2229)
- Improve package indexing and autocompletion. (#2232)
Bug fixes
- Many improvements in log error parsing. (#2227)
- Update Grazie implementation. (#1951)
- Fix false positive in File Not Found inspection. (#2240)
- Resolve to command definition inside definition when not the first parameter. (#2240)
- Ignore nested enumerations when finding the item marker in autocompletion. (#2220)
- Add FILE_NAME to the new file properties. (#2218)
- Allow \begin and \end commands in table header column prefix/suffix. (#2218)
- Fix autocompletion filtering for texlive. (#2215)
- Suppress notifications for background SDK checks. (#2215)
- Fix \item being inserted on hard line wrap with IdeaVim installed. (JetBrains/ideavim#468)
- Fix output path in run config template overriding the auxil path. (#2219)
- Fix crash reporting issue labels. (#2246)
- Fix invalid index access. (#2240)
Thanks to @JeremiasBohn and @fberlakovich for contributing to this release!
Beta 0.7.14
Additions
- Distinguish names of LaTeX action groups in find action dialog. (#2210)
Bug fixes
- Keep optional arguments when converting \usepackage to \RequirePackage. (#2203)
- Don't warn when a \renewcommand follows a \newcommand. (#2200)
- Fix some of the hardcoded package dependencies. (#2212)
- Fix dummy text generation on Windows. (#2213)
- Don't auto-generate a colon for BIBINPUTS. (#2178)
- Fix crashes (#2208, #2211)
Thanks to @KindRoach and @antonio-caceres for contributing!
Beta 0.7.13
Welcome to TeXiFy IDEA 0.7.13! This release adds support for the xr package to reference labels in other documents, adds a verbatim toggle intention, and also has some bug fixes.