Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » TODO: and other tags
TODO: and other tags [message #666969] Mon, 25 April 2011 08:03 Go to next message
Jonathan Camilleri is currently offline Jonathan CamilleriFriend
Messages: 91
Registered: July 2009
Member
Within my code I happily write away comments such as:

//TODO:
//1. implement concurrent games and UI at a later stage.
//2. implement Joker, which can act as a wild card (Card.java and Poker.java) FIX.

Is there some view which allows me to view these comments in a list or do I have to review my code regularly?

Ideally double clicking on the item on the list would lead me to the location where I typed the comments, so I would re-cap what the note was about, just in case it was not clear (e.g. typed while I was thinking of another zillion stuff).
Re: TODO: and other tags [message #666971 is a reply to message #666969] Mon, 25 April 2011 08:13 Go to previous message
Stanimir Stamenkov is currently offline Stanimir StamenkovFriend
Messages: 256
Registered: July 2009
Senior Member
Mon, 25 Apr 2011 04:03:13 -0400, /Jonathan Camilleri/:

> Within my code I happily write away comments such as:
>
> //TODO: //1. implement concurrent games and UI at a later stage.
> //2. implement Joker, which can act as a wild card (Card.java and
> Poker.java) FIX.
>
> Is there some view which allows me to view these comments in a list
> or do I have to review my code regularly?
>
> Ideally double clicking on the item on the list would lead me to the
> location where I typed the comments, so I would re-cap what the note
> was about, just in case it was not clear (e.g. typed while I was
> thinking of another zillion stuff).

See the Tasks view, or the Markers view which combines the items
from the Problems and Tasks views.

--
Stanimir
Previous Topic:[error] Can only iterate over an array or an instance of java.lang.Iterable
Next Topic:Eclipse programs won't unzip
Goto Forum:
  


Current Time: Fri Mar 29 05:04:29 GMT 2024

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

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

Back to the top