VMS IDE v 1.4.7

Here you can discuss the universal Integrated Development Environment for OpenVMS.
Post Reply

Topic author
sergey_vorfolomeev
VSI Expert
Valued Contributor
Posts: 98
Joined: Thu Aug 22, 2019 12:17 am
Reputation: 0
Status: Offline

VMS IDE v 1.4.7

Post by sergey_vorfolomeev » Fri Feb 28, 2020 2:39 am

New version 1.4.7 has released.

1. BASIC highlighting and syntax parser was added
2. Python debugger was added
3. ‘setTimeByShell’ and ‘Unzip command’ were moved from Project settings to SSH settings
4. Absolute path is allowed in root (if it starts from /)


brianreiter
Active Contributor
Posts: 26
Joined: Fri Jun 14, 2019 4:17 pm
Reputation: 0
Status: Offline

Re: VMS IDE v 1.4.7

Post by brianreiter » Mon Mar 02, 2020 4:03 am

Hi there,

Found another odd Pascal parsing issue. The following snippet will produce errors:

Code: Select all

        nat_loc_id_string     := ms_setting.message_id[1..2];
        message_number_string := ms_setting.message_id[3..6];
Its another weird variant of the assignment, the error is:

Code: Select all

"message": "mismatched input '[' expecting {'+', '-', '*', '**', '/', ';', ':', '=', '<>', '<', '<=', '>=', '>', AND, DIV, END, IN, MOD, NOT, OR, AND_THEN, OR_ELSE, REM}",
Looks the parser works fine if there is no field names from a type involved.

cheers

Brian


Topic author
sergey_vorfolomeev
VSI Expert
Valued Contributor
Posts: 98
Joined: Thu Aug 22, 2019 12:17 am
Reputation: 0
Status: Offline

Re: VMS IDE v 1.4.7

Post by sergey_vorfolomeev » Wed Apr 01, 2020 3:16 am

this pascal issue is fixed in v 1.4.12

Post Reply