Re: Alphabetical List of Routines?
- Posted by jeremy (admin) Aug 24, 2009
- 931 views
The old manuals included an alphabetical list of routines. I could quickly and easily look up function names. Will this be part of the new manual?
Yes. EuDOC needs that functionality before too much longer! It has just been put off again and again for more important (and interesting) tasks
It should be pretty easy if anyone wants to take this on as learning how EuDOC works. Basically, it has a list of parsers based on extension. Thus, one parser is a Euphoria parser. When it does this, it pull out routine names, parameters, etc... At that point, a list of them should be appended to an internal sequence. Then, when all files have been processed, the list sorted, then written to the resulting output file.
If no one wants to take it up, I'll do it before final, but it would be handy to have during betas
Jeremy