- AuthorPosts
- June 12, 2009 at 10:53 am #7388SteveHMember
Is there any way to configure EmEditor to recognise a comment that starts with a specific character in the first position on a line and then continues to a specific end character?
In my case a comment always starts with a ‘C’ in column 1 and end with the next ‘$’ character and can be on a single line or multiple lines.
If I use a ‘C’ in the Highlight (2) dialog it will also trigger on a ‘C’ that lies in the middle of a line.
June 12, 2009 at 4:50 pm #7389Yutaka EmuraKeymasterSteveH wrote:
Is there any way to configure EmEditor to recognise a comment that starts with a specific character in the first position on a line and then continues to a specific end character?In my case a comment always starts with a ‘C’ in column 1 and end with the next ‘$’ character and can be on a single line or multiple lines.
If I use a ‘C’ in the Highlight (2) dialog it will also trigger on a ‘C’ that lies in the middle of a line.
You can use a regular expression “^C” and check “Regular Expression” for the item you want to highlight. However, you cannot highlight multiple line comment in this way.
January 18, 2010 at 2:33 pm #8055SteveHMemberI understand there’s no way to highlight muli-line comments of this type at the moment. Any plans to extend the regex matching to cope with this type of format?
- AuthorPosts
- You must be logged in to reply to this topic.