General question to source

BlitzMax Modules Forums/Brucey's Modules/General question to source

Hi Brucey,

in which file did you define the type wxTreeItemId?

Thanks Artemis

wxTreeCtrl :-)

Damn,

I looked through the code a dozen times but I didn't find it.

Thanks.

When you using the Windows Explorer on WinXP for text search in *.bmx files - by default this doesn't work. The file extension .bmx is by default not registered so you have to set
HKEY_LOCAL_MACHINE -> SYSTEM -> CurrentControlSet -> Control -> ContentIndex -> FilterFilesWithUnknownExtensions from 0 to 1

Now you can use the text search too with *.bmx files like:
Search for files and folders

Search for files or folders named:
*.bmx

Containing text:
Type wxTreeItemId

Look in:
C:\Program Files\BlitzMax\mod\wx.mod\

And you will find wxtreectrl.bmx

cu olli

Thanks a lot Vertex, this works great for me.

Now you can use the text search too with *.bmx files like:


I normally just use a windows port of the unix GREP command across my programming folders. :-?