[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Task list in Eclipse

bpettichord

7/7/2006 4:21:00 PM

Eclipse automatically creates a task list when you write comments like
this in your ruby code.

# TODO: fix this

The task list is supposed to be updated when the file is saved, but for
me it is only updated when Eclipse loads. Am i missing something?

I am using Eclipse 3.1.1 and RDT 0.8.0.

Bret


2 Answers

Robert Klemme

7/7/2006 4:43:00 PM

0

2006/7/7, bpettichord@gmail.com <bpettichord@gmail.com>:
> Eclipse automatically creates a task list when you write comments like
> this in your ruby code.
>
> # TODO: fix this
>
> The task list is supposed to be updated when the file is saved, but for
> me it is only updated when Eclipse loads. Am i missing something?

Are you sure that it's not
# @todo: fix this

> I am using Eclipse 3.1.1 and RDT 0.8.0.

I don't have my eclipse handy so I can't check. Maybe it's also a
Ruby plugin related issue. Does it work for Java source code?

robert

--
Have a look: http://www.flickr.com/photos/fu...

bpettichord

7/7/2006 7:54:00 PM

0

Apparently this bug has been reported before to Eclipse, but their
developers have not been able to reproduce it and have closed the bug
report without making a code change.

https://bugs.eclipse.org/bugs/show_bug.cg...

Bret

Jeff Everett wrote:
> TODO's update for me on save. I'm using Eclipse 3.1.2 and RDT 0.7. Maybe
> update Eclipse...
>
> HTH,
> Jeff
>
> On 7/7/06, Robert Klemme <shortcutter@googlemail.com> wrote:
> >
> > 2006/7/7, bpettichord@gmail.com <bpettichord@gmail.com>:
> > > Eclipse automatically creates a task list when you write comments like
> > > this in your ruby code.
> > >
> > > # TODO: fix this
> > >
> > > The task list is supposed to be updated when the file is saved, but for
> > > me it is only updated when Eclipse loads. Am i missing something?
> >
> > Are you sure that it's not
> > # @todo: fix this
> >
> > > I am using Eclipse 3.1.1 and RDT 0.8.0.
> >
> > I don't have my eclipse handy so I can't check. Maybe it's also a
> > Ruby plugin related issue. Does it work for Java source code?
> >
> > robert
> >
> > --
> > Have a look: http://www.flickr.com/photos/fu...
> >
> >
>
> ------=_Part_12013_12524849.1152291233077--