[Geany-devel] vergeany :)

2011-12-26 Thread Dimitar Zhekov
geanyentryaction.c:9: *  the Free Software Foundation; either
vergeany 2 of the License, or

geanyentryaction.c:10: *  (at your option) any later vergeany.

geanymenubuttonaction.c:9: *  the Free Software Foundation; either
vergeany 2 of the License, or

geanymenubuttonaction.c:10: *  (at your option) any later vergeany.

-- 
E-gards: Jimmy
___
Geany-devel mailing list
Geany-devel@uvena.de
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel


[Geany-devel] Empty project properties dialog

2011-12-26 Thread Jiří Techet
Hi,

I'm experiencing a bug where the project properties dialog is empty
when opened for the second time. Steps to reproduce:

1. Open project properties dialog.
2. Close it.
3. Open it for the second time.

Result: the project properties dialog is much smaller and it's empty.

I suspect it's related to the GtkBuiler transition. I haven't looked
into it because I guess Matthew knows better what might be wrong.

Cheers,
Jiri
___
Geany-devel mailing list
Geany-devel@uvena.de
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel


Re: [Geany-devel] Empty project properties dialog

2011-12-26 Thread Matthew Brush

On 12/26/2011 01:37 PM, Jiří Techet wrote:

Hi,

I'm experiencing a bug where the project properties dialog is empty
when opened for the second time. Steps to reproduce:

1. Open project properties dialog.
2. Close it.
3. Open it for the second time.

Result: the project properties dialog is much smaller and it's empty.

I suspect it's related to the GtkBuiler transition. I haven't looked
into it because I guess Matthew knows better what might be wrong.



Ah yes, each time the properties are to be shown it creates a new dialog 
and adds a bunch of stuff at run-time and then destroys the whole dialog 
after.  With the new GtkBuilder stuff, the dialog shouldn't be destroyed 
since it's the same one used for the whole run-time now.


I guess the dialog either needs to be hardcoded outside of the glade 
file so it can be created and destroyed at will or add code to 
add/remove stuff dynamically without destroying the whole thing after.


Cheers,
Matthew Brush
___
Geany-devel mailing list
Geany-devel@uvena.de
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel