mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
apply patch provided by Jakub
This commit is contained in:
@@ -215,8 +215,8 @@ site_header("Documentation - Extended CHM Format");
|
||||
<li>
|
||||
<strong><a href="http://www.scintilla.org/SciTE.html">SciTE</a>:</strong>
|
||||
Place this in Scite config file:
|
||||
<pre>*command.help.*.php=$(CurrentWord)!$(SciteDefaultHome)\help\php\php_manual_en.chm*
|
||||
*command.help.subsystem.*.php=4*</pre>
|
||||
<pre>command.help.$(file.patterns.php)=$(CurrentWord)!$(SciteDefaultHome)\help\php\php_manual_en.chm
|
||||
command.help.subsystem.$(file.patterns.php)=4</pre>
|
||||
In this case the CHM Edition of the PHP Manual is placed in
|
||||
<tt>C:\Program Files\SciTE\help\php</tt>.
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user