You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce AbstractInlinedAnnotation#getMinings() to expose ICodeMining
list
Adds a new public API method `getMinings()` to
`AbstractInlinedAnnotation` that provides read-only access to the list
of `ICodeMining` instances associated with an inlined annotation.
This API is needed to implement the unified diff feature via
eclipse-platform/eclipse.platform#2560
Copy file name to clipboardExpand all lines: bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/codemining/CodeMiningDocumentFooterAnnotation.java
Copy file name to clipboardExpand all lines: bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/codemining/CodeMiningLineContentAnnotation.java
Copy file name to clipboardExpand all lines: bundles/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/codemining/CodeMiningLineHeaderAnnotation.java
0 commit comments