MantisBT - mSLDev
View Issue Details
0000079mSLDevAutoCompletepublic2013-03-23 11:302013-03-23 12:13
Wims 
administrator 
normalminoralways
closedno change required 
Win7 64-bitWindows 7(6.1)
0.3.1.0 
 
7.29
0000079: list of $identifiers
Those are listed twice:

$address
$aop
$asctime
$avoice
$chan
$ctime
$decode

Missing ones:
$r
type '$' and check the list for those identifiers.
You shouldn't propose us for the list of $identifier used internally for the syntax-aware feature suggestion, or at least you should filter double.
No tags attached.
Issue History
2013-03-23 11:30WimsNew Issue
2013-03-23 11:54administratorNote Added: 0000029
2013-03-23 11:54administratorStatusnew => resolved
2013-03-23 11:54administratorResolutionopen => no change required
2013-03-23 11:54administratorAssigned To => administrator
2013-03-23 11:58administratorNote Added: 0000030
2013-03-23 11:59administratorNote Deleted: 0000030
2013-03-23 11:59administratorNote Deleted: 0000029
2013-03-23 12:01administratorStatusresolved => feedback
2013-03-23 12:01administratorResolutionno change required => reopened
2013-03-23 12:10administratorNote Added: 0000031
2013-03-23 12:10administratorNote Added: 0000032
2013-03-23 12:10administratorStatusfeedback => closed
2013-03-23 12:10administratorResolutionreopened => no change required
2013-03-23 12:13administratorNote Added: 0000033
2013-03-23 12:45administratorNote Edited: 0000031bug_revision_view_page.php?bugnote_id=31#r17
2013-03-23 12:45administratorNote Edited: 0000031bug_revision_view_page.php?bugnote_id=31#r18
2013-03-23 12:46administratorNote Edited: 0000031bug_revision_view_page.php?bugnote_id=31#r19

Notes
(0000031)
administrator   
2013-03-23 12:10   
(edited on: 2013-03-23 12:46)
Only $decode was there twice by mistake.

The rest is by design.

The rest are not there twice. Identifier of different semantics are listed uniquely. (For example: $nick and $nick(), other then the name, they have absolutely nothing in common. They are used differently and they do different things.) Note the icon's color in the auto-complete next to each of the identifiers. They inform the scripter of the type of identifier they are dealing with: built-in with/without arguments, custom aliases, third-part libs with/without arguments.

(0000032)
administrator   
2013-03-23 12:10   
Green - Identifier that takes arguments
Yellow - Identifier that does not take arguments
Blue - Identifier is a custom alias
Pink - Identifier is third-party lib that takes arguments
Cyan - Identifier is third-party lib that does not take arguments
(0000033)
administrator   
2013-03-23 12:13   
$r was added.