[Digikam-devel] [Bug 114465] Wish: simpler entry of tags
Gilles Caulier
caulier.gilles at gmail.com
Mon Mar 31 12:47:33 BST 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=114465
------- Additional Comments From caulier.gilles gmail com 2008-03-31 13:47 -------
To Julien #92,
>- the completion does not take into account the current selection, completion is >always computed with regard to the root
yes. more complicated to do. in my TODO list.
>- completion proposes a solution even if it is not unique (it gives the first >solution), I think it should wait to have enough letters
yes. idem.
>- pressing the tab key does not complete current word but move to the next >widget, maybe it shouldn't ?
For this point, the issue come from KDELibs KLineEdit API which only support "end" key to complete strings (i'm not sure, but i haven't found explanation in KDE source code).
Also, unforget than TAB is used in GUI to change widget focus. It's incompatible with shell auto-completion rule.
Try to change auto-completion mode by line edit pop-up menu. There is combo box mode which is interesting to use.
More information about the Digikam-devel
mailing list