- AuthorPosts
- November 1, 2007 at 8:17 pm #4899tungwaiyipMember
Currently EmEditor supports Tag Jump function so that it would (optionally) highlight a pattern with the format:
file name (line number):
When user click on it EmEditor will open the file and jump to the line number.
Some enhancement suggestion:
1. Allow a customized the regex format. Many compiler or stack trace output use a different format than “filename (line numner):”
2. Allow a optional macro to run when people click the pattern. The macro can convert the pattern patched to a filename,lineno. For example a class name can be mapped to the source code. As a user I do this mapping many times and it is a tedious task that I hope can be automated.
Together I think this will allow user to define custom hyperlink and make EmEditor a very powerful tool.
- AuthorPosts
- You must be logged in to reply to this topic.