2 What’s new in Msc-generator 8.4
The improvements added since version 8.2 are listed below. If you are new to
Msc-generator, you should probably jump to Getting started.
- [graph] The default filename extension for graphs is ‘gv’, as
decided by the graphviz community https://marc.info/?l=graphviz-devel&m=129418103126092.
- [gui] fix: Escape key now works as intended in the editor (8.3)
- [gui] fix: keep Recover last session info longer (8.4)
- fix: correctly parsing input filenames containing a colon on Windows like
‘C:\Documents\input.signalling’, but also ‘C:\Documents\inp.pptx:2:3’
(Thanks Adam, 8.4)
- fix: charts containing the text ‘cid’ had empty alt-text in PowerPoint when
alt-text embedded (Word works fine, no clue why). A non-backwards compatible fix
is provided (Thanks Attila, 8.4)
- Completely rewritten tokenizing for all languages. Instead of flex, the
tokenizer of maphoon is used (by Hans de Nivelle), allowing the removal of many
quite outdated constructs from the code. Also, parsing speed has increased by 10%,
especially useful for coloring. (8.4)