This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 207198 - Task List window is always empty
Summary: Task List window is always empty
Status: RESOLVED DUPLICATE of bug 184292
Alias: None
Product: platform
Classification: Unclassified
Component: Action Items (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-12 08:37 UTC by mariusz_m
Modified: 2012-03-28 11:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Tasklist in MPLAB.X - working (18.08 KB, image/png)
2012-03-13 06:53 UTC, mariusz_m
Details
Tasklist in Netbeans - as you see :( (13.59 KB, image/png)
2012-03-13 06:53 UTC, mariusz_m
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mariusz_m 2012-01-12 08:37:59 UTC
The Task List window included in Netbeans releases (C++) for some reasons won't find any keywords like TODO, FIXME etc in the source code, no matter if selected Current File, Current Project, All projects. Even when manually run by Refresh menu, it scans, progress bar is visible, but nothing is found.
This feature works great on Microchip MPLAB X Ide version of netbeans, but not on Netbeans 6.9, 7.0 or 7.1. 
This is weard, because new versions appears, yet this addon is still not working.
Comment 1 mariusz_m 2012-03-13 06:53:00 UTC
Created attachment 116639 [details]
Tasklist in MPLAB.X - working
Comment 2 mariusz_m 2012-03-13 06:53:44 UTC
Created attachment 116640 [details]
Tasklist in Netbeans - as you see :(
Comment 3 mariusz_m 2012-03-13 06:58:26 UTC
As nobody intend to answer, I provide the screen shoots.
Can anybody help me with this? Am I the only one who has tasklist nonworking ?
Comment 4 Jesse Glick 2012-03-14 15:30:14 UTC
Screenshots are not of contrib/tasklist, they are of the standard (supported) tasklist.
Comment 5 Jan Peska 2012-03-28 09:22:03 UTC
The problem is that C/C++ files are not scanned by netbeans scanner by default so the Task List can't scan those files. 

You can easily access this functionality using Tools/Options/C and C++/Project Options/Support indexing of non C/C++/Fortran files is ... Checking this option will fix your problem. 

See the duplicate issue for more info.

*** This bug has been marked as a duplicate of bug 184292 ***
Comment 6 mariusz_m 2012-03-28 11:58:40 UTC
Wow! Thanks a lot! It's hard to believe i didn't try this option. I thought it is for syntax purpose only.