Re: Indexing Euphoria HTML Documentation for context sensitive help
- Posted by K_D_R Jan 20, 2012
- 2102 views
mattlewis said...
"sound":[["std_win32_sounds","_6636_sound","Windows Sound"]] becomes: std_win32_sounds.html#_6636_sound
Hmm....it might make sense for us to generate this as a euphoria include file that would do it for you. I'm sure we could come up with a more sophisticated search than we have in the javascript function, too.
Matt
Thanks Matt!
An include file in the format would be the cat's meow:
sequence euhelp = { {"sound"}, {"std_win32_sounds.html#_6636_sound"}, {"db_create"}, {"std_eds.html#_4101_db_create"}, {"db_open"}, {"std_eds.html#_4108_db_open"} }
Your assistance is much appreciated! Regards, Ken
Regards, Kenneth Rhodes