View on GitHub

Aesi adapter for IntelliJ

An Aesi adapter for IntelliJ.

Download this project as a .zip file Download this project as a tar.gz file

aesi-eclipse / com.virtlink.aesi.eclipse.syntaxcoloring / AsyncPresentationReconciler

AsyncPresentationReconciler

open class AsyncPresentationReconciler : AbstractPresentationReconciler

Implementation of the IPresentationReconciler that assumes that its presentation repairer may take some time. The damagers however should be quick, since they’ll be executed on the main thread.

Constructors

<init> AsyncPresentationReconciler()
Implementation of the IPresentationReconciler that assumes that its presentation repairer may take some time. The damagers however should be quick, since they’ll be executed on the main thread.