Skip to content

Releases: Hannah-Sten/TeXiFy-IDEA

Beta 0.7.25

01 Dec 19:50
Compare
Choose a tag to compare

Welcome to TeXiFy IDEA 0.7.25! This release has many additions by @jojo2357, enjoy!

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 @MisterDeenis for contributing to this release!

Added

  • Support undoing 'move se(le)ction to file' actions, by @jojo2357. (#2739)
  • Add 'inline included file' action, by @jojo2357. (#2741)
  • Enable synchronizing remote libraries without opening the tool window. (#2749)
  • Ensure renamed commands start with a backslash, by @jojo2357. (#2756)
  • Performance improvements. (#2778)
  • Add file inclusion cache for MiKTeX on Mac/Linux. (#2780)
  • Complete rework of the support for a custom path to SumatraPDF, by @MisterDeenis. (#2781)

Fixed

Beta 0.7.24

02 Nov 13:09
842597e
Compare
Choose a tag to compare

Welcome to TeXiFy IDEA 0.7.24! This release adds Textidote support, improves SumatraPDF detection and includes much more improvements and bug fixes.

Additions

  • Add support for IDEA 2022.3. (#2683, #2682)
  • Also search latexmkrc files for additions to TEXINPUTS. (#2700)
  • Stop parsing LaTeX after \endinput. (#2702)
  • Parse urls in bibtex as verbatim text. (#2703)
  • Add autocompletion support for commands with multiple label reference parameters. (#2705)
  • Add support for Textidote. (#2707)
  • Exit inline math with tab. (#2709)

Bug fixes

  • Fix SumatraPDF detection for portable installation in PATH. (#2732)
  • Fix false positive Grazie inspection on parentheses. (#2692)
  • Fix missing parent sections in structure view when starting with a sublevel. (#2693)
  • Fix math environment check for in particular blkarray. (#2697)
  • Fix spellcheck in command parameters. (#2699)
  • Fix formatting issue with environment parameters. (#2715)
  • Fix ignored file-level inspection suppressions. (#2718)
  • Fix TeXiFy shortcuts being applied in non-LaTeX files. (#2718)
  • Fix inline math in required parameters after angular bracket parameter. (#2728)
  • Fix crashes. (#2708)

Thanks to @MisterDeenis for contributing to this release!

Beta 0.7.23

04 Oct 18:57
dfffc77
Compare
Choose a tag to compare

This release fixes a parser issue on one of the recent package updates to TeX Live. (#2624)

Beta 0.7.22

01 Sep 08:09
b87cc3d
Compare
Choose a tag to compare

Additions

  • Use correct indent after enter in a document environment with indent disabled. (#2624)

Bug fixes

  • Fix MiKTeX on Windows SDK home path check in case of a non-English system language. (#2651)
  • Fix Zathura inverse search for multiple files. (#2626)
  • Fix some issues in Mendeley remote library setup. (#2601)
  • Bug fixes and internal improvements. (#2607, #2625, #2638, #2642, #2654, #2655)

Beta 0.7.21

12 Aug 15:19
c9d7756
Compare
Choose a tag to compare

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

03 Aug 07:28
67b9ddf
Compare
Choose a tag to compare

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

07 Jul 15:33
5881584
Compare
Choose a tag to compare

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

Thanks to @fberlakovich, @golmschenk and @multimeric for contributing to this release!

Beta 0.7.18

01 Jun 19:35
3a1b570
Compare
Choose a tag to compare

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

01 May 10:14
1369964
Compare
Choose a tag to compare

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

01 Apr 15:20
e09f62f
Compare
Choose a tag to compare

Additions

  • Add arara to the compiler list. (#2264)

Bug fixes