Bug 185488 - TODO marker is ignored and item is not added to Tasks view
Summary: TODO marker is ignored and item is not added to Tasks view
Status: RESOLVED FIXED
Alias: None
Product: DLTK
Classification: Technology
Component: Ruby (show other bugs)
Version: 0.95   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Andrei Sobolev CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
: 200018 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-05-03 23:32 EDT by Michael Klishin CLA
Modified: 2010-06-11 06:14 EDT (History)
3 users (show)

See Also:


Attachments
todo tasks (76.66 KB, patch)
2008-04-22 01:13 EDT, Alex Panchenko CLA
no flags Details | Diff
todo tasks v2 (104.82 KB, patch)
2008-04-23 02:05 EDT, Alex Panchenko CLA
no flags Details | Diff
todo tasks v3 (104.50 KB, patch)
2008-04-24 01:11 EDT, Alex Panchenko CLA
no flags Details | Diff
todo tasks v4 (92.18 KB, patch)
2008-04-24 07:29 EDT, Alex Panchenko CLA
no flags Details | Diff
patch (96.60 KB, patch)
2008-04-27 22:59 EDT, Alex Panchenko CLA
alex.panchenko: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Klishin CLA 2007-05-03 23:32:51 EDT
Build ID: I20070323

Steps To Reproduce:
1. Open up Ruby editor
2. Add # TODO : investigate this bug wherever you wish to
3. Check up Tasks view, nothing is added

TODO markers should behave the same way they do in JDT I guess?


More information:
Comment 1 Eclipse Webmaster CLA 2007-07-29 09:22:37 EDT
Changing OS from Mac OS to Mac OS X as per bug 185991
Comment 2 Mark Howe CLA 2007-08-28 12:30:52 EDT
I have done a basic implementation of this for Ruby. I will be able to submit once we have finished the paperwork for my committer status. I just wanted to let you know so someone else doesn't end up duplicating this unnecessarily. 
Comment 3 Alex Panchenko CLA 2008-04-22 01:13:58 EDT
Created attachment 96969 [details]
todo tasks

Todo tasks - infrastructure and basic parsers for Ruby and TCL
Comment 4 Andrei Sobolev CLA 2008-04-22 02:21:59 EDT
*** Bug 200018 has been marked as a duplicate of this bug. ***
Comment 5 Alex Panchenko CLA 2008-04-23 02:05:35 EDT
Created attachment 97149 [details]
todo tasks v2
Comment 6 Alex Panchenko CLA 2008-04-23 02:56:22 EDT
Legal Message: I, Alex Panchenko, declare that I developed attached code from scratch, without referencing any 3rd party materials except material licensed under the EPL. I am authorized by my employer (xored software, Inc.) to make this contribution under the EPL.
Comment 7 Alex Panchenko CLA 2008-04-24 01:11:47 EDT
Created attachment 97360 [details]
todo tasks v3

Patch is updated to match the current HEAD
Comment 8 Alex Panchenko CLA 2008-04-24 07:29:05 EDT
Created attachment 97434 [details]
todo tasks v4

ISourceElementParser restored to it's original state.
Comment 9 Alex Panchenko CLA 2008-04-27 22:59:23 EDT
Created attachment 97744 [details]
patch

1) AbstractSourceElementParser is truly abstract class without any specific code
2) Introduced new class AbstractSourceElementParserAST derived from AbstractSourceElementParser. todo task parsing moved here.
Comment 10 Andrei Sobolev CLA 2008-04-30 01:57:29 EDT
Applied.
- All Source Element Parser modifications are rejected.
Comment 11 Andrey Platov CLA 2008-05-26 02:49:58 EDT
bulk change: fixed in 0.95