MantisBT - mSLDev
View Issue Details
0000005mSLDevSyntax Checkingpublic2011-07-07 08:142011-07-26 18:00
KindOne 
administrator 
normalfeaturealways
resolvedfixed 
 
0.1.1.19 
0000005: Syntax auto complete issue when a bracket is removed.
Auto "(}" does not remove extra "(" or ")" if one or the other is removed.
alias foo {
$abs((
}

Type the above code, and it will add "))" at the end of the "$abs((".
Remove a ")" and the "(" will not be removed.
This causes a "No closing brace found on identifier `$abs'.
No tags attached.
Issue History
2011-07-07 08:14KindOneNew Issue
2011-07-25 01:05administratorAssigned To => administrator
2011-07-25 01:05administratorStatusnew => confirmed
2011-07-26 18:00administratorNote Added: 0000015
2011-07-26 18:00administratorStatusconfirmed => resolved
2011-07-26 18:00administratorFixed in Version => 0.1.1.19
2011-07-26 18:00administratorResolutionopen => fixed

Notes
(0000015)
administrator   
2011-07-26 18:00   
$abs + ( = $abs() with the cursor in between the (), hitting the backspace will remove both ().

(Ctrl+Z/undo will allow you to undo the deletion of either individually)