Skip to content

Releases: YannCebron/IntelliPikchr

v0.3.5

02 Feb 15:17
Compare
Choose a tag to compare

Changed

  • Raise minimum IDE version to 2022.2 (from 2021.3)
  • Mark plugin compatible with 2023.3 and 2024.1

v0.3.4

02 Jun 16:04
Compare
Choose a tag to compare

Changed

  • Raise minimum IDE version to 2021.3 (from 2020.3)
  • Mark plugin compatible with 2023.2
  • Regenerate Lexer with JFlex 1.9.1

v0.3.2

04 Nov 11:29
Compare
Choose a tag to compare

Changed

  • Mark plugin compatible with 2022.3

v0.3.1

15 Jun 17:51
Compare
Choose a tag to compare

Changed

  • Mark plugin compatible with 2022.2

v0.3.0

28 Dec 15:12
Compare
Choose a tag to compare

Added

  • Syntax highlighting, customize in Settings/Preferences | Editor | Color Scheme | Pikchr
  • Highlight matching braces
  • Bundled Live Templates, customize/add in Settings/Preferences | Editor | Live Templates
  • Bundled dictionary with Pikchr specific terms

v0.2.2

27 Nov 15:40
Compare
Choose a tag to compare

Added

  • Automated exception reporting to GitHub

Changed

  • Preview editor: force toolbar on left side to disable non-supported floating toolbar mode

v0.2.1

24 Sep 12:38
Compare
Choose a tag to compare

Added

  • Open Settings from preview editor toolbar

Changed

  • Plugin marked compatible with 2021.3 EAP
  • Settings made searchable

v0.2

19 Sep 15:54
Compare
Choose a tag to compare

Added

  • Split editor with preview pane for files, using kroki.io or self-hosted server for rendering
  • Adapt preview colors to IDE dark UI mode
  • Tune preview with custom CSS
  • See Settings/Preferences | Languages & Frameworks | IntelliPikchr to customize
  • Initial scaffold created from IntelliJ Platform Plugin Template