Bug 568269 - Add methods to manipulate code minings in a text editor
Summary: Add methods to manipulate code minings in a text editor
Status: NEW
Alias: None
Product: SWTBot
Classification: Technology
Component: EclipseBot (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-26 17:04 EDT by Jean-Baptiste Lievremont CLA
Modified: 2020-10-26 17:04 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Baptiste Lievremont CLA 2020-10-26 17:04:56 EDT
It would be great for the org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditor class to offer methods to access code minings contributed by plugins.

Note that this could prove tricky to implement, since currently (Q42020), code minings are drawn directly in the editor canvas with the low level org.eclipse.swt.graphics.GC API.