ciderpress/app/Help
Andy McFadden 118b306e11 Recompile help blob
The hardest part is finding the HTML Help Workshop installer.

http://web.archive.org/web/20160201063255/http://download.microsoft.com/download/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe
http://web.archive.org/web/20160314043751/http://download.microsoft.com/download/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/helpdocs.zip
2023-01-14 21:19:33 -08:00
..
html Fixed some typos 2023-01-14 23:42:17 +01:00
CiderPress.chm Recompile help blob 2023-01-14 21:19:33 -08:00
CiderPress.hhc WinHelp to HtmlHelp conversion, part 1 2014-12-08 22:40:56 -08:00
CiderPress.hhk WinHelp to HtmlHelp conversion, part 1 2014-12-08 22:40:56 -08:00
CiderPress.hhp WinHelp to HtmlHelp conversion, part 1 2014-12-08 22:40:56 -08:00
PopUp.txt Fixed some typos 2023-01-14 23:42:17 +01:00
PopUpIds.h Add optional MouseText-to-ASCII conversion 2017-11-13 14:24:58 -08:00
README.txt Add optional MouseText-to-ASCII conversion 2017-11-13 14:24:58 -08:00

README.txt

Updating Help
=============

Make any edits, then:

1. Launch HTML Help Workshop
2. Open CiderPress.hhp
3. File > Compile

This should update the CiderPress.chm in the app/Help directory.  You can
copy it into the CiderPress directory, or just rebuild CiderPress to have
it copied automatically.

NOTE: pop-up text must be added to PopUp.txt, PopUpIds.h, and the
PopUpHelpIds table in MyApp.cpp.