• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to get Eclipse 3 to show my TODOs

 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After using Eclipse 2.1 quite happily for a year or so, I'm now trying out Eclipse 3. Mostly it seems generally better, but there are still one or two things I haven't worked out. One in particular is really bugging me at the moment.

How do I get it to show my TODOs in the compilation problems at the bottom of the screen? I know they are recognized in the code, because Eclipse puts a little blue "tick" beside the edit pane. But they never appear in with the compilation errors and warnings (despite what the on-line documentation implies), like they do in 2.1. I make a lot of use of the TODO feature to free myself from worrying about things I haven't done yet, and used to love the automatic way Eclipse generated a list for me right in with the errors.

Please, can anyone tell me what configuration I need to tweak to get my TODOs back in with the errors and warnings?

Many thanks.
 
Saloon Keeper
Posts: 27763
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's been moved to a new "Tasks" view.
 
Frank Carver
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ah. Does that mean that I can't see them in one view with the errors and warnings any more then?
 
reply
    Bookmark Topic Watch Topic
  • New Topic