2 What’s new in Msc-generator 7.2
The improvements added since version 7.1 are listed below. If you are new to
Msc-generator, you should probably jump to Getting started.
- gui/win: Added searchable example library to help learning the languages.
- gui: now you can open the documentation from the help.
- all: Allow specifying font languages for Linux and Mac, this helps selecting the correct font.
E.g., use the
\l(ja)
text escape to select Japanese charset.
- gui: now we save dirty documents every second and offer recovering them in the case of a crash.
- gui: Now the Welcome screen shows recent directories,
Ctrl+N
starts a new file of the current
language and Ctrl+W
will now open the Welcome screen.
- block: fix size attributes with compound values
[width/height/size=A+B]
- graph, block: fonts now can be set via teh
-F
command-line option (-L
for blocks, too)
- cli: The
-q
switch will suppress the ‘Success.’ prompt on success, besides the progress.
-Pno
will only suppress progress reports, but will print ‘Success.’.
- Moved the project to GitLab and setting up automated tests. These caught many hidden errors and bugs,
which we have fixed.