mihies wrote:
Otis wrote:
I'll think about it. It would require some amount of javascript and that's always a pleasure to work with
Perhaps you might use a better tool that supports new help formats, too? (no idea)
It's 1.1MB of html, hand written (353 A4 pages
), which I could migrate to an integrated help file for VS.NET. The point is that integrated help changed formats with every vs.net version. So I have to create 3 versions (as we support 2002-2005). That will increase the download size but that's not all. The main point against integrated help in vs.net is that it is a cumbersome install procedure and make vs.net help slower. The more integrated help files you install, the longer it takes to bring up the index each time you open vs.net. This is also the reason why our very large reference manual isn't an integrated help file.
THe code blocks are now just <pre> tags, so I could globally search/replace them with some sort of div thingy. Though it will be a lot of work I think to get it completely right, as of course you want to specify that filter just once.