Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Completing TODO tasks?
Completing TODO tasks? [message #100290] Wed, 01 October 2003 10:59 Go to next message
Eclipse UserFriend
Originally posted by: darby.aquariussolutions.com

Hello,

In my Java source code, I'm using the TODO: task tag to generate tasks.
How do I complete the task? I can not "check off" the task in the task
view. The only tasks that I'm able to "check off" are ones that I create
from the menu option Edit > Add Task...

My Eclipse version info:
- Version: 2.1.0
- Build id: 200303272130

Any help is much appreciated. Cheers!

// Darby
Re: Completing TODO tasks? [message #100306 is a reply to message #100290] Wed, 01 October 2003 11:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO--SPAM.us.ibm.com

Remove it from the code when you've done it. Then it will disappear from
the tasklist.

Rich
Re: Completing TODO tasks? [message #100475 is a reply to message #100306] Thu, 02 October 2003 10:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: darby.aquariussolutions.com

Richard L. Kulp wrote:

> Remove it from the code when you've done it. Then it will disappear from
> the tasklist.

> Rich

Hi Rich,

Thanks for the suggestion...I can do it from the code-level. However, do
you know of a way to "check off" the task in the Task List?
Re: Completing TODO tasks? [message #100502 is a reply to message #100475] Thu, 02 October 2003 10:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO--SPAM.us.ibm.com

No. You can't because it uses only the java file. Neither it, nor any
state of it, is persisted anywhere other than in the java file. So to
get rid of it you need to remove it from the java file.

Rich
Re: Completing TODO tasks? [message #101628 is a reply to message #100290] Mon, 06 October 2003 10:51 Go to previous message
Eclipse UserFriend
In M3 you can use quick fix to remove the TODO comment line (CTRL + 1 or
click on the todomarker on the editor's marker bar).

Chad (shod) Darby wrote:
> Hello,
>
> In my Java source code, I'm using the TODO: task tag to generate tasks.
> How do I complete the task? I can not "check off" the task in the task
> view. The only tasks that I'm able to "check off" are ones that I create
> from the menu option Edit > Add Task...
>
> My Eclipse version info:
> - Version: 2.1.0
> - Build id: 200303272130
>
> Any help is much appreciated. Cheers!
>
> // Darby
>
>
Previous Topic:issues with Code Generation in 2.1
Next Topic:Runtime classpath of a plugin
Goto Forum:
  


Current Time: Fri Jul 18 15:17:24 EDT 2025

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

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

Back to the top