Mono-D v1.6 - method override completion

evilrat evilrat666 at gmail.com
Fri Feb 14 00:40:04 PST 2014


On Friday, 14 February 2014 at 01:26:18 UTC, Alexander Bothe
wrote:
>
> Okay, just implemented a completion mode for method overrides.
>
> I won't explain this over here, as there are screenshots 
> depicting everything properly already :-)
>
> http://mono-d.alexanderbothe.com/method-override-completion-v1-6/

new version is cool, but i have found one bug already.

when using autocompletion with symbol having trailing numbers in
name it matches only last trailing char, for example trying to
get completion for ID3D1 will match ID3D10(properly) stuff and
also ID3D(1)1.... with (1) grayed out, making it impossible to
get completion for ID3D11 string. i'm still can't figure exact
cases when it happens.


More information about the Digitalmars-d-announce mailing list