Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » TODO/FIXME/CHECKME tasks working again!
TODO/FIXME/CHECKME tasks working again! [message #192159] Wed, 30 May 2007 11:59 Go to next message
Jens Seidel is currently offline Jens SeidelFriend
Messages: 88
Registered: July 2009
Member
Hi,

I just want to inform you that bug 79459 (Tasks not working)
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=79459) is now fixed for
CDT 4.0.

Great news, right?

Jens
Re: TODO/FIXME/CHECKME tasks working again! [message #516369 is a reply to message #192159] Tue, 23 February 2010 18:52 Go to previous messageGo to next message
Pedro Pereira is currently offline Pedro PereiraFriend
Messages: 4
Registered: January 2010
Junior Member
Hello I'm trying to use this feature with the one of the latest versions of eclipse on a C makefile project (CDT builder is activated):
I've several //TODO and //FIXME on the code but nothing shows on tasks list. I've to add each one by hand.

The Window->Preferences-Task Tags has the 3 default tags and case sensitive if off.

Do I need to activated somewhere else?

Thank you!
---
Eclipse Platform

Version: 3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7
Build id: M20090917-0800

(c) Copyright Eclipse contributors and others 2000, 2009. All rights reserved.
Visit http://www.eclipse.org/platform

This product includes software developed by the
Apache Software Foundation http://www.apache.org/
---
Eclipse IDE for C/C++ Developers

Build id: 20090920-1017

(c) Copyright Eclipse contributors and others 2000, 2009. All rights reserved.
Visit http://eclipse.org/

This product includes software developed by the
Apache Software Foundation http://apache.org/
--

Eclipse CDT P2 Customizations for SDK installation

Version: 1.0.0.200909110608
Build id: 200909110608

(c) Copyright Eclipse contributors and others, 2000, 2009. All rights reserved.
Visit http://www.eclipse.org/cdt
Re: TODO/FIXME/CHECKME tasks working again! [message #516484 is a reply to message #516369] Wed, 24 February 2010 08:20 Go to previous messageGo to next message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
Quote:
Hello I'm trying to use this feature with the one of the latest versions of eclipse on a C makefile project (CDT builder is activated):
I've several //TODO and //FIXME on the code but nothing shows on tasks list. I've to add each one by hand.

The Window->Preferences-Task Tags has the 3 default tags and case sensitive if off.

Do I need to activated somewhere else?

Hmm, I never had problems with this feature. As soon as I type // TODO and save the editor file a task marker is created. You can see it in the editor (left side) and it appears in the Task View. Do you have any filter activated in the Task View?


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Re: TODO/FIXME/CHECKME tasks working again! [message #517208 is a reply to message #192159] Fri, 26 February 2010 15:31 Go to previous messageGo to next message
Pedro Pereira is currently offline Pedro PereiraFriend
Messages: 4
Registered: January 2010
Junior Member
I didnt create or activate any filter. I can only add a task by hand by clicking with mouse add to task list etc...
Re: TODO/FIXME/CHECKME tasks working again! [message #519999 is a reply to message #192159] Wed, 10 March 2010 17:56 Go to previous messageGo to next message
David Rogers is currently offline David RogersFriend
Messages: 4
Registered: December 2009
Junior Member
I have the same problem. "TODO:" and "FIXME:" doesn't show up in the Task view. I check the properties for the project and the source directory is in the "PYTHONPATH". Also it seems like pylint isn't being called either. I am running on Windows (sorry). I use three computers, it doesn't work on two of them and on the third one it does. I can't see any differences. I re-loaded Eclipse on the two that doesn't work and it didn't make a difference, still broke.
Re: TODO/FIXME/CHECKME tasks working again! [message #520101 is a reply to message #519999] Thu, 11 March 2010 07:56 Go to previous messageGo to next message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
Quote:
I check the properties for the project and the source directory is in the "PYTHONPATH". Also it seems like pylint isn't being called either.

Does this mean you are using the Python plugin? The task tags work only in the C/C++ editor.


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Re: TODO/FIXME/CHECKME tasks working again! [message #520535 is a reply to message #520101] Fri, 12 March 2010 18:33 Go to previous messageGo to next message
David Rogers is currently offline David RogersFriend
Messages: 4
Registered: December 2009
Junior Member
Axel Mueller wrote on Thu, 11 March 2010 02:56
Quote:
I check the properties for the project and the source directory is in the "PYTHONPATH". Also it seems like pylint isn't being called either.

Does this mean you are using the Python plugin? The task tags work only in the C/C++ editor.


Yes I am using PyDev plugin. And my comment of pylint not being called. I created only one project and pylint didn't display any warnings or infos in the "Problems" tab. But when I created a second PyDev project I started to get all warnings and infos being displayed from both projects.
Re: TODO/FIXME/CHECKME tasks working again! [message #1129108 is a reply to message #520535] Tue, 08 October 2013 09:42 Go to previous message
Frank Cuypers is currently offline Frank CuypersFriend
Messages: 1
Registered: October 2013
Junior Member
I have the same issue in Java. My "// TODO" s are recognized; in the editor a marker is shown, but the "Tasks" window stays empty. Only when I simultanously open a second Eclipse workspace, the "Tasks" window gets correctly populated in both workspaces.
Previous Topic:C code analysis complains on undefined symbols while build succeeds
Next Topic:How to remove (automatic selected) include paths?
Goto Forum:
  


Current Time: Fri Apr 26 11:07:11 GMT 2024

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

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

Back to the top