Go To Tools|Options|Editor, select "Hints" and language set to HTML. There you can choose what to use and what to not
Best regards, John On Mon, 14 Jan 2019 at 10:44, Basin Ilya <basini...@gmail.com> wrote: > 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: users-unsubscr...@netbeans.apache.org > For additional commands, e-mail: users-h...@netbeans.apache.org > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > >