|
Re: Where is the Task list Saved, is there a backup available ? [message #136244 is a reply to message #136015] |
Mon, 24 January 2005 12:12  |
Eclipse User |
|
|
|
Originally posted by: alain.nowhere.ca
Sascha wrote:
> Hi in which file can i find the task list entries ?
> Is there a backup avaiable of this file ?
Are you referring to the Task View ?
Tasks are Markers, they are set by different components.
For example JDT looks for "TODO/FIXME"(configurable) in comments
and when the pattern is found put a maker of type task.
We done this in the past for the CDT but the code was removed.
The problem is that the parser after the preprocessing stage ...
remove the comments.
For more Info see the IMarker class in the Eclipse platform
|
|
|
Powered by
FUDForum. Page generated in 0.07966 seconds