You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for example, instead of :
for($i=0;;)
{
echo "hello $i\n";
}
in the editor, we have :
for($i=0;;)
{
<span data-scayt-word="echo" class="scayt-misspell-word">echo</span> "<span data-scayt-word="hello" class="scayt-misspell-word">hello</span> $i\n";
}
(a workaround is to click twice in viewsource before editing code!
thanx
The text was updated successfully, but these errors were encountered:
for example, instead of :
for($i=0;;)
{
echo "hello $i\n";
}
in the editor, we have :
for($i=0;;)
{
<span data-scayt-word="echo" class="scayt-misspell-word">echo</span> "<span data-scayt-word="hello" class="scayt-misspell-word">hello</span> $i\n";
}
(a workaround is to click twice in viewsource before editing code!
thanx
The text was updated successfully, but these errors were encountered: