Comment 31 for bug 168161

Revision history for this message
Felipe "Juca" Sanches (felipe-sanches) wrote :

There is one issue with grabbing focus to canvas. One user told me he would like to select the text, then select a font and then keep switching fonts with up/down arrow keys so that he can decide which font looks good in his design. It seems to be a reasonable request.

I have indeed implemented the type-ahead behaviour and it works here (Ubuntu 9.04). Are you sure it is not working on XP? It is implemented using a GtkEntryCompletion attached to the GtkEntry widget.

I havent looked at the other issues you mentioned.

There are some warnings on console. These are due to some portions of the code still trying to manipulate GtkWidgets that are not stored with g_object_set_data anymore since I have changed the GtkWidgets used to build the font selector but still havent looked carefully at the inner workings of text/font handling. Actually I tried to do it sometimes but got very confused.