Home » Eclipse Projects » Eclipse Platform » Problem decorator in Project Explorer does not display under Eclipse Platform distro
Problem decorator in Project Explorer does not display under Eclipse Platform distro [message #334288] |
Fri, 30 January 2009 18:19 ![Go to next message Go to next message](theme/Solstice/images/down.png) |
Eclipse User![Friend of Eclipse Friend](/donate/web-api/friends_decorator.php?email=) |
|
|
|
Originally posted by: amir.nospam_pyrus.us
Hi,
I have a plug-in that contributes a custom editor to the platform. The
editor is equipped with a checker that creates problem markers on the
resource when a problem is identified.
I install this plug-in under the 'dropins' folder under the eclipse.
When the plug-in is installed under the SDK distribution, problems
decorators display on the resource node in the 'Project Explorer'.
But, when the plug-in is installed under the platform binary
distribution, problem decorators do not display on the resource node in
the project Explorer'.
Do you know what I need to do to enable the display of problem decorator
under the platform binary distribution?
Thanks.
Amir
|
|
|
Re: Problem decorator in Project Explorer does not display under Eclipse Platform distro [message #334309 is a reply to message #334288] |
Mon, 02 February 2009 19:22 ![Go to previous message Go to previous message](theme/Solstice/images/up.png) ![Go to next message Go to next message](theme/Solstice/images/down.png) |
Eclipse User![Friend of Eclipse Friend](/donate/web-api/friends_decorator.php?email=) |
|
|
|
Originally posted by: amir.nospam_pyrus.us
Any hints in this regard is appreciated.
Thanks.
Amir Kouchekinia wrote:
> Hi,
>
> I have a plug-in that contributes a custom editor to the platform. The
> editor is equipped with a checker that creates problem markers on the
> resource when a problem is identified.
>
> I install this plug-in under the 'dropins' folder under the eclipse.
>
> When the plug-in is installed under the SDK distribution, problems
> decorators display on the resource node in the 'Project Explorer'.
>
> But, when the plug-in is installed under the platform binary
> distribution, problem decorators do not display on the resource node in
> the project Explorer'.
>
> Do you know what I need to do to enable the display of problem decorator
> under the platform binary distribution?
>
> Thanks.
>
> Amir
|
|
| | |
Re: Problem decorator in Project Explorer does not display under Eclipse Platform distro [message #334461 is a reply to message #334430] |
Tue, 10 February 2009 17:23 ![Go to previous message Go to previous message](theme/Solstice/images/up.png) ![Go to next message Go to next message](theme/Solstice/images/down.png) |
maarten meijer![Friend of Eclipse Friend](/donate/web-api/friends_decorator.php?email=mjmeijer%40eclipsophy.com) Messages: 146 Registered: July 2009 |
Senior Member |
|
|
Hi Amir,
I also work on an IDE based product where I need problem markers. When
building and running against the IDE itself I see the markers, but when
I run against my separate platfrom target: no markers.
I do have a problem with the label decorators, where they do not show if
I have one set of validators turned on and do show when it is off.
So buggy code in the builder may prevent the markers from showing.
I think that problem marking is dependent on some internal code in
JDT... :-(
Maybe we should file a bug
Where did you download your platform distro?
Maarten
Amir Kouchekinia wrote:
> No. I am not confusing the various navigators. In both cases I have the
> Resource Perspective on with project explorer view open.
>
> I have also checked the Label Decorators preferences, and under Platform
> Runtime both options are turned on: File Icons based on content
> analysis, and Linked Resources.
>
> Thanks.
>
> Amir
>
>
> Maarten Meijer wrote:
>> Are you sure you are not confusing the Project Explorer, Package
>> Explorer and Navigator?
>> Is the decorator enabled in the preferences view under
>> General/Appearance/Label Decorators?
>>
>> maarten
>> Amir Kouchekinia wrote:
>>>
>>> Any hints in this regard is appreciated.
>>>
>>> Thanks.
>>>
>>> Amir Kouchekinia wrote:
>>>> Hi,
>>>>
>>>> I have a plug-in that contributes a custom editor to the platform.
>>>> The editor is equipped with a checker that creates problem markers
>>>> on the resource when a problem is identified.
>>>>
>>>> I install this plug-in under the 'dropins' folder under the eclipse.
>>>>
>>>> When the plug-in is installed under the SDK distribution, problems
>>>> decorators display on the resource node in the 'Project Explorer'.
>>>>
>>>> But, when the plug-in is installed under the platform binary
>>>> distribution, problem decorators do not display on the resource node
>>>> in the project Explorer'.
>>>>
>>>> Do you know what I need to do to enable the display of problem
>>>> decorator under the platform binary distribution?
>>>>
>>>> Thanks.
>>>>
>>>> Amir
|
|
|
Re: Problem decorator in Project Explorer does not display under Eclipse Platform distro [message #334465 is a reply to message #334461] |
Tue, 10 February 2009 18:32 ![Go to previous message Go to previous message](theme/Solstice/images/up.png) ![Go to next message Go to next message](theme/Solstice/images/down.png) |
Eclipse User![Friend of Eclipse Friend](/donate/web-api/friends_decorator.php?email=) |
|
|
|
Originally posted by: amir.nospam_pyrus.us
Hi Maarten,
Thanks for your response. The Platform Runtime Binaries are available
from Eclipse download page. See link for 3.4.1:
http://download.eclipse.org/eclipse/downloads/drops/R-3.4.1- 200809111700/index.php#PlatformRuntime
I don't know if this problem is a bug on the Platform IDE, or a missing
implementation on my part. Since Problem Markers are part of the
Platform IDE, it seems that the the Project Explorer resource nodes
should be equipped to display the icon decorations for the problems.
I am beginning to think that I should submit a bug report on this.
Amir
Maarten Meijer wrote:
> Hi Amir,
>
> I also work on an IDE based product where I need problem markers. When
> building and running against the IDE itself I see the markers, but when
> I run against my separate platfrom target: no markers.
>
> I do have a problem with the label decorators, where they do not show if
> I have one set of validators turned on and do show when it is off.
> So buggy code in the builder may prevent the markers from showing.
>
> I think that problem marking is dependent on some internal code in
> JDT... :-(
>
> Maybe we should file a bug
>
> Where did you download your platform distro?
>
> Maarten
>
> Amir Kouchekinia wrote:
>> No. I am not confusing the various navigators. In both cases I have
>> the Resource Perspective on with project explorer view open.
>>
>> I have also checked the Label Decorators preferences, and under
>> Platform Runtime both options are turned on: File Icons based on
>> content analysis, and Linked Resources.
>>
>> Thanks.
>>
>> Amir
>>
>>
>> Maarten Meijer wrote:
>>> Are you sure you are not confusing the Project Explorer, Package
>>> Explorer and Navigator?
>>> Is the decorator enabled in the preferences view under
>>> General/Appearance/Label Decorators?
>>>
>>> maarten
>>> Amir Kouchekinia wrote:
>>>>
>>>> Any hints in this regard is appreciated.
>>>>
>>>> Thanks.
>>>>
>>>> Amir Kouchekinia wrote:
>>>>> Hi,
>>>>>
>>>>> I have a plug-in that contributes a custom editor to the platform.
>>>>> The editor is equipped with a checker that creates problem markers
>>>>> on the resource when a problem is identified.
>>>>>
>>>>> I install this plug-in under the 'dropins' folder under the eclipse.
>>>>>
>>>>> When the plug-in is installed under the SDK distribution, problems
>>>>> decorators display on the resource node in the 'Project Explorer'.
>>>>>
>>>>> But, when the plug-in is installed under the platform binary
>>>>> distribution, problem decorators do not display on the resource
>>>>> node in the project Explorer'.
>>>>>
>>>>> Do you know what I need to do to enable the display of problem
>>>>> decorator under the platform binary distribution?
>>>>>
>>>>> Thanks.
>>>>>
>>>>> Amir
|
|
|
Re: Problem decorator in Project Explorer does not display under Eclipse Platform distro [message #334467 is a reply to message #334465] |
Tue, 10 February 2009 18:57 ![Go to previous message Go to previous message](theme/Solstice/images/up.png) |
Eclipse User![Friend of Eclipse Friend](/donate/web-api/friends_decorator.php?email=) |
|
|
|
Originally posted by: amir.nospam_pyrus.us
I have submitted a bug report on this issue:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=264404
Amir
Amir Kouchekinia wrote:
> Hi Maarten,
>
> Thanks for your response. The Platform Runtime Binaries are available
> from Eclipse download page. See link for 3.4.1:
>
> http://download.eclipse.org/eclipse/downloads/drops/R-3.4.1- 200809111700/index.php#PlatformRuntime
>
>
> I don't know if this problem is a bug on the Platform IDE, or a missing
> implementation on my part. Since Problem Markers are part of the
> Platform IDE, it seems that the the Project Explorer resource nodes
> should be equipped to display the icon decorations for the problems.
>
> I am beginning to think that I should submit a bug report on this.
>
> Amir
>
> Maarten Meijer wrote:
>> Hi Amir,
>>
>> I also work on an IDE based product where I need problem markers. When
>> building and running against the IDE itself I see the markers, but
>> when I run against my separate platfrom target: no markers.
>>
>> I do have a problem with the label decorators, where they do not show
>> if I have one set of validators turned on and do show when it is off.
>> So buggy code in the builder may prevent the markers from showing.
>>
>> I think that problem marking is dependent on some internal code in
>> JDT... :-(
>>
>> Maybe we should file a bug
>>
>> Where did you download your platform distro?
>>
>> Maarten
>>
>> Amir Kouchekinia wrote:
>>> No. I am not confusing the various navigators. In both cases I have
>>> the Resource Perspective on with project explorer view open.
>>>
>>> I have also checked the Label Decorators preferences, and under
>>> Platform Runtime both options are turned on: File Icons based on
>>> content analysis, and Linked Resources.
>>>
>>> Thanks.
>>>
>>> Amir
>>>
>>>
>>> Maarten Meijer wrote:
>>>> Are you sure you are not confusing the Project Explorer, Package
>>>> Explorer and Navigator?
>>>> Is the decorator enabled in the preferences view under
>>>> General/Appearance/Label Decorators?
>>>>
>>>> maarten
>>>> Amir Kouchekinia wrote:
>>>>>
>>>>> Any hints in this regard is appreciated.
>>>>>
>>>>> Thanks.
>>>>>
>>>>> Amir Kouchekinia wrote:
>>>>>> Hi,
>>>>>>
>>>>>> I have a plug-in that contributes a custom editor to the platform.
>>>>>> The editor is equipped with a checker that creates problem markers
>>>>>> on the resource when a problem is identified.
>>>>>>
>>>>>> I install this plug-in under the 'dropins' folder under the eclipse.
>>>>>>
>>>>>> When the plug-in is installed under the SDK distribution, problems
>>>>>> decorators display on the resource node in the 'Project Explorer'.
>>>>>>
>>>>>> But, when the plug-in is installed under the platform binary
>>>>>> distribution, problem decorators do not display on the resource
>>>>>> node in the project Explorer'.
>>>>>>
>>>>>> Do you know what I need to do to enable the display of problem
>>>>>> decorator under the platform binary distribution?
>>>>>>
>>>>>> Thanks.
>>>>>>
>>>>>> Amir
|
|
|
Goto Forum:
Current Time: Wed Feb 05 09:57:27 GMT 2025
Powered by FUDForum. Page generated in 0.04733 seconds
|