frank_frl wrote:Header from custom controls is added without '#include' and quotation marks.
This is the intended behavior (look at the tooltip of the text control)
frank_frl wrote:Dialog preview starts in 'Fit content' style and jumps then to the entered size when one touches the gripper or border.
I am aware of this one... I could not make it go away, to me, its seems like an XRC bug (the C++ code that wxCrafter generates does not have this symptom)
frank_frl wrote:Style wxLC_NO_SORT_HEADER missing for wxListCtrl.
Was this style available in wx28? - not according to the docs.
The designer is meant to work with both 28 and 29. However, I am now working on moving codelite to 2.9.4 under Linux as well - so once its done, I will remove all the
wx28 limitations
frank_frl wrote:Shortcut for 'Preview'.
F5. Basically, when the wxCrafter plugin is 'active' i.e. the [wxCrafter] tab is selected, it will override the 'Start Debug' command. In a way, debugging in 'wxCrafter' means: Show Preview
frank_frl wrote:Easy way to add subclassed elements
How is this different from 'custom controls' ?
Eran