Problem/Bug Add syntax bbcode tag to _disableAutoLink

Discussion in 'Forum Feedback' started by 1Rogue, Jan 20, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    1Rogue

    Automatic linking in syntax tags is annoying, especially in license headers:

    Code:java
    1. /**
    2.  * <[url]https://creativecommons.org/licenses/>[/url]
    3.  */


    If possible, disallowing other tag parsing in that would be great as well (For instance, italics and lists)
     
    xTrollxDudex likes this.
  2. Offline

    timtower Administrator Administrator Moderator

    @1Rogue do you mean something like [plain] [/plain]
     
  3. @timtower I believe he's just asking for the auto link feature to be turned off in the current syntax bbcode, otherwise this happens when trying to put just a link and nothing else:

    Code:java
    1. [url]http://google.co.uk[/url]
     
  4. Offline

    timtower Administrator Administrator Moderator

  5. Offline

    xTrollxDudex

    It appears to only apply for syntax tags, weird. Why not use code tags instead?
     
  6. Offline

    1Rogue

    Once you go black you never go back

    Code:java
    1. Also there used to not be a syntax highlighting for java in code tahgs
     
  7. Offline

    xTrollxDudex

    whoa there
     
Thread Status:
Not open for further replies.

Share This Page