Alejandro Aguilar Sierra <[EMAIL PROTECTED]> writes:
| You know them, a simple int that is at the same time an index (saving
| space and time). OK, you suggest thaat it could n
n what?
I am not sure if you hva looked at the current LyXAction in 1.1.x?
We don't use and array of ints anymore that is reallocated using
realloc.
| > (but does speed _really_ come into consideration anyway?)
|
| Maybe not. It seems that lyx 1.2 won't be recommended for people that
| still uses < pentium.
?? What kind of a remark is that?
| > Do you have another solution on how to bind a command with argument to a
| > key/menu/toolbar then?
|
| Given that we don't care the speed any more, why not to use just a string?
| Even the multimap mechanism is unnecessary, given that a string can deal
| with duplicated copies.
We _do_ care about speed. And yes a string might be an easy solution.
However you comment about string is misguided, a string does not
automatically discover that there exist another string with the same
contents. So if using strings we will have duplicate "pseudofunctions"
| IMO all this stuff will be influenced by the gui independence needs. The
| simpler the better.
Why do you think this is (only) gui dependant?
Lgb