This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 101528
Collapse All | Expand All

(-)src/org/netbeans/modules/languages/ParserManagerImpl.java (-4 / +5 lines)
Line 82 Link Here
82
        String mimeType = (String) doc.getProperty ("mimeType");        
Line 84 Link Here
84
            String mimeType = (String) doc.getProperty ("mimeType");
Lines 95-96 Link Here
95
            DataObject dobj = NbEditorUtilities.getDataObject(doc);
95
            try {
96
            if (dobj instanceof LanguagesDataObject) {
96
                LanguagesManager.getDefault().getLanguage(mimeType);
97
--
Line 98 Link Here
98
            } catch (LanguageDefinitionNotFoundException e) {
99
                //not supported language

Return to bug 101528