Alexey via Lazarus schreef op 24 jul '17:

On 24.07.2017 04:07, Darius Blaszyk via Lazarus wrote:

This tool extracts text from comments and string literals in source code files and checks them for spelling. Very useful

It is already doable in CudaText editor:

- install plugin SpellChecker [not ready for Win64]

- open Pas file, call spell-checker plugin

- it hilites only errs in comments/strings (and can call suggestion dlg to fix em).

Quite a lot of modern code editors have such a feature already, which is good. However, this means that one needs to manually point and click each highlighted error. Sspell will make it possible to interactively scan a file or even a complete folder recursively and fix errors as they are detected.

Rgds, Darius
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to