benrhughes / todotxt.net

An implementation of todo.txt for Windows using the .NET framework
http://benrhughes.github.io/todotxt.net/
Other
498 stars 123 forks source link

intellisense bug #111

Closed benrhughes closed 11 years ago

benrhughes commented 11 years ago

From Alex:

I noticed that the context menu appears when typing @ which is awesome; however, it also appears when typing '2' same goes for the + vs = key. Looks like there's a missing check for the shift modifier needed.

benrhughes commented 11 years ago

Hi Andy, I think your last commit (fixing the modifier key bug) has broken a fair chunk of the intellisense functionality:

Your previous commit (tab, space etc) seems to work as it should.

Any chance you've got time to take a look? Not sure when I'll get a chance to dig into it.

Cheers,

Ben

On Mon, Sep 3, 2012 at 2:54 AM, Andy Stampor notifications@github.comwrote:

I put a fix in for this and committed.

— Reply to this email directly or view it on GitHubhttps://github.com/benrhughes/todotxt.net/issues/111#issuecomment-8223644.

ImminentOrbit commented 11 years ago

My apologies! I think I know what the problem is and will take a look today.

benrhughes commented 11 years ago

No problems, I've broken things much more badly in the past :-) Thanks for looking into it.

On Tue, Sep 4, 2012 at 2:42 AM, Andy Stampor notifications@github.comwrote:

My apologies! I think I know what the problem is and will take a look today.

— Reply to this email directly or view it on GitHubhttps://github.com/benrhughes/todotxt.net/issues/111#issuecomment-8242769.