Skip to content

Releases: Hannah-Sten/TeXiFy-IDEA

Beta 0.7.15

01 Mar 20:41
be1d4c4
Compare
Choose a tag to compare

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

01 Feb 10:20
3db0d55
Compare
Choose a tag to compare

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

01 Dec 11:24
798c20a
Compare
Choose a tag to compare

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.

Additions

  • Add support for the xr package. (#2116)
  • Add verbatim toggle intention. (#2115)

Bug fixes

  • Fix autocompletion of parameters of custom commands. (#2134)
  • Fix bug in version of native TeX Live SDK. (#2146)
  • Fix crashes. (#2126, #2139, #2128)

Beta 0.7.12

02 Nov 08:14
402c321
Compare
Choose a tag to compare

Beta 0.7.12

Welcome to TeXiFy IDEA 0.7.12! This release contains improvements related to table formatting, log output messages, performance and usability improvements and more.

Additions

  • Improve support for escaped ampersands in table formatting. (#2095)
  • Improve log output messages. (#2097)
  • Add full autocompletion to \end command. (#2097)
  • Improve performance when some packages have unknown location. (#2107)
  • Improve user experience when selecting an SDK home directory. (#2113)

Bug fixes

  • Include graphicspath in included files. (#2084)

Full Changelog: 0.7.11...0.7.12

TeXiFy-IDEA-0.7.12.zip

Beta 0.7.11

01 Oct 07:10
b6b5665
Compare
Choose a tag to compare

Welcome to TeXiFy IDEA 0.7.11! This release improves the equation preview, improves support for Tectonic and adds a bibtex-tidy action.

Additions

  • Add 'reformat with bibtex-tidy' action. (#2069)
  • Add angular brackets as parameter to parser. (#2076)
  • Add Tectonic SDK. (#2080)
  • Implement reference resolving for packages for Tectonic SDK. (#2080)

Changes

  • Reduce number of commands in the autocompletion for TeX Live. (#2054)
  • By default, do the equation preview with jlatexmath, if there is no custom preamble. (#2028)
  • Updated changelog. (#2089)

Bug fixes

  • An empty bibtex field is not a parse error anymore. (#2082)

TeXiFy-IDEA-0.7.11.zip

Beta 0.7.10

01 Sep 07:27
333623d
Compare
Choose a tag to compare

Welcome to TeXiFy IDEA 0.7.10! This release implements a new 'fill paragraph' action, fixes some false positives in inspections and has some more bug fixes.

Additions

  • Add 'fill paragraph' action. (#2032)
  • Remember resource folder in 'Save image from clipboard' dialog. (#2047)
  • Fold dashes in editor. (#2050)

Bug fixes

  • Also show error output when the command to compile the preview times out. (#2015)
  • Add live templates for generic environments with parameters. (#2043)
  • Fix false positives about unescaped or duplicate labels in (re)newenvironment. (#2045)
  • Fix incorrect whitespacing before section command in command definition. (#2051)
  • Fix other crashes. (#2050)

Thanks to F.W. Dekker for contributing to this release!

Beta 0.7.9

01 Aug 08:43
09040b8
Compare
Choose a tag to compare

Welcome to TeXiFy IDEA 0.7.9! This release fixes some crashes that appeared in IDEA 2021.2, and has some minor improvements.

Additions

  • Support optional parameter for \lstinline in parser. (#1989)
  • Improve update warning when submitting a crash report. (#1994)

Bug fixes

  • Fix exception when pasting unsupported images. (#1983)
  • Fix invalid stealthy ranges for Grazie. (#1985)
  • Remove empty tooltip. (#1985)
  • Fix crash related to plugin descriptor. (#1989)
  • Fix false positive for unicode inspection. (#1989)
  • The tectonic executable should never be prefixed with the SDK directory. (#1999)

Beta 0.7.8

01 Jul 16:59
fb674d3
Compare
Choose a tag to compare

Welcome to TeXiFy IDEA 0.7.8! This release will automatically detect the TeX Live SDK on Windows, and fixes some bugs related to Sumatra forward search and WSL2.

Additions

  • Auto-detect TeX Live SDK on Windows. (#1912)
  • Implement the 'build project' button to run all run configurations. (#1966)
  • Add inspection to encourage replacing usepackage by requirepackage in package files. (#1970)

Bug fixes

  • Fix incorrect output path when using WSL 2 on Windows. (#1963)
  • Fix Sumatra forward search. (#1961)
  • Fix crash when inserting optional label parameter in environment. (#1959)
  • Fix requirepackage commands collapsing as usepackage. (#1970)

Beta 0.7.7

01 Jun 05:48
cfd85c0
Compare
Choose a tag to compare

Welcome to TeXiFy IDEA 0.7.7! This release contains some minor bug fixes, and enhanced command execution on Mac.

Additions

  • Update color definition when using color picker. (#1864)
  • Improve system command execution on Mac. (#1901)
  • Handle quoted custom compiler arguments. (#1902)

Bug fixes

  • Fix index out of bounds exception in color values. (#1864)
  • Fix grammar mistakes not being checked at the beginning of environments. (#1892)
  • Fix parse error when >{ is not used to define table columns. (#1894)
  • Add some missing table environments. (#1894)
  • Revert loading SafeDeleteFix class from the optional Java plugin. (#1894)
  • Fixed other crashes. (#1881, #1879)

Thanks to Felix Berlakovich for contributing to this release.

Beta 0.7.6

01 May 09:58
8bd8be9
Compare
Choose a tag to compare

Welcome to TeXiFy IDEA 0.7.6! We bring to you some nice improvements like automatically updating references when moving a file, and the option to indent text in sections. In the meantime, we are working on a complete rework of the LaTeX run configuration.

Additions

  • Update file references when moving an included file. (#1817)
  • Group inspections in settings. (#1830)
  • Support nested subfiles. (#1835)
  • Add inspection to warn against relative path bug in BIBINPUTS. (#1837)
  • Add optional code style setting to indent text in sections. (#1843)
  • Enable the tool windows also in non-IntelliJ IDEs. (#1843)
  • Auto-fill crash report. (#1852)

Changes

  • Use html formatting in documentation popup. (#1846)

Bug fixes

  • Take BIBINPUTS variable into account when resolving bib files. (#1837)
  • Fix bug in reading a file magic comment. (#1817)
  • Fix tool window icon size. (#1817)