qcommit: Spell checker should not mark spelling mistakes for any function, method, class names etc.
Bug #262953 reported by
Nicholas Allen
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
QBzr |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
When I write a comment about something I changed in the source code it would be nice if the spell checker would not mark these words as spelling mistakes. For example, if I change a method called setVisible and I write a comment "Fix bug in setVisible" I would not expect that setVisible would be shown as a spelling mistake.
The spell checker could either look in the diffs and see if setVisible was changed or, alternatively (and perhaps both easier and better), it could understand camel case and "_"s in words and treat it like 2 words "set" and "visible".
Changed in qbzr: | |
importance: | Undecided → Wishlist |
Changed in qbzr: | |
status: | New → Confirmed |
summary: |
- Spell checker should not mark spelling mistakes for any function, - method, class names etc. + qcommit: Spell checker should not mark spelling mistakes for any + function, method, class names etc. |
tags: | added: qcommit |
To post a comment you must log in.
May be it will be nice to have such super-smart spell-checker, but IMO it's too much for spell-checker. This will require too much effort for a little benefit.