Difference between revisions of "VMS IDE Change Log"
Line 1: | Line 1: | ||
+ | === 1.5.23 === | ||
+ | * Fix VMS debugger | ||
+ | |||
+ | === 1.5.20 === | ||
+ | * Add pre-launch python debugger command | ||
+ | |||
+ | === 1.5.19 === | ||
+ | * Add python command line options | ||
+ | |||
+ | === 1.5.18 === | ||
+ | * Fix python debugger (did not work on python 2.7) | ||
+ | |||
+ | === 1.5.17 === | ||
+ | * Fix messages | ||
+ | |||
+ | === 1.5.16 === | ||
+ | * Logo is changed | ||
+ | |||
+ | === 1.5.15 === | ||
+ | * Update messages | ||
+ | * Allow executing expression in Python debugger | ||
+ | |||
+ | === 1.5.14 === | ||
+ | * Fix Python debugger | ||
+ | |||
+ | === 1.5.11 === | ||
+ | * Preparing to debug as a separate procedure. | ||
+ | * Embedded SQL in FORTRAN | ||
+ | |||
+ | === 1.5.9 === | ||
+ | * Allow the user to set additional compiler qualifiers and defines | ||
+ | * New command for Python debugger to set radix | ||
+ | |||
+ | === 1.5.6 === | ||
+ | * Fix VMS debugger (resolving source files in different folders with the same basename). | ||
+ | |||
+ | === 1.5.5 === | ||
+ | * Fix Python debugger (display/set variables). | ||
+ | |||
+ | === 1.5.3 === | ||
+ | * Add developer mode for Python debugger. This feature allows tracing system files. | ||
+ | |||
+ | === 1.5.0 === | ||
+ | * Two-terminal debugger (the user requires additional privileges: LOG_IO, PHY_IO and OPER) | ||
+ | |||
+ | === 1.4.12 === | ||
+ | * Fix BASIC RMSSTATUS syntax | ||
+ | |||
+ | === 1.4.11 === | ||
+ | * Fix Python debugger | ||
+ | |||
+ | === 1.4.9 === | ||
+ | * Added command to ZIP listing files on VMS side. | ||
+ | * Fix PASCAL syntax parser issues. | ||
+ | |||
+ | === 1.4.4 === | ||
+ | * Unzip command moved from Project settings to SSH settings | ||
+ | * Changed the way how the debugger finds source by module name. | ||
+ | * Absolute path is allowed in root (starts from /) | ||
+ | |||
+ | === 1.4.1 === | ||
+ | * Python debugger now supports entering data from debug console | ||
+ | * setTimeByShell settings is deleted from SynchronizeSection, supportSetFileTime is added to ConnectionSection | ||
+ | |||
+ | === 1.4.0 === | ||
+ | * Fix PASCAL syntax parser and highlighting issues. | ||
+ | * Add BASIC highlighting and syntax parser. | ||
+ | * Add experimental Pyhton debugger. | ||
+ | * Fix glob patterns (project settings masks). | ||
+ | |||
+ | === 1.3.6 === | ||
+ | * Fix PASCAL syntax parser issues. | ||
+ | |||
=== 1.3.5 === | === 1.3.5 === | ||
* Fix PASCAL syntax parser issues. | * Fix PASCAL syntax parser issues. |
Revision as of 08:26, 9 July 2020
Contents
- 1 1.5.23
- 2 1.5.20
- 3 1.5.19
- 4 1.5.18
- 5 1.5.17
- 6 1.5.16
- 7 1.5.15
- 8 1.5.14
- 9 1.5.11
- 10 1.5.9
- 11 1.5.6
- 12 1.5.5
- 13 1.5.3
- 14 1.5.0
- 15 1.4.12
- 16 1.4.11
- 17 1.4.9
- 18 1.4.4
- 19 1.4.1
- 20 1.4.0
- 21 1.3.6
- 22 1.3.5
- 23 1.3.4
- 24 1.3.3
- 25 1.3.2
- 26 1.3.1
- 27 1.2.6
- 28 1.2.3 - 1.2.5
- 29 1.2.2
- 30 1.2.1
- 31 1.2.0
- 32 1.1.0
- 33 1.0.2
- 34 1.0.1
1.5.23
- Fix VMS debugger
1.5.20
- Add pre-launch python debugger command
1.5.19
- Add python command line options
1.5.18
- Fix python debugger (did not work on python 2.7)
1.5.17
- Fix messages
1.5.16
- Logo is changed
1.5.15
- Update messages
- Allow executing expression in Python debugger
1.5.14
- Fix Python debugger
1.5.11
- Preparing to debug as a separate procedure.
- Embedded SQL in FORTRAN
1.5.9
- Allow the user to set additional compiler qualifiers and defines
- New command for Python debugger to set radix
1.5.6
- Fix VMS debugger (resolving source files in different folders with the same basename).
1.5.5
- Fix Python debugger (display/set variables).
1.5.3
- Add developer mode for Python debugger. This feature allows tracing system files.
1.5.0
- Two-terminal debugger (the user requires additional privileges: LOG_IO, PHY_IO and OPER)
1.4.12
- Fix BASIC RMSSTATUS syntax
1.4.11
- Fix Python debugger
1.4.9
- Added command to ZIP listing files on VMS side.
- Fix PASCAL syntax parser issues.
1.4.4
- Unzip command moved from Project settings to SSH settings
- Changed the way how the debugger finds source by module name.
- Absolute path is allowed in root (starts from /)
1.4.1
- Python debugger now supports entering data from debug console
- setTimeByShell settings is deleted from SynchronizeSection, supportSetFileTime is added to ConnectionSection
1.4.0
- Fix PASCAL syntax parser and highlighting issues.
- Add BASIC highlighting and syntax parser.
- Add experimental Pyhton debugger.
- Fix glob patterns (project settings masks).
1.3.6
- Fix PASCAL syntax parser issues.
1.3.5
- Fix PASCAL syntax parser issues.
1.3.4
- Handle more cases in COBOL Light-weight IntelliSense.
- Parse and skip EXEC SQL statements in COBOL.
1.3.3
- Fix time of uploaded files after 'Quick uploading'.
1.3.2
- Fix breakpoints.
1.3.1
1.2.6
- Fixed the issue when the extension crashed when opening a C project.
- Fixed duplicating algorithms in SSH settings.
1.2.3 - 1.2.5
- Added function breakpoints.
- Added data breakpoints (without user interface).
1.2.2
- Fix the issue with display/set unicode string in Java debugger.
- JVM Debugger can now collect fields of Java classes.
1.2.1
- Fix issues with templates in Java.
1.2.0
- Added support for Java, Kotlin and Scala languages.
- One output channel for all extension messages.
1.1.0
- Pascal syntax highlighting.
- OpenVMS specific COBOL grammar support.
1.0.2
- Allow users to skip signature verification in SSH (cause: Visual Studio 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.