I confirm that 
```
gtk_widget_grab_focus(ui_lookup_widget(main_widgets.window, "entry_tagfilter"));
```
works for me, and I too really don't understand why the same call on 
`treeview2` (the initial correction I suggested) doesn't work...

About focusing the tree or the entry, there is something I don't quite 
understand here: what's the point of the new entry ? I was used to a version of 
Geany without the entry widget. After focusing the tree, if I input something 
it automatically opens an entry widget at the bottom of the tree, which seems 
to work exactly as the new entry, and which still exists in the new version. 
Hence, to me, the new entry widget only waste one line that could be used for 
the tree, and require one more action (arrow or tab) to do something that 
could, and still can, be done without using it.


-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3681#issuecomment-1807283621
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3681/[email protected]>

Reply via email to