MantisBT - mSLDev
View Issue Details
0000242mSLDevAutoCompletepublic2014-09-28 14:442014-09-28 14:44
Travis 
 
normalminoralways
newopen 
Win7 64-bitWindows 7(6.1)
 
 
0000242: Autocompleting capitalized aliases can give inconsistent results (0.4.0.117)
Typing the name in lowercase of an alias that's all uppercase letters completes the remaining characters in uppercase but leaves the part that's already typed as lowercase. The entire thing should be uppercase.
alias FOOBAR return

;type:
alias bar return $foo|

;the pipes signify the cursor position
;selecting $FOOBAR from the suggested list results in the following:
;alias bar return $fooBAR|

;the desired result:
;alias bar return $FOOBAR|
No tags attached.
Issue History
2014-09-28 14:44TravisNew Issue

There are no notes attached to this issue.