Richard Heck wrote:
Abdelrazak Younes wrote:
Richard Heck wrote:
This patch addresses these bugs:
http://bugzilla.lyx.org/show_bug.cgi?id=3741
http://bugzilla.lyx.org/show_bug.cgi?id=3756
The latter is more a policy question, but the bug report seems right to
me: How double-clicking behaves shouldn't depend upon whether
something's already in the selected citations box.
I "implemented" this bug because I wanted to be able to insert a
Citation with the keyboard only (hitting enter). The problem is that
the "entered" signal is also emitted when an item is double-clicked.
I want to keep the keyboard selection feature because, most of the
time I need only one citation.
Not OK from me for 3756. I prefer to have the "double-click" bug
provided that I still have the "Enter" feature. Maybe it is possible
to distinguish between the two action though...
I'll have a look at this. The behavior you describe makes sense. It
ought to be possible to implement on_doubleclick() and use an
on_keypress for the other one. Or something like that.
Good idea.
Abdel.