News:

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

Main Menu

The "Insert class method..." dialog

Started by ArKay, April 01, 2008, 04:21:12 PM

Previous topic - Next topic

ArKay

I have to say that I find that dialog pretty useless since it shows hundreds (if not thousands?) of "Known classes" and locating the one I'm interested in is usually next to impossible.  It would be useful if...

a) the list would be sorted

and/or

b) there would be a filter control

ArKay

#1
I patched it a little (against the svn tree)...

- xrc: wxListBox -> wxLB_HSCROLL|wxLB_NEEDED_SB|wxLB_SORT
- cpp: only show classes / structs which actually have something to implement (at least 1 ctor/dtor/method)

Maybe someone finds this useful. :)

Edit: Attached a usable zipped diff which contains full paths.

[attachment deleted by admin]

Biplab

Be a part of the solution, not a part of the problem.