lkishalmi commented on PR #6662:
URL: https://github.com/apache/netbeans/pull/6662#issuecomment-1795898383

   > How is it possible to have 2 different mimetypes for the same file 
extension?
   
   I think the bug is here: 
https://github.com/lkishalmi/netbeans/blob/c3dc5eb35cd382ac663db24ea9b79fcc0c725851/ide/markdown/src/org/netbeans/modules/markdown/MarkdownDataObject.java#L112
   
   Where the `DataObject` which is addigned from the Resolver to the MIME 
`text/x-markdown-nb` registers an editor with the MIME `text/x-markdown`. 
That's being fixed in this PR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to