benrhughes / todotxt.net

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

TDT 3.3.1.0 Cannot edit a URL by double-clicking #445

Open User5910 opened 3 months ago

User5910 commented 3 months ago
  1. Create a task consisting of a URL and nothing else, ex. https://github.com/
  2. Double-click task

Result: URL opens in the browser.

Expected: Task opens in the edit bar.

Since single-clicking on any part of a URL already opens it in the browser, double-clicking to edit would not block any functionality.

Currently double-click-to-edit only works when you mouse down on the text of the task, but not in other blank space the line. Double-clicking in the blank space should also open a task to edit IMO and may be a simple fix for this.

If a task contains a URL and other text then double-clicking the non-URL text opens it in the edit bar.