Previously I have used Visual AssistX in Visual Studio and it had a very nice spell checking over literals.
Is there something similar to Visual Assist spell checker present for Delphi as expert?
It should spell check method names, class names and especially resourcestrings and lit开发者_JAVA百科erals.
The closest I know of is the Code Proofreader in GExperts
I use BatchSpellChecker to check the forms and strings
http://www.remotedebugger.com/delphispell.asp
+ integrates into the IDE
- seems to be stuck at Delphi XE2 (no more updates)
- $100
http://www.batchspellchecker.com/download
+ supports Delphi files
- does not integrate in IDE
+ it is $50 (but it also has a lite version)
http://www.addictive-software.com/other-downloads.htm
+ integrates into the IDE
- abandoned since 2009
精彩评论