| Gabor Hojtsy 2004-10-13, 9:04 am |
| goba Wed Oct 13 04:39:00 2004 EDT
Modified files:
/phpweb docs-echm.php
Log:
more info on where to save the file
http://cvs.php.net/diff.php/phpweb/...1.7&r2=1.8&ty=u
Index: phpweb/docs-echm.php
diff -u phpweb/docs-echm.php:1.7 phpweb/docs-echm.php:1.8
--- phpweb/docs-echm.php:1.7 Wed Oct 13 04:37:28 2004
+++ phpweb/docs-echm.php Wed Oct 13 04:38:59 2004
@@ -1,5 +1,5 @@
<?php
-// $Id: docs-echm.php,v 1.7 2004/10/13 08:37:28 goba Exp $
+// $Id: docs-echm.php,v 1.8 2004/10/13 08:38:59 goba Exp $
$_SERVER['BASE_PAGE'] = 'docs-echm.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
@@ -180,8 +180,9 @@
<li>
<strong><a href="http://jedit.org/">jEdit</a></strong>:
- Users of this editor can grab and adjust this BeanShell macro. Save it as
- Lookup_In_PHP_Manual.bsh.
+ Users of this editor can grab and adjust this BeanShell macro. Save it
+ as <code>[jEdit Settings Folder]/macros/PHP/Open_in_PHP_Manual.bsh</code>. You can also
+ assign a hotkey and/or a context menu option to it.
<pre>CHM_location = "C:\\PHP\\php_manual_en.chm";
if (textArea.getSelection().length > 0) {
|