views:

147

answers:

2

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 literals.

+3  A: 

The closest I know of is the Code Proofreader in GExperts

François
Not quite close to a spelling check over words. More like a formatting check.
Gad D Lord
I beg to differ. It can auto-correct misspelled words, based on a dictionary and/or use the compiler. Very useful for mistyped usual names where you hit a nearby key. It can also replace automatically ;= by := in case you typed it wrong...
François
I guess that the spell checking on literals is a thing that noone has done so far.Hey, this means that there is an open market niche!
Gad D Lord
Very good idea. Especially if you can wrap it up as a new expert in GExperts :-)
François
A: 

I use BatchSpellChecker to check the forms and strings

Andrew