Last Site Update: 01 August 2008 | Latest Version: 1.3.19

 
 
 
Home
Features
Editor
Debugger
Code Completion
Templates
Code Coverage
Content Assistants
Refactoring
Tasks
PyLint
Interactive Console
Roadmap
Screenshots
Download
Getting started
Credits
More info
FAQ / BUGS
Developers Guide
pydev-code List
Users Forum
Blog: Pydev Adventures
Hosted at
PyDev at Sourceforge
Donate
Sponsored by
 
Want a better PyDev? Why not give a small donation? (paypal)

TASKS!!!


FAQ about tasks


My tasks are not being updated!

The most common problem for tasks not being updated is that your files are not under your PYTHONPATH (that's right, the only analyzed files are the ones that are under your project PYTHONPATH -- check how to configure it under the getting started manual)

Where can I configure which comments should appear as tasks?

The TODO's can be configured in the tasks preferences page, so, fell free to use as many task tags (separated by spaces) as you want...



Where can I see the available tasks?

The tasks should appear in the tasks view, so, you can check it.



My project is correctly configured, why are my tasks still not appearing?

The tasks are based on the builder, so, if you don't use the autobuild, you have to make the manual build (Ctrl+B) once in a while to get the tasks updated (in fact, the auto-build affects lots of things, such as code-completion, code analysis, etc, so, you're reccommended to keep it on)