Note that there are some explanatory texts on larger screens.

plurals
  1. POEclipse PDE : How to add marker with quick action
    primarykey
    data
    text
    <p>My problem is related to the: <a href="https://stackoverflow.com/questions/8866688/eclipse-pde-custom-quickfix-only-available-in-problems-view">Eclipse PDE: Custom QuickFix only available in Problems View?</a>, but I can't use QuickAssistAssistant. I need to add marker with quick fix to existing M2E pom.xml editor.</p> <p>I'm already able do this:</p> <p><img src="https://i.stack.imgur.com/AwQIc.jpg" alt="displayed quick fix as text hover"></p> <p>But I still can't found how to change marker icon (to variant with bulb) a show possible quick fix also after click on the annotation icon.</p> <p>I want this icon <img src="https://i.stack.imgur.com/71q2Z.png" alt="What I want"></p> <p>I'm currently use this configuration</p> <pre><code> &lt;extension id="me.gladwell.eclipse.m2e.android.markers.dependency.apklib" point="org.eclipse.core.resources.markers"&gt; &lt;super type="org.eclipse.core.resources.problemmarker"/&gt; &lt;super type="org.eclipse.core.resources.textmarker"/&gt; &lt;super type="me.gladwell.eclipse.m2e.android.markers.dependency"/&gt; &lt;persistent value="true" /&gt; &lt;/extension&gt; &lt;extension point="org.eclipse.ui.ide.markerResolution"&gt; &lt;markerResolutionGenerator markerType="me.gladwell.eclipse.m2e.android.markers.dependency.apklib" class="me.gladwell.eclipse.m2e.android.quickfix.ImportApklibResolutionGenerator"/&gt; &lt;/extension&gt; &lt;extension point="org.eclipse.ui.editors.annotationTypes"&gt; &lt;type name="me.gladwell.eclipse.m2e.android.annotations" super="org.eclipse.ui.workbench.texteditor.error" markerType="me.gladwell.eclipse.m2e.android.markers.dependency.apklib" markerSeverity="2"&gt; &lt;/type&gt; &lt;/extension&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload