- Jun
- 570
- 4
The build-13 help says:
"To activate the command history window press Ctrl-Shift- PgUp or Ctrl-Shift- PgDn at the command line. (The hotkey can be redefined by changing XHistWinOpen in the OPTION / Keyboard / History dialog.) A popup window will appear, with the command you most recently executed marked with a highlight."
After I execute, for example, three different commands of the form "echo ...", the highlight is not on the most recently executed command; it is on the first "echo" command in the sequence. So, either the popup is not working correctly or the help description of the behavior is wrong or misleading.
The help also says:
"You can view a "filtered" history window by typing some characters on the command line, then pressing Ctrl-Shift- PgUp or Ctrl-Shift- PgDn. Only those commands matching the typed characters will be displayed in the window."
That also is not working. If I enter "echo" on the command line and press Ctrl-Shift-PgUp, the popup window has all the commands, not just those starting with or containing "echo".
"To activate the command history window press Ctrl-Shift- PgUp or Ctrl-Shift- PgDn at the command line. (The hotkey can be redefined by changing XHistWinOpen in the OPTION / Keyboard / History dialog.) A popup window will appear, with the command you most recently executed marked with a highlight."
After I execute, for example, three different commands of the form "echo ...", the highlight is not on the most recently executed command; it is on the first "echo" command in the sequence. So, either the popup is not working correctly or the help description of the behavior is wrong or misleading.
The help also says:
"You can view a "filtered" history window by typing some characters on the command line, then pressing Ctrl-Shift- PgUp or Ctrl-Shift- PgDn. Only those commands matching the typed characters will be displayed in the window."
That also is not working. If I enter "echo" on the command line and press Ctrl-Shift-PgUp, the popup window has all the commands, not just those starting with or containing "echo".