Actions
Bug #168
closedimprovements in DevLinkChk
Start date:
08/11/2017
Due date:
% Done:
0%
Estimated time:
Forum topic:
Description
Checking links with Info->Check Links... has several shortcomings. The following list shows some examples.
1. The parser used for extracting the commands and arguments differs from StdInterpreter (used in Dialog.Call).
2. Double quote is allowed for string parameters but is rejected by StdInterpreter.
3. Backslash is not supported for path delimiters.
4. Only the first command of a sequence of commands is checked.
It is proposed to use a parser similar to StdInterpreter for avoiding
inconsistencies and for checking all commands of a command sequence.
In addition, it is proposed to update the list of well-known 'link' commands and to add StdLinks.ShowTarget.
Reported by J. Templ, 2017-008-11.
Updated by R. Campbell about 8 years ago
- Forum topic set to https://forum.blackboxframework.org/viewtopic.php?f=40&t=655
Actions