Re: [Geany-Devel] OSX plugin development

2017-10-11 Thread Jiří Techet
Well, I have no more suggestions then except trying various possibilities and possibly checking what Geany does as e.g. Find dialog works fine. To get the built Geany themed, go to the geany-osx directory and copy gtkrc under ~/.gtkrc-2.0 and then copy gtkrc.theme and close.png into the home

Re: [Geany-Devel] OSX plugin development

2017-10-11 Thread steve8track
Unfortunately, no. I can’t even select the entry if I click on it with my mouse. I’ve also tried various forms of: * gtk_widget_grab_default * GtkWidget’s “grab-notify” to use gboolean was_grabbed in on_out() only when false. I will have to keep trying things. It would seem

Re: [Geany-Devel] OSX plugin development

2017-10-11 Thread Jiří Techet
Wouldn't moving gtk_widget_grab_focus(GTK_WIDGET(entry)); to quick_search() help? You could try to call it before/after you show the dialog to see if it helps. Jiri On Wed, Oct 11, 2017 at 9:56 PM, wrote: > Thanks for telling me about the update on the status of

Re: [Geany-Devel] OSX plugin development

2017-10-11 Thread steve8track
Thanks for telling me about the update on the status of ctags/libgit2. So I have an inline search plugin that opens a non-decorated dialog with a keyboard shortcut, much like searching text in popular browsers like Chrome or Firefox. The problem is, when I hit my keyboard shortcut, I

Re: [Geany-Devel] OSX plugin development

2017-10-11 Thread Jiří Techet
I don't remember doing anything special regarding focus with Geany. What exactly happens? By the way the jhbuild modules have been updated upstream with the new ctags version so when you rebuild ctags, libgit2 should be compiled alright. Jiri On Wed, Oct 11, 2017 at 6:28 PM,

Re: [Geany-Devel] OSX plugin development

2017-10-11 Thread steve8track
THANK YOU. I just built and used one of my plugins  For some reason, the focus is messed up on this plugin. Do I need to handle window focus differently on mac perhaps? Thanks, Steve From: Jiří Techet [mailto:tec...@gmail.com] Sent: Tuesday, October 10, 2017 12:12 PM To: