Open dragos opened 12 years ago
Right now, the reconciler does not run before the first change is made. This can be fixed by calling forceReconciling when the editor is open.
forceReconciling
The JavaReconciler registers a part listener and calls forceReconciling when the editor is open or activated.
JavaReconciler
Right now, the reconciler does not run before the first change is made. This can be fixed by calling
forceReconciling
when the editor is open.The
JavaReconciler
registers a part listener and callsforceReconciling
when the editor is open or activated.