Pavel Sanda <[EMAIL PROTECTED]> writes: > hi, > > i see another inconsitencies we have wrt lfun naming: > LFUN_DELETE_BACKWARD_SKIP > LFUN_CHAR_DELETE_BACKWARD > LFUN_CHAR_BACKWARD_SELECT > LFUN_CHAR_RIGHT_SELECT > LFUN_WORD_FIND_BACKWARD > > i think we should unifify whether is first direction or action. > my opinion is that direction should be the last. > opinions?
LyXAction.cpp says 1) Use the object.event order. That is, use `word-forward' instead of `forward-word'. All entries satisfy this, except for LFUN_DELETE_BACKWARD_SKIP. I guess this one is going to be killed anyway if break-paragraph-skip goes. JMarc