| [news.eclipse.platform] Re: Select element in TableViewer starting with a specific character |
Hello,
when the user presses for example the key "k" the tableviewer should iterate over all rows in the table where the content of a specific column starts with a "k". Basically the same as in the Windows Explorer.
I tried to write my own KeyListener. It works, but something is happening in the background: My machine "beeps" when pressing a key.
Remy