Spell Checker issues
Posted: Tue Jul 08, 2014 3:22 am
Umm... checking out the new 'spell check' which is interesting to me since I'm a horrid spellmeister
Running it on some of my code I noted that it could be improved it it would recognize
hex numbers like 0xFF23.
function, variable and file names.
Note really complaining about those as they are feature requests really.
But have been having this problem. Original code with the word Hopfully which the spell checker caught but flubbed replacing it so it ended up as HHopefullythe. Might be that fixing multiple spelling errors (in my code? never!) gets the spell checker out of sync between where the word now is in the file and where is used to be.
/**
* @brief Set Master Ping Mode
* @param prm user supplied channel
* @param set_var unused
* @return cli response
*
* Sets up the master hop mode. Where the unit transmits test packets to
* the gold unit (in slave idle mode). Hopfully the slave responds with
* response test packets.
*
*/
/**
* @brief Set Master Ping Mode
* @param prm user supplied channel
* @param set_var unused
* @return cli response
*
* Sets up the master hop mode. Where the unit transmits test packets to
* the gold unit (in slave idle mode). HHopefullythe slave responds with
* response test packets.
*/
Running it on some of my code I noted that it could be improved it it would recognize
hex numbers like 0xFF23.
function, variable and file names.
Note really complaining about those as they are feature requests really.
But have been having this problem. Original code with the word Hopfully which the spell checker caught but flubbed replacing it so it ended up as HHopefullythe. Might be that fixing multiple spelling errors (in my code? never!) gets the spell checker out of sync between where the word now is in the file and where is used to be.
/**
* @brief Set Master Ping Mode
* @param prm user supplied channel
* @param set_var unused
* @return cli response
*
* Sets up the master hop mode. Where the unit transmits test packets to
* the gold unit (in slave idle mode). Hopfully the slave responds with
* response test packets.
*
*/
/**
* @brief Set Master Ping Mode
* @param prm user supplied channel
* @param set_var unused
* @return cli response
*
* Sets up the master hop mode. Where the unit transmits test packets to
* the gold unit (in slave idle mode). HHopefullythe slave responds with
* response test packets.
*/