Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Where is the Task list Saved, is there a backup available ?
Where is the Task list Saved, is there a backup available ? [message #136015] Mon, 24 January 2005 04:45 Go to next message
Eclipse UserFriend
Originally posted by: qn.nym.us

Hi in which file can i find the task list entries ?
Is there a backup avaiable of this file ?

Tanks Sascha
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 Go to previous message
Eclipse UserFriend
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
Previous Topic:Recenter command
Next Topic:profiling support under windows?
Goto Forum:
  


Current Time: Thu Jul 24 03:40:07 EDT 2025

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

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

Back to the top