Browse thread
Patch to 3.10.0 compiler enabling simple spell-checking
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Sébastien Hinderer <Sebastien.Hinderer@e...> |
| Subject: | Re: Patch to 3.10.0 compiler enabling simple spell-checking |
> One random little feature of GNAT that comes in handy for me is its > habit of, when I misspell an identifier, giving me a possible correction > in its compile error message. Spending some time with the 3.10.0 > sources, I have created a "second draft" patch creating this > functionality in my favored language. Sounds great! Just out of curiosity: does the patch take into account typing information to restrict the proposals to identifiers with a compatible type ? If it does not, is it because it would be too difficult to gather all the necessary information ? Cheers, and congratulations! Sébastien.