MantisBT - mSLDev
View Issue Details
0000003mSLDevGUI Relatedpublic2011-07-07 06:462011-07-09 09:03
KindOne 
administrator 
normalminoralways
resolvedfixed 
 
0.0.1.9 
0000003: Line's switch around, when altering code.
In the debug tab, if I sort the debug lines and alter a line that is in the debug tab, the numbers become out of order.
alias foo {
if ($nick == foo) d { msg $chan line 2 }
else if ($nick == foo1) 68 { msg $chan line 3 }
else ($nick == foo2) x { msg $chan line 4 }
}



Sort the debug tab by Line, then remove the "8" in "68" in line 3.
Line numbers are now out of order.
No tags attached.
Issue History
2011-07-07 06:46KindOneNew Issue
2011-07-07 08:51administratorNote Added: 0000004
2011-07-07 08:51administratorAssigned To => administrator
2011-07-07 08:51administratorStatusnew => confirmed
2011-07-09 09:03administratorStatusconfirmed => resolved
2011-07-09 09:03administratorFixed in Version => 0.0.1.9
2011-07-09 09:03administratorResolutionopen => fixed

Notes
(0000004)
administrator   
2011-07-07 08:51   
That will be fixed for the next version.