[jbosstools-issues] [JBoss JIRA] (JBIDE-12588) Error message "No editor descriptor for id org.eclipse.ui.internal.emptyEditorTab" when no editors are open

Daniel Azarov (JIRA) jira-events at lists.jboss.org
Tue Sep 11 13:04:32 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-12588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717617#comment-12717617 ] 

Daniel Azarov commented on JBIDE-12588:
---------------------------------------

org.eclipse.ui.internal.registry.EditorRegistry:
{code}
public static final String EMPTY_EDITOR_ID = "org.eclipse.ui.internal.emptyEditorTab"; //$NON-NLS-1$


EditorDescriptor emptyEditorDescriptor = new EditorDescriptor();
		emptyEditorDescriptor.setID(EMPTY_EDITOR_ID);
		emptyEditorDescriptor.setName("(Empty)"); //$NON-NLS-1$
		emptyEditorDescriptor
				.setImageDescriptor(WorkbenchImages
						.getImageDescriptor(IWorkbenchGraphicConstants.IMG_OBJ_ELEMENT));
		map.put(EMPTY_EDITOR_ID, emptyEditorDescriptor);
{code}
                
> Error message "No editor descriptor for id org.eclipse.ui.internal.emptyEditorTab" when no editors are open
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-12588
>                 URL: https://issues.jboss.org/browse/JBIDE-12588
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: UpStream
>    Affects Versions: 4.0.0.Alpha1
>         Environment: jbdevstudio-product-universal-6.0.0.Alpha1-v20120908-0346-H22.jar
>            Reporter: Daniel Azarov
>            Assignee: Denis Golovin
>         Attachments: NoEditorDescriptor.png
>
>
> EXECUTE:
> 1. Install JBDS
> 2. Close JBoss Central
> FAIL:
> !NoEditorDescriptor.png!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list