You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Seelmann (JIRA)" <ji...@apache.org> on 2009/10/07 17:48:31 UTC

[jira] Resolved: (DIRSTUDIO-514) Unable to restore last opened ldif-editors on restart

     [ https://issues.apache.org/jira/browse/DIRSTUDIO-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Seelmann resolved DIRSTUDIO-514.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.0
         Assignee: Stefan Seelmann

Fixed in trunk:
  http://svn.apache.org/viewvc?rev=822782&view=rev

Added the missing element factory declaration in plugin.xml of org.eclipse.ui.ide-3.5.0.I20090525-2000-studio.jar:
   <extension
         point="org.eclipse.ui.elementFactories">
      <factory
            class="org.eclipse.ui.ide.FileStoreEditorInputFactory"
            id="org.eclipse.ui.ide.FileStoreEditorInputFactory">
      </factory>
   </extension>


> Unable to restore last opened ldif-editors on restart
> -----------------------------------------------------
>
>                 Key: DIRSTUDIO-514
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-514
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-ldifeditor
>    Affects Versions: 1.4.0
>         Environment: Ubuntu 9.04
> java version "1.5.0_09"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b03)
> Java HotSpot(TM) Client VM (build 1.5.0_09-b03, mixed mode, sharing)
>            Reporter: Kiran Ayyagari
>            Assignee: Stefan Seelmann
>            Priority: Minor
>             Fix For: 1.5.0
>
>         Attachments: Screenshot-Apache Directory Studio.png
>
>
> Studio is unable to restore the last opened ldif-editor views on restart. And also fails to open the file(s) selected from the history of File menu.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.