Page MenuHomePhabricator

MITK scene files do not appear in list "known extensions"
Closed, ResolvedPublic

Description

ExtApp does not recognize *.mitk as known extension. Thus, mitk-files do not appear, even when they exist in a directory. To open a scene-file, "all" files must be selected.

Event Timeline

Have discussed this in the MITK meeting and decided, that they should indeed appear in the known extensions option. Declaring this party.

added new branch bug-8790-OpenFileDialogMITKSceneFiles

fixed this bug there (simply added the extension .mitk to the file extension list)

the extension should not be added to the core file list, so dropped the last branch.

Created a new branch bug-8790-FileOpenMITKSceneFiles2ndTry where the file extension is only added to the CoreExtObjectFactory. A core modification flag is not needed any more.

[1d3981]: Merge branch 'bug-8790-FileOpenMITKSceneFiles2ndTry'

Merged commits:

2012-05-02 15:40:42 Alfred Franz [9134fe]
DOC: added comment


2012-05-02 15:35:14 Alfred Franz [402856]
added .mitk file ending to CoreExtObjectFactory class