Hello,
I'm new to SciTE and have attempted to add (any)program to tools menu, but can't get it. Ideally, I'ld like to run pychecker on current buffer. Winxp sp1 latest SciTE release.
Thanks,
Jan Chunn

[EMAIL PROTECTED] wrote:
Send Scite-interest mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://mailman.lyra.org/mailman/listinfo/scite-interest
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Scite-interest digest..."


Today's Topics:

   1. PHP escape sequences & strings (Frank Gebelein)
   2. Re: PHP escape sequences & strings (Philippe Lhoste)
   3. Re: PHP escape sequences & strings (Frank Gebelein)
   4. Re: Scite-interest Digest, Vol 36, Issue 20 (Frank Gebelein)
   5. SciTE REBOL lexer bug (Exchequer)
   6. Re: Re: Scite-interest Digest, Vol 36, Issue 20 (roy wood)
   7. Re: SciTE REBOL lexer bug (Neil Hodgson)
   8. Re: UnAustralian keyboard input on GTK+ 2.x (Jens Hatlak)


----------------------------------------------------------------------

Message: 1
Date: Thu, 01 Jun 2006 16:09:43 +0200
From: Frank Gebelein <[EMAIL PROTECTED]>
Subject: [scite] PHP escape sequences & strings
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed

Hi there!

I've got some trouble with string escape sequences in PHP. The syntax highlighter does not behave correctly when I write something like:

echo "The file \"" . $file . "\" is already existing!";

Does anybody know how to fix it?

thx
Frank


------------------------------

Message: 2
Date: Thu, 01 Jun 2006 23:48:18 +0200
From: Philippe Lhoste <[EMAIL PROTECTED]>
Subject: Re: [scite] PHP escape sequences & strings
To: Discussion of the SciTE editor <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii; format=flowed

Frank Gebelein wrote:
I've got some trouble with string escape sequences in PHP. The syntax highlighter does not behave correctly when I write something like:

echo "The file \"" . $file . "\" is already existing!";

Does anybody know how to fix it?

Which system, which version of SciTE, what kind of file?
I do a lot of PHP, and would have noticed such problem. I just pasted your line in a .php file, and it was highlighted correctly.
Escape sequences work with single and double quotes.
I use the HTML lexer.


--
Patent Art Inc.
1316 S.W. 31 Street
Fort Lauderdale, FL 33315
Jan Chunn (954)524-4787

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to