Request for jEdit IDE To be listed on CHM Integration
"MCDONNELL, BLAINE \(SBCSI\)" <[email protected]>
| Newsgroups | gmane.comp.php.documentation.windows |
|---|---|
| Message-ID | <B400D395AE41AD419010831B3ADABA5F083203@MOSTLS1MSGUSR16.ITServices.sbc.com> |
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
Thank you,
Blaine McDonnell
--
PHP CHM Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php