Skip to content

Releases: asciidoctor/asciidoctor-intellij-plugin

Fix Language Injection and Fragment Editor

29 Oct 16:57
Compare
Choose a tag to compare
  • Fix NullPointerExceptions when used with IntelliJ Language Injection and Fragment Editor #194

Inspections and JRuby Runtime update

10 Sep 19:18
Compare
Choose a tag to compare
  • Support inspections to convert markdown and old style AsciiDoc headings to modern AsciiDoc headings #185
  • JRuby runtime updated to 9.1.8.0 to work with recent JDK versions (still, internal Jetbrains JRE is the only supported version) #187

Icons, Search Everywhere, and AsciiDoctor 1.5.6.1

06 Aug 22:08
Compare
Choose a tag to compare
  • Support Icon fonts (thanks to @matthiasbalke) / #182
  • Update to asciidoctorj-1.5.6 (aka asciidoctor-1.5.6.1) and asciidoctorj-diagram-1.5.4.1
  • Support "search everywhere" (double Shift) and "goto by name - Symbol..." (Ctrl+Shift+Alt+N) for all AsciiDoc section headings - just enter a part of the heading
  • Support Markdown style sections (starting with '#') in syntax highlighting

Improved Readability for Darcula Theme Headings in Preview

26 Apr 11:33
Compare
Choose a tag to compare
  • Headings in Darcula theme preview are now light grey for better readability

Improved parsing for non-printable characters

17 Apr 12:43
Compare
Choose a tag to compare
  • Improved handling for non-printable characters in syntax highlighting

Update Asciidoctor to 1.5.5, fixing Bugs

01 Apr 15:14
Compare
Choose a tag to compare
  • Update to asciidoctor 1.5.5/asciidoctor-diagram 1.5.4
  • Capture Asciidoctor messages on stdout/stderr and write them to IDE notifications
  • Close files when images are shown in preview
  • Set focus in editor when re-opening file
  • Fix "line must be non negative" error when clicking on preview

Support Java 8u111, improved formatting actions

22 Dec 08:09
Compare
Choose a tag to compare
  • Make click-on-link-to-open and click-on-preview-to-set-cursor in JavaFX preview compatible with Java 8u111+
  • Formatting actions from the toolbar should not throw exceptions when triggered at the beginning or end of the document

Gradle Build and temporary file handling

17 Dec 22:05
Compare
Choose a tag to compare
  • Plugin is now build using the Gradle and gradle-intellij-plugin
    This should make contributing and releasing easier. Thanks Jiawen Geng!
  • Asciidoctor's temporary files are now created in a temporary folder per opened document. Thanks @agorges!

Fixed code/preview sync for nested HTML (i.e. NOTE)

02 Dec 15:55
Compare
Choose a tag to compare
  • Improved handling of trailing spaces in syntax highlighting.
  • Fixed code/preview sync for nested HTML (i.e. NOTE)

Updated block parsing

29 Nov 23:15
Compare
Choose a tag to compare
Updated block parsing Pre-release
Pre-release

Updated block parsing to support two styles of headings.
Block starts and ends are needed to be aligned in length and shape when parsed.

(see #146)