actionToolBarManager.add( executeLdifAction );
setAction( LdifEditorConstants.ACTION_ID_EXECUTE_LDIF, executeLdifAction );
actionToolBarManager.update( true );
// add context menu edit actions
EditLdifAttributeAction editLdifAttributeAction = new EditLdifAttributeAction( this );
setAction( BrowserCommonConstants.ACTION_ID_EDIT_ATTRIBUTE_DESCRIPTION, editLdifAttributeAction );
openBestValueEditorAction = new OpenBestValueEditorAction( this );
IValueEditor[] valueEditors = valueEditorManager.getAllValueEditors();
openValueEditorActions = new OpenValueEditorAction[valueEditors.length];