YottaDB / YDB

Mirrored from https://gitlab.com/YottaDB/DB/YDB
Other
76 stars 37 forks source link

[#83] Enhance M READ Editing in terminal to have history of 99 lines (same as direct mode) #163

Closed nars1 closed 6 years ago

nars1 commented 6 years ago

Final Release Note

The M Read Editing feature was enhanced to allow a cursor up in a READ X command to recall upto 99 lines of the most recently entered input to a previous READ X, READ *X or READ X# command. Previously, the history was just a single line.

Description

M READ Editing is a pre-existing feature in YottaDB that is enabled with USE $PRINCIPAL:EDITING But that maintained only a history of 1 recall item. That is, a cursor up in a READ X command would recall the most recently entered input to a previous READ X, READ *X or READ X# command. This change enhances that history from 1 line to 99 lines. Just like direct mode operates.

Relevant details