General question to source

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

Artemis(Posted 2008) [#1]
Hi Brucey,

in which file did you define the type wxTreeItemId?

Thanks Artemis


Brucey(Posted 2008) [#2]
wxTreeCtrl :-)


Artemis(Posted 2008) [#3]
Damn,

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

Thanks.


Vertex(Posted 2008) [#4]
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


Artemis(Posted 2008) [#5]
Thanks a lot Vertex, this works great for me.


xlsior(Posted 2008) [#6]
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. :-?