Re: The text completer is eating the Tab key.

2008-08-10 Thread Dov Feldstern
Abdelrazak Younes wrote: Abdelrazak Younes wrote: Stefan Schimanski wrote: Hi! I want to bring up this issue again as it is not solved yet. The problem is simple: TAB is used for completion, but also for jumping to the next cell in a table. So it's a key conflict. AFAIK TAB is quite common

Re: The text completer is eating the Tab key.

2008-08-07 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Stefan Schimanski wrote: Hi! I want to bring up this issue again as it is not solved yet. The problem is simple: TAB is used for completion, but also for jumping to the next cell in a table. So it's a key conflict. AFAIK TAB is quite common for completion and theref

Re: The text completer is eating the Tab key.

2008-08-07 Thread Abdelrazak Younes
Stefan Schimanski wrote: Hi! I want to bring up this issue again as it is not solved yet. The problem is simple: TAB is used for completion, but also for jumping to the next cell in a table. So it's a key conflict. AFAIK TAB is quite common for completion and therefore intuitive for users,

Re: The text completer is eating the Tab key.

2008-08-06 Thread Stefan Schimanski
Hi! I want to bring up this issue again as it is not solved yet. The problem is simple: TAB is used for completion, but also for jumping to the next cell in a table. So it's a key conflict. AFAIK TAB is quite common for completion and therefore intuitive for users, but probably also for j

Re: The text completer is eating the Tab key.

2008-05-30 Thread Abdelrazak Younes
Dov Feldstern wrote: Abdelrazak Younes wrote: Hello Stefan, It is thus not possible to use the Tab key to navigate in a table or in an equation. ... I am not sure how this can be fixed but this needs to be fixed IMHO. Abdel. I agree. We discussed this a while back (http://thread.gmane

Re: The text completer is eating the Tab key.

2008-05-30 Thread Dov Feldstern
Abdelrazak Younes wrote: Hello Stefan, It is thus not possible to use the Tab key to navigate in a table or in an equation. ... I am not sure how this can be fixed but this needs to be fixed IMHO. Abdel. I agree. We discussed this a while back (http://thread.gmane.org/gmane.editors.lyx

The text completer is eating the Tab key.

2008-05-29 Thread Abdelrazak Younes
Hello Stefan, It is thus not possible to use the Tab key to navigate in a table or in an equation. void GuiWorkArea::keyPressEvent(QKeyEvent * ev) { ... // intercept keys for the completion if (ev->key() == Qt::Key_Tab && completer_->) { completer_->tab(); ev->accept();