Bugfixes
- #1128 revised (record component retrieval gave up too early now):
- #1136 revised ("instanceof" detected between angular brackets to deny cast context);
- #1148 Code export of IF ELSE IF chains optimized for Pascal and Python, too, now;
- #1154 Modified hatching for CALL elements being diverted for the presentation of method signatures (Java / Delphi import) or labels (COBOL import);
- #1155 Stack overflow risk on Pascal export / code preview;
- #1156 Defective export of typed constants to Perl and PHP code, thereby introducing a new Perl-specific export option (pragma
use constant
); - #1157 Code import used to fail if the source file ended with a line comment. More verbose explanation of code import errors because of trailing comments (code error.group_runaway).