Re: Spell checking code [message #73120] |
Tue, 26 October 2010 11:56  |
Michael Galloy
Messages: 1114 Registered: April 2006
|
Senior Member |
|
|
On 10/26/10 9:23 AM, Paulo Penteado wrote:
>
> Does anybody know of a good way to spell check IDL source files?
> Ideally, it would be in an editor that is aware of IDL syntax, so that
> it does not try to check code, it only looks at the comments (and,
> possibly, the contents of strings).
That sounds like a good feature request for IDLdoc.
Mike
--
www.michaelgalloy.com
Research Mathematician
Tech-X Corporation
|
|
|
|
Re: Spell checking code [message #73208 is a reply to message #73120] |
Tue, 26 October 2010 14:27  |
penteado
Messages: 866 Registered: February 2018
|
Senior Member Administrator |
|
|
On Oct 26, 4:56 pm, mgalloy <mgal...@gmail.com> wrote:
> On 10/26/10 9:23 AM, Paulo Penteado wrote:
>
>
>
>> Does anybody know of a good way to spell check IDL source files?
>> Ideally, it would be in an editor that is aware of IDL syntax, so that
>> it does not try to check code, it only looks at the comments (and,
>> possibly, the contents of strings).
>
> That sounds like a good feature request for IDLdoc.
That would be excellent to have. IDLdoc has already helped me with
spell checking, which I run on the html result. It is awkward to do,
but helpful, as most of the text ends up in the IDLdoc comments, and
the html does not contain most of the code (it still contains code in
the form of examples and keyword / routine names). So I only have to
inspect the other comments, in the middle of the code, where errors
are much rarer, as they are short, and I read them while writing the
programs.
|
|
|