Customize Mylyn Context UI?

In Mylyn, if you activate a task and use the context interface function, the package explorer displays the classes related to this task context and the method you are in.

Is it possible to customize / customize the Mylyn Context user interface for:

  • show class name only
  • DO NOT plunge into class
  • as well as show methods?

For me, this is not convenient if viewing the filtered package explorer also contains methods, and this would be sufficient if the context visible in the package explorer showed only packages and class names.

Thanks.

+6
source share
1 answer

In the package explorer, you can click the top right down arrow and select "Filters ..." and filter out java elements, fields, import declarations, etc. Subsequently, only packages and classes should appear.

This will work on Helios, but I know that in the old version of Eclipse Mylyn did not allow me to change the filter while I was "focused" on the task. However, I could make it work by changing the filter before putting any task in focus.

+9
source

Source: https://habr.com/ru/post/890493/


All Articles