News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

[feature request] Can cb sets WM_WINDOW_ROLE ?

Started by teto, February 02, 2015, 01:58:37 PM

Previous topic - Next topic

teto

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


teto