Page 1 of 1

VMS IDE v 1.4.7

Posted: Fri Feb 28, 2020 2:39 am
by sergey_vorfolomeev
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 /)

Re: VMS IDE v 1.4.7

Posted: Mon Mar 02, 2020 4:03 am
by brianreiter
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

Re: VMS IDE v 1.4.7

Posted: Wed Apr 01, 2020 3:16 am
by sergey_vorfolomeev
this pascal issue is fixed in v 1.4.12