Skip to content

Releases: asciidoctor/asciidoctor-intellij-plugin

Handling invalid editor states from preview releases

24 Jun 18:18
Compare
Choose a tag to compare
  • Handling invalid editor states from preview releases (#1636)

Restoring preview and menu bar functionality

24 Jun 17:37
Compare
Choose a tag to compare
  • Reworking the changes for EAP, restoring preview and menu bar functionality (#1636)

Custom extensions in multimodule projects, EAP 2024.2

21 Jun 21:33
Compare
Choose a tag to compare
  • Custom extensions loading in multimodule projects (thanks to @o-nix) (#1633)
  • Restore compatibility with EAP 2024.2, the minimum version is now 2024.1 (#1636)

Dark theme improvements and Asciidoctor upgrade

30 May 10:02
Compare
Choose a tag to compare
  • Fix NPE for quick-fix to create an include when source is not a file (#1592)
  • Prevent AlreadyDisposedException during startup when re-opening editors (#1617)
  • Upgrade to AsciidoctorJ v2.5.13 and asciidoctor 2.0.23
  • Detect dark editor theme in light IDE to apply correct background color for monospaced contents in the editor (#1620)
  • Scroll preview to the beginning of an include (#1624)
  • Fix dark mode for monospaced text in table cells and for inline content (#1601)

Automatically clear lock for JCEF preview to prevent a blank preview

03 May 05:56
Compare
Choose a tag to compare
  • Fix syntax highlighting in the editor after block-macros with multiple attributes (#1613)
  • Automatically clear lock for JCEF preview to prevent a blank preview (#1610)
  • Improved detection of frontmatter for AsciiDoc files (#1595)

Fix refactoring in Java and Kotlin code

03 Apr 20:56
Compare
Choose a tag to compare
  • Fix refactoring in Java and Kotlin code which was broken since 0.41.9 (#1591)

Fix Kroki diagram rendering in preview

27 Mar 20:28
4e4977f
Compare
Choose a tag to compare
  • Fix Kroki diagram rendering in preview which broke in release 0.41.10 (#1585)
  • Inject language in listings where source style is implicit (#1566)

Handle error reports reported by users, ensure 2024.1 compatibility

24 Mar 14:55
Compare
Choose a tag to compare
  • Capture AssertionError thrown when rendering PlantUML content (#1578)
  • Calculate tree view eagerly in the background to unblock EDT (#1579)
  • Prevent decoder exception when filename contains a percentage sind in IntelliJ 2024.1 EAP (#1580)
  • Avoid NPE when searching for Java references (#1582)
  • Avoid invalidated objects when searching for Java references (#1583)
  • Close files before converting file from Markdown to AsciiDoc (#1584)
  • Add structurizr.com to the allow-list to show contents in an iframe in the preview (#1510)

Update Asciidoctor and Asciidoctor PDF

23 Mar 16:57
Compare
Choose a tag to compare
Pre-release
  • Render preamble in preview with a slightly larger font (#1567)
  • Use Droid Sans Mono for rendering code in the JCEF preview
  • Bump org.asciidoctor:asciidoctorj from to 2.5.12 (#1562)
  • Show error popup if a PDF file can't be written to disk (#1569)
  • Quoted strings now highlighted with a background in the editor even if they contain single or double quotes
  • Disable off-screen-rendering if IDE's setting for off-screen-rendering is disabled (#1575)
  • Prevent exception when showing injected AsciiDoc content (#1576)
  • Prevent change-outside-of-command exception when creating a preview for adding an ID to a section (#1577)
  • Bump org.asciidoctor:asciidoctorj-pdf from 2.3.13 to 2.3.15 (#1573)

Upgrading Asciidoctor Diagram and Asciidoctor PDF

06 Mar 20:43
Compare
Choose a tag to compare
  • Bump org.asciidoctor:asciidoctorj-pdf to 2.3.13 (#1547)
  • Remove code which must not be run in EDT to get compatible with IntelliJ 2024.1 EAP (#1533)
  • Speed-up Java references search to parse fewer files
  • When renaming Java classes, rename their references in AsciiDoc documents as well
  • Fixed calculation of root paths for multi-module projects (#1558)
  • New live template for Golang source code snippets (thanks to @dozer111) (#1553)
  • Bump org.asciidoctor:asciidoctorj-diagram to 2.3.0 and PlantUML to 1.2024.3 (#1538)