/*
* There should be no need to unconfigure before configure because
* configure will also unconfigure before configuring
*/
removeReconcilingListeners(oldSourceViewerConfiguration, stv);
stv.unconfigure();
setStatusLineMessage(null);
stv.configure(config);
addReconcilingListeners(config, stv);
}
}