Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mylyn Task Focus UI

Tags:

eclipse

mylyn

If you use the Mylyn task focus UI, the package explorer shows

sourceFolder/package/fileName/classTypeName/methodName

for any class in the context of an active task. Is it possible to remove classTypeName and methodName and show only all entities up to their fileName?

like image 541
Dominik Avatar asked Jun 21 '12 13:06

Dominik


People also ask

What is Java Mylyn?

Eclipse Mylyn is a Task-Focused Interface for Eclipse that reduces information overload and makes multi-tasking easy. The mission of the Mylyn project is to provide: Frameworks and APIs for Eclipse-based task and Application Lifecycle Management (ALM) Exemplary tools for task-focused programming within the Eclipse IDE.

What is Eclipse task list?

Task List. Use the Task List to view and manage your tasks. If the task list view is not visible, you can open it by navigating to Window -> Show View -> Other... -> Mylyn -> Task List. The Task List contains both "Local Tasks" and shared repository tasks that are stored in a task repository such as Bugzilla or Trac.

How do I update mylyn eclipse?

Enter the Mylyn update site url: http://download.eclipse.org/mylyn/releases/latest. Additional extension update sites are from the download page.


1 Answers

I don't generally need the structure inside the Java file, so I just disable that in the Package Explorer completely. To do that:

  • go to the View menu (the little triangle)
  • choose "Filters"
  • check "Java Members"

Unfortunately, this doesn't work in Project Explorer.

like image 93
Carsten Avatar answered Oct 02 '22 15:10

Carsten