Feature #64
Use annotations for warnings and errors
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
06/25/2017
Due date:
% Done:
0%
Description
Might be used to highlight warnings and errors.
eg:
Number nValue
{Bad variable name, try to use more specific names! eg. nBalance or nQty}
(1 + 2))
{Brace missed}
If (true) Send None
Else
Send None
{Else without command or ';' missed!}
Object
End_Object
End_Object
{End_Object without object}
etc.
History
#1 Updated by Wil van Antwerpen over 7 years ago
- File TH3-annotations-and-indicators.png View added
Adding screenshot from email as missing out some details