This repository has been archived by the owner on May 5, 2023. It is now read-only.
Releases: sverweij/atom-mscgen-preview
Releases · sverweij/atom-mscgen-preview
v0.5.0
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
- adds 'save as png'
Complete list of changes: v0.3.0...v0.4.0