MantisBT - mSLDev
View Issue Details
0000068mSLDevSyntax Highlightingpublic2012-12-26 16:372012-12-28 08:40
Travis 
administrator 
lowminoralways
closedfixed 
Win7 64-bitWindows 7(6.1)
 
0.3.1.0 
0000068: variable names not highlighted when assigning multiple with /var
When assigning multiple variables using '/var', variable names are not highlighted correctly when they follow '$ident,'.
/var %item = $header,%hist = 0
=> %hist will not be highlighted as a variable name

/var %item = $header, %hist = 0
=> %hist is correctly identified as a variable

/var %item = $header ,%hist = 0
=> %hist is correctly identified as a variable

/var %item = value,%hist = 0
=> %hist is correctly identified as a variable
No tags attached.
Issue History
2012-12-26 16:37TravisNew Issue
2012-12-28 08:40administratorStatusnew => closed
2012-12-28 08:40administratorAssigned To => administrator
2012-12-28 08:40administratorResolutionopen => fixed
2012-12-28 08:40administratorFixed in Version => 0.3.1.0

There are no notes attached to this issue.