Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: teto on February 02, 2015, 01:58:37 pm

Title: [feature request] Can cb sets WM_WINDOW_ROLE ?
Post by: teto on February 02, 2015, 01:58:37 pm
Hi,

I am using a tile manager and it would be nice to have a way to differentiate between the different codeblocks windows. For instance the code completion popup is set to its minimum size and I would like to make it bigger else it's hard to use. To do that I need to differentiate between this popup and the codeblocks editor but it's not possible as far as I know (output of xprop on the editor and tooltip http://paste.ubuntu.com/10013282/).

More info on WM_WINDOW_ROLE: http://tronche.com/gui/x/icccm/sec-5.html

Apparently there is no function in wxwidget to do so, here is one way but I never used wxwidgets so I may be wrong:  http://trac.wxwidgets.org/ticket/12778#comment:1

Regards

Title: Re: [feature request] Can cb sets WM_WINDOW_ROLE ?
Post by: teto on February 09, 2015, 08:49:46 pm
Update: I opened a ticket on wxWidget tracker:
http://trac.wxwidgets.org/ticket/16849