I just started using v12 and was excited to see spelling filters - I code in C most of the time and have wanted something to check comments and strings in C code for a long time.
But when I enable filters and choose C/C++ and spell check C source, I still get hits on variable names in the code - it is not checking only the comments and source.
Is there a known bug, or is there a way I can test this feature?
Example:
When I spellcheck this code, it detects "infofile" in the comment as misspelled, as I would expect, but then it also detects "infofile" (in infofile_name) as misspelled. In Configuration, Use filters is checked and C / C++ is selected.
Version in use is 12.20b+1.
But when I enable filters and choose C/C++ and spell check C source, I still get hits on variable names in the code - it is not checking only the comments and source.
Is there a known bug, or is there a way I can test this feature?
Example:
Code: Select all
///////////////////////////////////
// Handle infofile data
///////////////////////////////////
strcpy(infofile_name,w_path("wautoinfo",gpmsc_session));
Version in use is 12.20b+1.