Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- January 11, 2008 at 4:43 pm #5301CrissMember
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
CrissJanuary 11, 2008 at 5:28 pm #5306Yutaka EmuraKeymasterCriss 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
CrissIn 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.
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.