*/
public ScriptExplorerContentProvider createContentProvider() {
boolean showCUChildren = DLTKUIPlugin.getDefault().getPreferenceStore()
.getBoolean(PreferenceConstants.SHOW_SOURCE_MODULE_CHILDREN);
// if (getRootMode() == ScriptExplorerPart.PROJECTS_AS_ROOTS) {
return new PHPExplorerContentProvider(showCUChildren) {
protected IPreferenceStore getPreferenceStore() {
return DLTKUIPlugin.getDefault().getPreferenceStore();
}
};
// }