Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] IReconcilierStrategy vs IDocumentListener

On 09/26/2016 11:16 AM, Daniel Megert wrote:
org.eclipse.jface.text.reconciler.IReconciler explains it.
Ok, thanks. So the main difference would be that the IReconcilierStrategy hooks IReconcilierStrategy onto a specific partitioning content-type.
As one of the goals and benefits of generic editor is to make partitioning optional for editors, it seems to me that we should then avoid those APIs and remain on document-based ones (then implementors can decide or not to use a partitioning and get to partition level).
--
Mickael Istria
Eclipse developer for Red Hat Developers
My blog - My Tweets

Back to the top