Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Latest commit

 

History

History
79 lines (47 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

79 lines (47 loc) · 1.71 KB

IntelliPikchr Changelog

Unreleased

Added

  • Support diamond object (#89)
  • Distinct highlighting for builtin variables (lineht = 0.5)

0.3.5 - 2024-02-02

Changed

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

0.3.4 - 2023-06-02

Changed

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

0.3.2 - 2022-11-04

Changed

  • Mark plugin compatible with 2022.3

0.3.1

Changed

  • Mark plugin compatible with 2022.2

0.3.0

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

0.2.2

Added

  • Automated exception reporting to GitHub

Changed

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

0.2.1

Added

  • Open Settings from preview editor toolbar

Changed

  • Plugin marked compatible with 2021.3 EAP
  • Settings made searchable

0.2.0

Added

  • Split editor with preview pane for .pikchr 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