Re: [Cvslog] r22493 - /lyx-devel/trunk/src/LyXAction.cpp

2008-01-12 Thread Pavel Sanda
> >> Yes. I would put them in Edit. > > > > ah, you mean we can change func_type too. > > Yes :) It is a very good idea to review this classification and use it > in our documentation too i changed the lfuns which i understand what they do. the left corner cases need to be documented before so

Re: [Cvslog] r22493 - /lyx-devel/trunk/src/LyXAction.cpp

2008-01-12 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: >> Yes. I would put them in Edit. > > ah, you mean we can change func_type too. Yes :) It is a very good idea to review this classification and use it in our documentation too (can doxygen make subsections or something like that?) JMarc

Re: [Cvslog] r22493 - /lyx-devel/trunk/src/LyXAction.cpp

2008-01-11 Thread Pavel Sanda
> > ah, you mean we can change func_type too. if i understand correctly this > > info is used only in shortcut dialog, so Bo could you please look on the > > current LyXAction.cpp and decide for the few cases? > > I would trust your judegement. :-) i tried to polish it. still some corner cases ex

Re: [Cvslog] r22493 - /lyx-devel/trunk/src/LyXAction.cpp

2008-01-11 Thread Bo Peng
> ah, you mean we can change func_type too. if i understand correctly this > info is used only in shortcut dialog, so Bo could you please look on the > current LyXAction.cpp and decide for the few cases? I would trust your judegement. :-) You are right that func_type is just used to categorize sh

Re: [Cvslog] r22493 - /lyx-devel/trunk/src/LyXAction.cpp

2008-01-11 Thread Pavel Sanda
> >> I think that we should harmonize the two classifications. > > > > to be frank i dont how to do it. > > take eg these 2 functions: > > { LFUN_FILE_INSERT, "file-insert", Noop, Buffer }, > > { LFUN_FILE_INSERT_PLAINTEXT, "file-insert-plaintext", Noop, Edit }, > > > > do you agree they should be

Re: [Cvslog] r22493 - /lyx-devel/trunk/src/LyXAction.cpp

2008-01-11 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: >> I think that we should harmonize the two classifications. > > to be frank i dont how to do it. > take eg these 2 functions: > { LFUN_FILE_INSERT, "file-insert", Noop, Buffer }, > { LFUN_FILE_INSERT_PLAINTEXT, "file-insert-plaintext", Noop, Edit }, > > do

Re: [Cvslog] r22493 - /lyx-devel/trunk/src/LyXAction.cpp

2008-01-11 Thread Pavel Sanda
> >> not in a meticulous way, but in most cases one thematic group > >> shares its func_type. > > I think that we should harmonize the two classifications. to be frank i dont how to do it. take eg these 2 functions: { LFUN_FILE_INSERT, "file-insert", Noop, Buffer }, { LFUN_FILE_INSERT_PLAINTEXT,

Re: [Cvslog] r22493 - /lyx-devel/trunk/src/LyXAction.cpp

2008-01-11 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: >> not in a meticulous way, but in most cases one thematic group >> shares its func_type. I think that we should harmonize the two classifications. > and btw, what is the reason for LFUN_ACCENT_* 'Layout' category > instead of 'Edit'? Probably an error.

Re: [Cvslog] r22493 - /lyx-devel/trunk/src/LyXAction.cpp

2008-01-11 Thread Pavel Sanda
> > >> Author: sanda > > >> Date: Fri Jan 11 13:46:12 2008 > > >> New Revision: 22493 > > >> > > >> URL: http://www.lyx.org/trac/changeset/22493 > > >> Log: > > >> Start of lfun reordering > > > > > > i did some basic thematical reorder of lfuns, so the documentation > > > work will be little less

Re: [Cvslog] r22493 - /lyx-devel/trunk/src/LyXAction.cpp

2008-01-11 Thread Pavel Sanda
> >> Author: sanda > >> Date: Fri Jan 11 13:46:12 2008 > >> New Revision: 22493 > >> > >> URL: http://www.lyx.org/trac/changeset/22493 > >> Log: > >> Start of lfun reordering > > > > i did some basic thematical reorder of lfuns, so the documentation > > work will be little less chaotical too. > >

Re: [Cvslog] r22493 - /lyx-devel/trunk/src/LyXAction.cpp

2008-01-11 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: >> Author: sanda >> Date: Fri Jan 11 13:46:12 2008 >> New Revision: 22493 >> >> URL: http://www.lyx.org/trac/changeset/22493 >> Log: >> Start of lfun reordering > > i did some basic thematical reorder of lfuns, so the documentation > work will be little les

Re: [Cvslog] r22493 - /lyx-devel/trunk/src/LyXAction.cpp

2008-01-11 Thread Pavel Sanda
> Author: sanda > Date: Fri Jan 11 13:46:12 2008 > New Revision: 22493 > > URL: http://www.lyx.org/trac/changeset/22493 > Log: > Start of lfun reordering i did some basic thematical reorder of lfuns, so the documentation work will be little less chaotical too. however i'm not sure that all the l