Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

About SyntaxHighlighter

Is there a way to deactivate URL and e-mail address detection / "linkification" in areas highlighted by this plugin?

I suppose there is a problem of order of operations too: Vanilla detects an URL or e-mail address (or even a simple @), transforms them to links, then the plugin kicks in and display in the code something like loadStrings("<a href="http://www.yourdomain.com/libraries/AccelStepper.h" target="_blank" rel="nofollow">http://www.yourdomain.com/libraries/AccelStepper.h</a>"); instead of loadStrings("http://www.yourdomain.com/libraries/AccelStepper.h");

See a real example at http://forum.processing.org/two/discussion/5119/how-to-download-file-and-save-it-into-a-folder/

... And I see this forum has an issue with drag'n'drop: I cannot select a string and drag it (to move it or copy it) elsewhere in the textarea.

Comments

Sign In or Register to comment.