MantisBT - mSLDev
View Issue Details
0000180mSLDevAutoCompletepublic2013-08-10 02:482013-11-01 00:36
Travis 
administrator 
lowminoralways
resolvedfixed 
 
0.4.1.0 
0000180: Strange variable name complete behavior with adjacent code blocks (0.4.0.94)
Variable names from separate blocks are listed for completion in single-line blocks (from the blocks directly below them).
alias foo noop %v| | ;left pipe is cursor. %variable_name appears in the complete options
alias foobar noop %variable_name


alias foo noop %v| | ;left pipe is cursor. %variable_name appears in the complete options
alias foobar {
  noop %variable_name
}
Applies to other types of code blocks, not just aliases. (Tested with two on text events)

Placing an empty line between the two blocks stops the behavior.

Making the top block multi-line stops the behavior.
No tags attached.
Issue History
2013-08-10 02:48TravisNew Issue
2013-11-01 00:25administratorStatusnew => closed
2013-11-01 00:25administratorAssigned To => administrator
2013-11-01 00:25administratorResolutionopen => fixed
2013-11-01 00:25administratorFixed in Version => 0.4.1.0
2013-11-01 00:36administratorStatusclosed => resolved

There are no notes attached to this issue.