Bugs item #1776285, was opened at 2007-08-17 08:50
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1776285&group_id=2439
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Scintilla
Group: Bug
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Leon Sorokin (leeoniya2)
Assigned to: Nobody/Anonymous (nobody)
Summary: "src" in first non-whitespace token after <?php screwing up
Initial Comment:
Take the following php file:
--------------------begin code----------------
syntax highlighted improperly
<?php
$src = $hi;
?>
syntax highlighted improperly
<?php $src_string = "hi"; ?>
<?php
"src";
?>
syntax highlighted properly
<?php
src('hi');
?>
--------------------end code-------------------
Scintilla seems to have issues with "src" appearing in the first non-whitespace
token after the opening <?php tag in several instances.
this issue disappears after adding a trailing space to the <?php tag before the
CRLF, or adding a second CRLF (empty line) before the rest of the code.
strange and definitely something that shouldn't happen.
please fix ASAP.
Leon
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1776285&group_id=2439
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest