Re: Request for jEdit IDE To be listed on CHM Integration

Gabor Hojtsy <[email protected]>
Newsgroups gmane.comp.php.documentation.windows
Message-ID <[email protected]>
Hi Blaine,

> BeanShell Macro to load CHM passing the selected text into
> _function.html:
> 
> 
> //Begin Lookup_In_PHP_Manual.bsh
> CHM_location = "C:\\PHP\\php_manual_en.chm";
> 
> if (textArea.getSelection().length > 0) {
> 	CHM_location += "::/_function.html#" +
> textArea.getSelectedText();
> }
> exec("HH " + CHM_location);
> //End

Thanks, I have just integrated you suggestion into the webpage. BTW 
where does this file need to be put and how do you invoke it? (I am not 
familiar with jEdit as you can tell).

Goba

-- 
PHP CHM Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.