Eugene-Melbourne commented on issue #6919: URL: https://github.com/apache/netbeans/issues/6919#issuecomment-1878580045
Please try the following steps: 1) create a .CSS file that only have one symbol "}" 2) it would give an icon being shown on the left side of the code editor indicating it (in a shape of a light bulb with the small red circle in the left bottom corner). 3) This icon is clickable with left mouse click, and it gives a list of options to choose from. The lists of these options are different for different cases and different files. But for our example there would be options "filter out CSS parsing errors in C:/.." there would be an option to only filter out one file, or a current folder or a parent folder... 4) Pick one, for example "filter out CSS parsing errors in current file" 5) you see that the parsing errors for this file will disappear - this is expected 6) it is expected that this file will be shown in the project properties, in the list called "Extra Folders for Code Analysis", (as it called in UI) and "code.analysis.excludes=\" (as it called in "\nbproject\project.properties" file). BUT this file is not there. 7) it is also expected that putting a file name in "Extra Folders for Code Analysis" list would make this file ignored for Code Analysis just the same way as they are being ignored when you go through steps 1-2-3-4 - BUT it is not happening. -- 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
