Skip to content

conflict when scayt is enabled #25

Description

@pk-fr

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions