Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Releases: sverweij/atom-mscgen-preview

v0.5.0

01 Jan 18:08
Compare
Choose a tag to compare

Adds these commands:

  • mscgen-preview:translate
    • translates Mscgen -> MsGenny, Xù -> MsGenny and MsGenny -> MscGen/ Xù.
    • Available in the context menu and the command palette.
    • For untitled buffers replaces the content ...
    • ...for editors associated to a file asks for a file name to save it to.
    • Fixes #9
  • mscgen-preview:auto-format
    • Auto formats any of the languages.
    • Available in context menu and the command palette.
    • Fixes #7
  • mscgen-preview:abstract-syntax-tree
    • Produces the abstract syntax tree in json format
    • For untitled buffers replaces the content ...
    • ... for editors associated to a file asks for a file name to save it to.

Also upgrades to mscgenjs 1.2.7

All changes since 0.4.0: v0.4.0...v0.5.0

v0.4.0

19 Dec 11:24
Compare
Choose a tag to compare
  • adds 'save as png'

Complete list of changes: v0.3.0...v0.4.0

v0.3.0

16 Dec 19:34
Compare
Choose a tag to compare
  • Makes error renditions easier on the eye.
  • Drags in mscgenjs (-core) from npm, where it was published recently.
  • Upgrades to mscgenjs-core v1.2.5 in the process.

v0.2.0

05 Dec 11:03
Compare
Choose a tag to compare
  • Adds a Save As SVG command
  • Adds a Copy As SVG command
  • Enables zooming with the keyboard zooming keys
    • cmd-+/ cmd--/cmd-0 on OSX
    • ctrl-+/ ctrl--/ ctrl-0 on other platforms
  • 🚀 reduces the start up time

v0.1.0

17 Nov 20:58
Compare
Choose a tag to compare

Initial release

  • Supports syntax highlighting for MscGen, Xù and MsGenny
  • Preview & live updating of the current buffer.