From 21fc0df45872f8557d41cd39740ff98291f4adf5 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Tue, 3 Aug 2004 19:16:17 +0000 Subject: [PATCH] apply patch provided by Jakub --- docs-echm.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-echm.php b/docs-echm.php index c84014ba7..03602778a 100644 --- a/docs-echm.php +++ b/docs-echm.php @@ -215,8 +215,8 @@ site_header("Documentation - Extended CHM Format");
  • SciTE: Place this in Scite config file: -
    *command.help.*.php=$(CurrentWord)!$(SciteDefaultHome)\help\php\php_manual_en.chm*
    -*command.help.subsystem.*.php=4*
    +
    command.help.$(file.patterns.php)=$(CurrentWord)!$(SciteDefaultHome)\help\php\php_manual_en.chm
    +command.help.subsystem.$(file.patterns.php)=4
    In this case the CHM Edition of the PHP Manual is placed in C:\Program Files\SciTE\help\php.