Hi. I have custom html tags processed by a JS framework in my html pages and in the hind list next to the error light bulb I clicked:
"Disable HTML error checking for all files of the text/html mimetype" See https://i.stack.imgur.com/qcIpU.png Now, does Netbeans 8,9,10 have a UI to re-enable the error checking? I only know how to delete the entry manually in: %APPDATA%\NetBeans\8.2\config\Editors\text\html\Preferences\org-netbeans-modules-editor-settings-CustomPreferences.xml <entry javaType="java.lang.String" name="mimetypesWithEnabledHtmlErrorChecking" xml:space="preserve"> <value><![CDATA[;text/html;]]></value> </entry> When you disable html error checking by file name, a light bulb at the top of the file appears to re-enable it. There's no light bulb to re-enable it globally. --------------------------------------------------------------------- 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
