MantisBT - mSLDev
View Issue Details
0000243mSLDevAutoCompletepublic2014-09-28 14:562014-09-28 14:56
Travis 
 
normalminoralways
newopen 
Win7 64-bitWindows 7(6.1)
 
 
0000243: Backspacing to $ for autocomplete results in $$
When typing an identifier and backspacing all the way to $, autocompleting anything will result in $$ prefixed identifiers.
alias FOO return

;---------------------------
;type:

alias bar noop $F|

;then backspace so you have:

alias bar noop $|

;select $FOO and it results in $$FOO
Typing F after backspacing to $ and then selecting $FOO would result in $FOO as expected.


It doesn't matter what is selected for autocompletion after backspacing to $, they all result in $$
No tags attached.
Issue History
2014-09-28 14:56TravisNew Issue

There are no notes attached to this issue.