Hi Eike,
Have you tried the patch that I have attached (in issue 20496)?
It would (really) be easier if we can comment on the changes required on
the patch (I think).
1. "+func(" should also cause a formula input (exception for +<number>).
2. And w.r.t to the ++ -> =++ its for the similarity with excel (and also +
-> =+).
Regards,
Muthu Subramanian
Hi Muthu,
On Tuesday, 2007-08-07 20:44:10 +0530, Muthu Subramanian wrote:
> To continue the discussions, I have attached the Comments from issue 20496
>
> Are my comments/ideas acceptable or do they need changes?
We'll see.
> To add to those comments:
> 1. We can keep the import/export the same (without the '=' additions) -
> this makes sure that only the 'keyboard input' is affected.
Of course, data import should not be affected by this.
> the specification misses a lot of points like:
> 1. when should the <arrow> key act like 'reference input' and 'accept
input'
> 2. Function inputing.
Any other input than numbers should not be affected. People usually
request the "start formula input with '+'" feature because they want to
key in short equations on the number keypad without having to move over
to the regular keyboard.
> a correction in spec: (preferred).
> 1. +number+number => =+number+number
> (note the '+' after '=')
To make it easier for others to follow, it would be good to state why
you prefer it this way. Currently I don't see a reason to keep the
mathematical unnecessary extra +
Eike