Enhancements / modifications
- #954: Breakpoints may now generally be disabled rather than removed.
- #957: "Processing" import now copes with
import
declarations. - Substantial progress in the Italian localisation (thanks to Alessandro Simonetta et al.)
- Some localisations for plugin-specific import options added (DE, ES).
Bugfixes:
- #955: Several flaws on Java import with "class" literals, multi-catch clauses, and
try
statements with several single- or multi-catch clauses fixed. - #956: Option "Import var declarations" had no impact on Java parser.
- #958: Relative positioning of plugin-specific import/export option dialog ensured.
- #959: Processing import: conversion functions and web color literals led to parser abort.
- #960: Processing import now automatically declares (way more) system variables.
- #961: Java import failed to detect and convert output instructions.
- #962: Constructor bodies weren't always imported from Java code.