Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylar-dev] hooking up to text comments

Hi,

I created issue on Platform/Team component to provide generic extension points for registering comment decorators in version control providers (e.g. cvs/svn history). Here is the issue where I attached initial patch.

153932: [History] Provide extension point to contribute custom decorator for comments in CVS History
https://bugs.eclipse.org/bugs/show_bug.cgi?id=153932

I think Mylar would benefit a lot if this extension point will be in Team plugin, and other VSC provider will use it.

Then we can hook up some advanced linking using knowledge about relationship between vcs repositories and issues. So, my prototype need to be extended to provide some additional information that can be used by decorator.

For example we could use jira pattern matching based on the project names, or some regexp-based searches specific to certain issue tracking systems.

 regards,
 Eugene




Back to the top