Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse Tasks TODO(Duplicate TODOs)
Eclipse Tasks TODO [message #640274] Fri, 19 November 2010 15:57 Go to next message
Eclipse UserFriend
All -

I have eclipse set up with 2 projects in it, the 2nd project has linked source from the first project.

In various parts around the code i have the //TODO task to help keep track of unimplemented methods, etc. My question is in eclipse, under the Tasks view, i see duplicated tasks for the TODO items in the linked source. Is there way to see only TODO items in non-linked source.

IE. i would like to see all the TODOs in project 1, and all the TODOs in project 2, however, no see the overlapping ones from the linked source in project 2. Might not be possible, have spent a while trying to figure it out.

Thanks-
A.
Re: Eclipse Tasks TODO [message #640293 is a reply to message #640274] Fri, 19 November 2010 21:42 Go to previous message
Eclipse UserFriend
On 11/20/2010 2:27 AM, adam.balgach@gmail.com wrote:
> All -
>
> I have eclipse set up with 2 projects in it, the 2nd project has linked
> source from the first project.
>
> In various parts around the code i have the //TODO task to help keep
> track of unimplemented methods, etc. My question is in eclipse, under
> the Tasks view, i see duplicated tasks for the TODO items in the linked
> source. Is there way to see only TODO items in non-linked source.
>
> IE. i would like to see all the TODOs in project 1, and all the TODOs in
> project 2, however, no see the overlapping ones from the linked source
> in project 2. Might not be possible, have spent a while trying to figure
> it out.
>
> Thanks-
> A.

- Open the Task view's view menu (the inverted triangle icon on the top
right of the view)
- Configure contents
- under 'Scope' select 'On selected element and its children'
Now when you select a project in Package explorer you will see TODO's
for only that project
(Note: you can configure other views in the same way, e.g. problems view)
Previous Topic:Disabled suggestions Eclipse
Next Topic:Need help with setting up android sdk with eclipse.
Goto Forum:
  


Current Time: Wed Jul 23 00:11:52 EDT 2025

Powered by FUDForum. Page generated in 0.03300 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top