Beta 0.9.5
Welcome to TeXiFy IDEA 0.9.5! This release automatically translates HTML from the clipboard to LaTeX when pasting, by @jojo2357, and includes a lot of additions and bug fixes!
We thank everyone who submitted issues and provided feedback to make TeXiFy IDEA better.
Your input is valuable and well appreciated.
Added
- Improve performance when editing run configurations
- Add support for multiline todos by @slideclimb
- Added multicite versions of biblatex commands by @frankbits
- Add \newcommandx and related commands from the xparse package, by @tmczar
- Improve line wrapping by preferring line breaks at whitespace
- Add support for the nomencl package
- Add starred and capitalized versions of cleveref commands to exceptions for non-breaking space inspection, by @niknetniko
- Add option to the run configuration settings to run LaTeX commands before compiling the main file
- Autocompletion for compiler arguments in run configuration settings
- Support a local Zotero instance in the remote libraries tool window via the BBT plugin
- Support Zotero groups in the remote libraries tool window
- Support local BibTeX files in the remote libraries tool window
- Improve file filters for the LaTeX package index
- Improve \DescribeMacro handling for the package doocumentation index
- Automatically translate HTML from the clipboard to LaTeX, by @jojo2357
- Add option to disable indentation of environments, by @slideclimb
Fixed
- Fix exceptions #3510, #3462, #3512
- Fix parse error when using \BeforeBeginEnvironment or \AfterEndEnvironment
- Fix quoted links in bibtex
- Ignore \begin and \end commands in \newcommand definition in the parser
- Fix a parser issue when having a single \begin or \end in a \newcommand definition
- Fix exception #2976
- Fix exception #3469
- Avoid line breaks when reformatting in the middle of commands, math and words
- Fix exception #3274 in the equation preview
- Never use jlatexmath for the TikZ preview
- Destroy invalid tokens for the remote libraries tool windows
- Fix missing folding for commands in math environments, by @jojo2357
- Fix an issue when inlining files with whitespace, by @jojo2357