JDT Weaving/Using call hierarchy in DSL [message #1458579] |
Sat, 01 November 2014 10:45  |
Eclipse User |
|
|
|
Hi there,
I am implementing an eclipse plugin for a DSL.
I would like to offer JDT stuff like Call Hierarchy, etc. for my DSL files.
Afaik, I have to use JDT Weaving and register a CUProvider. I have done this, am getting no errors (and weaveinfo Join Point). However, it does not seem to get ever called; a breakpoint in my CUProvider impementation does not get hit.
Currently, my custom builder constructs Java Classfiles, which can be seen by the Call Hierarchy, althrough I cannot jump to the source code, since the Java class file editor opens. Can I use these classfiles (since they have the necessary information in it) or should I extend the CompilationUnit class on my own?
What would be the easiest way to integrate the JDT Call Hierarchy View into my DSL?
PS: I am not entirely sure if I am on the right subforum.
Thank you very much.
[Updated on: Sat, 01 November 2014 10:46] by Moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.02679 seconds