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

Cannot autocomplete project or context without hitting enter. #109

Closed ImminentOrbit closed 11 years ago

ImminentOrbit commented 11 years ago

When I start typing with a + or @, it provides a dropdown list of the currently used items. I can select one with mouse or keyboard, but the click nor any keystroke seems to add it to the text aside from the enter key. Pressing enter adds the selected item to the text, but also acts as an enter stroke for completing the creation of a new task. If the task was not yet ready to be created, it is necessary to find and edit the task.

benrhughes commented 11 years ago

Hi, Which version are you using? I cant reproduce it here. You do need to hit enter to add something from autocomplete, but that shouldn't add the task to the list.

Cheers,

Ben

On Sat, Sep 1, 2012 at 3:59 AM, Arphahat notifications@github.com wrote:

When I start typing with a + or @, it provides a dropdown list of the currently used items. I can select one with mouse or keyboard, but the click nor any keystroke seems to add it to the text aside from the enter key. Pressing enter adds the selected item to the text, but also acts as an enter stroke for completing the creation of a new task. If the task was not yet ready to be created, it is necessary to find and edit the task.

— Reply to this email directly or view it on GitHubhttps://github.com/benrhughes/todotxt.net/issues/109.

ImminentOrbit commented 11 years ago

I am using the latest, but I think the issue is on my end. I was also running PhraseExpress. Once I turned PhraseExpress off, the bug disappeared. So, sorry about that. Though, being able to use tab or space would also be a nice feature.

benrhughes commented 11 years ago

I agree about tab/space. The whole selection thing could work a lot better.

Glad the bug has gone though :) On 01/09/2012 10:52 AM, "Arphahat" notifications@github.com wrote:

I am using the latest, but I think the issue is on my end. I was also running PhraseExpress. Once I turned PhraseExpress off, the bug disappeared. So, sorry about that. Though, being able to use tab or space would also be a nice feature.

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

ImminentOrbit commented 11 years ago

I mucked about with it and added support on a fork. Added a pull request, but feel free to disregard if it isn't something you are actually interested in.

benrhughes commented 11 years ago

That's great, thanks. On 02/09/2012 5:49 AM, "Andy Stampor" notifications@github.com wrote:

I mucked about with it and added support on a fork. Added a pull request, but feel free to disregard if it isn't something you are actually interested in.

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