Releases: Hannah-Sten/TeXiFy-IDEA
Beta 0.9.1
This release fixes a bug related to the new file icons from the previous release.
Beta 0.9.0
Welcome to TeXiFy IDEA 0.9.0! In this release, we celebrate the completely new icon set by @HannahSchellekens which blends in much better with the new IntelliJ UI.
Enjoy the new icons for LaTeX file types, menu entries, tool windows and more!
We thank everyone who submitted issues and provided feedback to make TeXiFy IDEA better.
Your input is valuable and well appreciated.
Added
- New icons
- Improve performance of file reference resolving
Fixed
- Fix a parse issue with TEXINPUTS
- Fix a possible infinite loop when resolving imports
- Fix an initialization issue in the remote library tool window
- Fix an incorrect package import when completing commands from a project class file that is also in a project root
Beta 0.7.33
This release fixes an exception introduced by IntelliJ 2023.2.
Fixed
- Fix a PluginException that occurred in 2023.2
- Fix parsing of TEXINPUTS
- Change phi and varphi folding characters, by @jojo2357
Beta 0.7.32
Beta 0.7.31
Welcome to TeXiFy IDEA 0.7.31! This release improves the grammar checks and syntax highlighter, as well as the parsing of optional parameters.
We thank everyone who submitted issues and provided feedback to make TeXiFy IDEA better.
Your input is valuable and well appreciated.
Added
- Add text parameters of commands to grammar checked text
- Improved parsing of optional parameters
- Internal improvements (#3092, #3102)
Fixed
- Improve code of the documentation provider
- Fix double highlighting of inline and display math, by @jojo2357
- Fix false positive grammar error when a sentence ends with a closing brace
- Fix false positive grammar error when a newline follows a command between sentences
Beta 0.7.30
Welcome to TeXiFy IDEA 0.7.30! This release removes the LaTeX Module Type deprecated by IntelliJ, fixes some bugs and more.
We thank everyone who submitted issues and provided feedback to make TeXiFy IDEA better.
Your input is valuable and well appreciated.
In particular, many thanks to @svensieber for reporting a critical bug in a pre-release version!
Added
- Add inspection to check for suspicious formatting in section-like commands
- Add latexindent command line options to settings
- Add inspection preview for the unicode inspection.
- Add partial support for detecting non-global installations of SumatraPDF.
Fixed
- Fix Textidote exceptions #3086 and #3089
- Fix NPE #3083
- Fix an issue where the LaTeX Project Task Runner would override those of other languages
- Internal improvements (#3070, #3072, #3074)
- Fix InvalidVirtualFileAccessException #2991
- Disable some editor actions in non-LaTeX files
- Disable forward search action in non-LaTeX files, by @endorh
- Fix IndexOutOfBoundsException #3036
- Fix FileBasedIndex getting a default project (#3049)
- Fix issue with running an unsupported run configuration taken from another OS.
Removed
- Removed the LaTeX module type, as this is deprecated by IntelliJ
Beta 0.7.29
Welcome to TeXiFy IDEA 0.7.29! This release fixes the equation preview, and fully supports IntelliJ 2023.1.
Added
- Update minimum required IntelliJ version to 2023.1
Fixed
- Fix equation preview TranscoderException
- Fix IncorrectOperationException
Beta 0.7.28
Welcome to TeXiFy IDEA 0.7.28! This release fixes some exceptions, adds comment folding and improves run configuration performance even more.
We thank everyone who submitted issues and provided feedback to make TeXiFy IDEA better.
Your input is valuable and well appreciated.
Thanks to @jojo2357 for contributing to this release!
Added
- Support
@Comment
comments in bibtex - Fold blocks of comments, by @jojo2357
- Highlight comment environment as a comment, by @jojo2357
- Improve run configuration performance for TeX Live
- Add custom highlighting for user-defined commands
- Add setting to configure default folding of imports
- Add \newminted code blocks as verbatim environments
Fixed
Beta 0.7.27
Welcome to TeXiFy IDEA 0.7.27! This release fixes a bug related to dashes, and adds an option to disable the (slow) indexing of your LaTeX installation.
We thank everyone who submitted issues and provided feedback to make TeXiFy IDEA better.
Your input is valuable and well appreciated.
Thanks to @FWDekker for contributing to this release!
Added
- Add information about newtxmath by @FWDekker
- Add an option to disable indexing of LaTeX installation.
Fixed
Beta 0.7.26
Welcome to TeXiFy IDEA 0.7.26! This release has some notable performance improvements and fixes many exceptions.
We thank everyone who submitted issues and provided feedback to make TeXiFy IDEA better.
Your input is valuable and well appreciated.
Thanks to @jojo2357 and @Yodude2002 for contributing to this release!
Added
- Improve performance when starting a run configuration.
- Don't wrap urls when formatting.
- Add (custom) highlighting for the equals separator in key-value pairs
- Add support for inlining user-defined commands, by @jojo2357.
- Add tabularray package, by @Yodude2002.
Fixed
- Fix exceptions #2895, #2896 and #2856.
- Fix unreliable \item insertion in itemize.
- Reformat suggested file name before showing it to the user, instead of afterwards.
- Improve performance when checking pdf viewer availability.
- Improve error logging.
- Fix exceptions.
- Filter out uninjectable languages in intention.
- Fix robust inline math brace matching.
- Fix custom file name being overridden in inspection quickfix.