Re: EuGeany 1.3 now available for download
- Posted by K_D_R Mar 28, 2013
- 1550 views
Well, Irv's EuGTK library has exposed a small problem with EuHelp.ex 1.3. A fix is very simple though.
-- At the top of EuHelp.ex, set AltHelpFile = TRUE -- then go to: procedure( EuHelp, sequence word, integer online ) -- and immediately assign the path to your GTK3 documentation to ALT_HELPFILE like so: ALT_HELPFILE = BROWSER & "file:///home/kenneth/gtk3-html-3.8.0/" & word & ".html"
Save your amended version of EuHelp.ex, compile it, and then copy the executable file into the path.
EuHelp will first attempt to find the search word in Euphoria Standard Library documentation. If that fails, it will send the search word to the GTK3 doc files.
Regards, Ken Rhodes