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.htmlApparently 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:1Regards