Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse Tasks TODO(Duplicate TODOs)
Eclipse Tasks TODO [message #640274] Fri, 19 November 2010 20:57 Go to next message
adam.balgach is currently offline adam.balgachFriend
Messages: 2
Registered: November 2010
Junior Member
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] Sat, 20 November 2010 02:42 Go to previous message
Deepak Azad is currently offline Deepak AzadFriend
Messages: 543
Registered: July 2009
Senior Member
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: Thu Apr 25 04:16:28 GMT 2024

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

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

Back to the top