| Summary: | [bridge] CFEclipse | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Mike Henke <henke.mike> |
| Component: | Mylyn | Assignee: | Project Inbox <mylyn-triaged> |
| Status: | CLOSED MOVED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P4 | CC: | atomi, henke.mike, marc.esher |
| Version: | unspecified | Keywords: | helpwanted |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Mike Henke
Someone asked why vote for this :-) "Mylyn has basic support for working with any language at the file level. In other words, as you code, the files that you navigate to populate your context. In order to have Mylyn's more advanced focusing facilities, such as automatic code folding and access to fields and methods from your task context, Mylyn needs a bridge that understands the programming language that you're working with." from http://tinyurl.com/2b5nn7 http://trac.cfeclipse.org/cfeclipse/ticket/375 - entered into CFEclipse ticket system also Mike, do you know of any documentation or examples for implementing such functionality? I am new to Mylyn since I have only watched presentations and started trying to implement it @ work in conjunction with Trac. I opened a ticket on trac in CFEclipse also. It seems the PDT ticket has some info in their comments on your question. https://bugs.eclipse.org/bugs/show_bug.cgi?id=178350 I grabbed this link from them and included in the CFEclipse ticket. http://wiki.eclipse.org/index.php/Mylar_Integrator_Reference Guys, bug 162558 has more technical details. Basic idea is that CFEclipse models need to be bridged to the Mylyn task context backend. Once that is done you can start adding context filtering support to your views. Though ideally if you'd extensively use Project Explorer view it would work without custom support, whn it will be only views showing information outside of the project Explorer scope. 162558: [bridge] C/C++ via CDT https://bugs.eclipse.org/bugs/show_bug.cgi?id=162558 Mike, Marc: please post if you need any specific pointers. The org.eclipse.mylyn.java plug-in is a good example of a bridge. Mylyn has been restructured, and our issue tracking has moved to GitHub [1]. We are closing ~14K Bugzilla issues to give the new team a fresh start. If you feel that this issue is still relevant, please create a new one on GitHub. [1] https://github.com/orgs/eclipse-mylyn |