MantisBT - mSLDev
View Issue Details
0000105mSLDevSyntax Highlightingpublic2013-03-27 15:122013-06-28 22:05
Travis 
administrator 
normalminorhave not tried
closedfixed 
0.3.1.0 
0.4.1.0 
0000105: Comment highlighting not always updating
Comment highlighting is not updating until the next non-comment block is edited.
/*
this is a comment
*/|;press return with the cursor at the pipe in front of this comment
alias bar noop
alias foo bar
You should see the entire file below the first multi-line comment in the example marked as a comment after pressing return. It only corrects itself if you edit the comment close (*/) or edit the first line after the paired comments (alias bar). Editing anything below the first non-comment block (alias bar) has no effect.

The text can also be invalid instead of a comment. For example, "*/5" and returning after '/' will cause the same circumstances. Pressing return with valid text works correctly, however.
No tags attached.
Issue History
2013-03-27 15:12TravisNew Issue
2013-06-28 22:05administratorStatusnew => closed
2013-06-28 22:05administratorAssigned To => administrator
2013-06-28 22:05administratorResolutionopen => fixed
2013-06-28 22:05administratorFixed in Version => 0.4.1.0

There are no notes attached to this issue.