Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » scanning for task for the tasks view.
scanning for task for the tasks view. [message #331117] Mon, 25 August 2008 23:00 Go to next message
Brian Jakubik is currently offline Brian JakubikFriend
Messages: 140
Registered: July 2009
Senior Member
Hello,

I have a GMF editor that I would like to add tasks to, I know how to
create task markers programatically to show in the view, but how do I
scan all my files looking for the task attribute that I set? I assume
it is some sort of listener or builder that checks for those things.

Is there an extension point i need to use...

Any input or direction would be greatly appreciated.

Thanks
Brian Jakubik
Re: scanning for task for the tasks view. [message #331119 is a reply to message #331117] Tue, 26 August 2008 07:19 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Brian Jakubik wrote:
> Hello,
>
> I have a GMF editor that I would like to add tasks to,
You can't add tasks to editors but to resources.
> I know how to create task markers programatically to show in the view,
> but how do I scan all my files looking for the task attribute that I
> set? I assume it is some sort of listener or builder that checks for
> those things.
Do you want to find/search them or do you want to be informed about changes?

Dani
>
> Is there an extension point i need to use...
>
> Any input or direction would be greatly appreciated.
>
> Thanks
> Brian Jakubik
Re: scanning for task for the tasks view. [message #331133 is a reply to message #331119] Tue, 26 August 2008 13:58 Go to previous messageGo to next message
Brian Jakubik is currently offline Brian JakubikFriend
Messages: 140
Registered: July 2009
Senior Member
Daniel, basically I would like it to work the same way the java tasks
work, when new ones are added/deleted to my documents, they
appropriately get updated in the view.

I guess im looking for the search part to go and find all the tasks in
my documents, and add them to the view... and keep them updated.

Hopes this makes sense...
Thanks
Brian



Daniel Megert wrote:
> Brian Jakubik wrote:
>> Hello,
>>
>> I have a GMF editor that I would like to add tasks to,
> You can't add tasks to editors but to resources.
>> I know how to create task markers programatically to show in the view,
>> but how do I scan all my files looking for the task attribute that I
>> set? I assume it is some sort of listener or builder that checks for
>> those things.
> Do you want to find/search them or do you want to be informed about
> changes?
>
> Dani
>>
>> Is there an extension point i need to use...
>>
>> Any input or direction would be greatly appreciated.
>>
>> Thanks
>> Brian Jakubik
Re: scanning for task for the tasks view. [message #331178 is a reply to message #331133] Wed, 27 August 2008 16:14 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Brian Jakubik wrote:
> Daniel, basically I would like it to work the same way the java tasks
> work, when new ones are added/deleted to my documents, they
> appropriately get updated in the view.
You mean the ones where you type "TODO"?

Dani
>
> I guess im looking for the search part to go and find all the tasks in
> my documents, and add them to the view... and keep them updated.
>
> Hopes this makes sense...
> Thanks
> Brian
>
>
>
> Daniel Megert wrote:
>> Brian Jakubik wrote:
>>> Hello,
>>>
>>> I have a GMF editor that I would like to add tasks to,
>> You can't add tasks to editors but to resources.
>>> I know how to create task markers programatically to show in the
>>> view, but how do I scan all my files looking for the task attribute
>>> that I set? I assume it is some sort of listener or builder that
>>> checks for those things.
>> Do you want to find/search them or do you want to be informed about
>> changes?
>>
>> Dani
>>>
>>> Is there an extension point i need to use...
>>>
>>> Any input or direction would be greatly appreciated.
>>>
>>> Thanks
>>> Brian Jakubik
Previous Topic:Hide a pop up item based on a system property?
Next Topic:Java Search Suggestion
Goto Forum:
  


Current Time: Fri Sep 06 05:28:21 GMT 2024

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

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

Back to the top