Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Registering an additional customer IPainter with the text / generic editor

Hi Lars,
It seems like a Reconcilier can be used to add some Painting related customization to an editor.
The generic editor has an extension point to add such reconciliers to desired content-types. You don't have to own the content-type to extend it. For example, many iloperations is LSP4E are attached to the org.eclipse.core.runtime.text content-type so that they may be enabled on any text file.
You can have a look at the awesome work for inline decoration and codelens-likr support Angelo has been working on over the last months and is trying to get into Photon:
https://github.com/mickaelistria/eclipse-bluesky/issues/30
https://bugs.eclipse.org/bugs/show_bug.cgi?id=526969

HTH


--
Mickael Istria
Eclipse IDE developer, at Red Hat Developers community
Elected Committer Representative at the Eclipse Foundation board of directors


Back to the top