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: Re: Patch to 3.10.0 compiler enabling simple spell-checking |
Edgar Friendly : > Sébastien Hinderer wrote: > > 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 ? > It does. It works by wrapping the tree lookup for an identifier > (separate trees are kept for each "compatible type" of identifier), and > if that fails, traversing the tree once more to find corrections. Wow... Definitely great. Sébastien.