Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5301
    Criss
    Member

    This regular expression
    (?<=_______ ).*
    does not work in outline plugin – whereas in highlighting it works fine. What I want to do is to display only the text after “_______ ” in the Outline.
    Is this a bug?

    Thanks
    Criss

    #5306
    Yutaka Emura
    Keymaster

    Criss wrote:
    This regular expression
    (?<=_______ ).*
    does not work in outline plugin – whereas in highlighting it works fine. What I want to do is to display only the text after “_______ ” in the Outline.
    Is this a bug?

    Thanks
    Criss

    In this Outline plug-in, the regular expression is only used to match strings, and not for changing the text to display in the Outline tree. The source code is available for this plug-in, and you or someone can modify the code to fit your needs.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.