jacobslusser / ScintillaNET

A Windows Forms control, wrapper, and bindings for the Scintilla text editor.
MIT License
964 stars 242 forks source link

Error on HEREDOC php #535

Open ivotheb opened 11 months ago

ivotheb commented 11 months ago

<?php $mail = "CIAO@SCINTILLANET.DOT"; $data = <<<DATA { "email": "$mail", } DATA;

        $a = "CIAO";

    ?>

Why after <<<DATA all php variables look bad, is my implementation problem ?

ivotheb commented 11 months ago

Screenshot 2023-08-22 101525

ivotheb commented 11 months ago

i found, maybe wrapper https://sourceforge.net/p/scintilla/bugs/1789/ https://sourceforge.net/p/scintilla/bugs/1778/

And those fixes were added in Release 3.6.3 on January 18, 2016 http://www.scintilla.org/ScintillaHistory.html

ivotheb commented 11 months ago

Screenshot 2023-08-22 115023

no tab work