Lacramioara Astefanoaei
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Edited [menu contributions] openEditor & cursor position
Hi, I'm trying to add a menu contribution, say for instance to give the subclasses of a class in "Context Actions". When i click on a subclass, i want it to be opened in the editor. How can i have... -
Created [findUsages] get Category
Hi, i'm looking for examples of findUsages with more than 1 category. I've tried adding an `if` inside `get Category` (something like `if (node.ancestor<concept = X>.isNotNull) {return "X"} else {r...