Skip to content

Version 3.32-19 (2024-03-21)

Compare
Choose a tag to compare
@codemanyak codemanyak released this 21 Mar 11:29
· 24 commits to master since this release
09f6920

Bugfixes

  • #1136 revised: ? generally accepted now as type parameter on Java import.
  • #1146: IF THEN ELSIF chain export to Oberon now stable w.r.t. disabled involved alternatives.
  • #1148: Special formatting of IF ELSE IF chains on export to C, C++, C#, Java, Javascript, modern BASIC, Perl, PHP (in analogy to Oberon #1146).
  • #1149: Selection in Code Preview missed to update buttons.
  • #1150: Java import failed on class declarations with type parameters.
  • #1151: Java and C import failed with tab characters in string literals.
  • #1152: Pascal import had failed completely in version 3.32-18 (due to a defective adaptation of #1141 for Pascal).