Skip to content

Releases: Hannah-Sten/TeXiFy-IDEA

Beta 0.1

14 Feb 21:06
Compare
Choose a tag to compare

Initial release of TeXiFy-IDEA. We're far from done, but the core functionality works!

All feature requests and bug reports are more than welcome on our Issues page.

Additions

Run configurations

  • Multiple 'compile' (run) configurations.
  • Supported compilers: pdfLaTeX
  • Seperate auxiliary files from output (only supported for MiKTeX).
  • Dynamically detect what runtime configuration to use based on the active file.

Editor

  • Basic autocompletion form a predefined list of commands.
  • Brace matching for {}, [], \[\] and $$.
  • Automatically inserts other half of {}, [], \[\] and $$.
  • Most math commands get replaced by their unicode representation using folding.
  • Gutter icon to navigate to included files.
  • Gutter icon to automatically compile the active file.
  • Comment out lines.

Syntax highlighting

  • Braces
  • Brackets
  • Optional parameters
  • Commands
  • Commands in inline math mode
  • Commands in display math mode
  • Comments
  • Inline math
  • Display math
  • Stars

Templates

  • Available file templates for .tex, .sty and .cls files.

User Interface

  • Create new .tex, .sty and .cls files from the new file menu.

Other