MIMEResolvers need to specify position
authorRalph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Wed, 04 Mar 2015 12:57:31 +0100
changeset 182276dfac342de0d
parent 18226 73cadc03c2b5
child 18228 09b361e00816
MIMEResolvers need to specify position
python.editor/src/org/netbeans/modules/python/editor/file/PyDataObject.java
     1.1 --- a/python.editor/src/org/netbeans/modules/python/editor/file/PyDataObject.java	Wed Mar 04 00:27:35 2015 +0100
     1.2 +++ b/python.editor/src/org/netbeans/modules/python/editor/file/PyDataObject.java	Wed Mar 04 12:57:31 2015 +0100
     1.3 @@ -23,7 +23,8 @@
     1.4  @MIMEResolver.ExtensionRegistration(
     1.5          displayName = "#LBL_Py_LOADER",
     1.6          mimeType = PythonMIMEResolver.PYTHON_MIME_TYPE,
     1.7 -        extension = {"py"}
     1.8 +        extension = {"py"},
     1.9 +        position = 183
    1.10  )
    1.11  @DataObject.Registration(
    1.12          mimeType = PythonMIMEResolver.PYTHON_MIME_TYPE,