开发者

Spell Check my Delphi source code

开发者 https://www.devze.com 2022-12-12 18:18 出处:网络
Previously I have used Visual AssistX in Visual Studio and it had a very nice spell checking over literals.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消