You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bugfix
#1166 Certain Java version strings with hyphen after the major number, like "23-ea", caused version detection failure and thus inhibited Structorizer start.
Code revisions
Two GUI classes were renamed;
gui/ExportOptionDialoge → guit/ExportOptionDialog (requiring an adapation of individual locale files),
locales/Tab → locales/TranslatorTab;
Inheritance modification of loop Element classes For, While, Repeat, Forever (no external impact).