scanning for task for the tasks view. [message #331117] |
Mon, 25 August 2008 23:00  |
Eclipse User |
|
|
|
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   |
Eclipse User |
|
|
|
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   |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03288 seconds