Difference between revisions of "VMS IDE Change Log"

From VSI OpenVMS Wiki
Jump to: navigation, search
Line 1: Line 1:
  
 +
=== 1.2.3 ===
 +
* Function breakpoints. Data breakpoints without UI.
 +
 +
=== 1.2.2 ===
 +
* Fix display/set unicode string in '''Java''' debugger, collecting fields of java classes.
 +
 +
=== 1.2.1 ===
 +
* Fix working with templates in '''Java'''.
 +
 +
=== 1.2.0 ===
 +
* Support '''Java''', '''Kotlin''' and '''Scala'''.
 +
* One output channel "VMS-IDE" for all extension messages.
  
 
=== 1.1.0 ===
 
=== 1.1.0 ===
 +
* '''Pascal''' syntax highlighting.
 +
* OpenVMS specific '''COBOL''' grammar support.
  
* '''Pascal''' syntax highlighting.
+
=== 1.0.2 ===
* '''COBOL''' grammar.
+
* Allow to skip verifying the signature in SSH (because of VS Code 1.36.1 issue).
 +
 
 +
=== 1.0.1 ===
 +
* Fix: parsing compiler errors that occurred on the same line of source code.
 +
* OpenVMS specific '''Pascal''' grammar basic support.
 +
* Debugger: skip querying symbols with invalid names.
  
 
[[Category:VMS IDE]]
 
[[Category:VMS IDE]]

Revision as of 09:03, 28 August 2019

1.2.3

  • Function breakpoints. Data breakpoints without UI.

1.2.2

  • Fix display/set unicode string in Java debugger, collecting fields of java classes.

1.2.1

  • Fix working with templates in Java.

1.2.0

  • Support Java, Kotlin and Scala.
  • One output channel "VMS-IDE" for all extension messages.

1.1.0

  • Pascal syntax highlighting.
  • OpenVMS specific COBOL grammar support.

1.0.2

  • Allow to skip verifying the signature in SSH (because of VS Code 1.36.1 issue).

1.0.1

  • Fix: parsing compiler errors that occurred on the same line of source code.
  • OpenVMS specific Pascal grammar basic support.
  • Debugger: skip querying symbols with invalid names.