maoyg wrote:
> when I see ScInputHandler::GetFormulaData() method, I discover a interesting 
> phenomenon.
> USHORT nMRUCount = rOpt.GetLRUFuncListCount();
> const USHORT* pMRUList = rOpt.GetLRUFuncList();
> It seems that the two avariables above lead to the phenomenon.
> I believe when inputing one formula into a cell, the corresponding formulas 
> should be shown in the cell, 
> not just the formulas which are used recently(for example: LRU arithmetic).

It was designed that way because there are so many functions. If all of
them were used, the first suggestion after typing one or two letters
would often be a function that the user doesn't know or need. So only
recently-used functions are suggested.

The new feature would become active once a complete function name is
there, so it doesn't need that limitation.

Niklas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to