MantisBT - mSLDev
View Issue Details
0000244mSLDevAutoCompletepublic2014-09-28 15:062014-09-28 15:06
Travis 
 
normaltweakalways
newopen 
Win7 64-bitWindows 7(6.1)
 
 
0000244: Idents that have parameters should show brackets in the autocomplete menu (e.g. $nick() vs $nick)
Identifiers that take parameters should show the brackets in the autocomplete menu.

Currently there are two menu options for autocompleting $nick, and they both appear the same except for a different color image of '$'. However, one of them inserts $nick and the other inserts $nick().

Two things should be changed:
* $nick should be sorted before $nick() (it's not currently in 0.4.0.117) so that typing $nick and hitting enter won't automatically insert brackets
* $nick() should show the brackets in the autocomplete suggestion
No tags attached.
Issue History
2014-09-28 15:06TravisNew Issue

There are no notes attached to this issue.