Wrong order in user autocomp list
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
The order of the items in the user autocompletion list is wrong. There's the special char missing, which is was used in _syntax for this case.
Analysis:
In _syntax a whitespace was added between the lowercase string and the | char. Add this whitespace respecting probable issues in the following code.
Implementation:
Fix was implemented as proposed by the analysis.
Documentation:
Not needed - Bug fix.
Tests:
Durability tests were performed without any deviation. Bug fix accepted.
Anonymous
Diff:
Diff:
Diff:
Diff: