Skip to content

Beta 0.7.30

Compare
Choose a tag to compare
@PHPirates PHPirates released this 01 Jun 09:01
· 1740 commits to master since this release
33edead

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