Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't see tasks in aptana

Tags:

task

todo

aptana

I wonder why I can't see my // TODO: descriptions in my Task View in Aptana.
When I rightclick at the line number and choose Add Task it works and I can see my task in the
Window > Show View > Tasks

But when I just write a comment like this //TODO: fix this line as soon as possible. Then it doesn't show up in the Task list.

When I check my preferences Window > Preferences > Aptana Studio > Tasks, there's TODO, XXX and FIXME in that list, so it looks like it should work, but it doesn't.

The code I'm working at is an Aptana Project Aswell.

like image 404
murum Avatar asked Oct 19 '12 08:10

murum


1 Answers

The problem were that I had to change the type of the project in aptana.

The project was a Web project first, and WEB projects doesn't support TODO's in default. Change the project to a PHP project and it works.

Maybe you can fix this somehow to make Web projects support todo's but I fixed it by changing the project type.

like image 53
murum Avatar answered Oct 14 '22 03:10

murum