Re: [LyX/master] Implement and bind buffer-move-{next,previous}

2015-04-16 Thread Scott Kostyshak
On Wed, Apr 15, 2015 at 4:32 PM, Pavel Sanda sa...@lyx.org wrote: { LFUN_BUFFER_NEXT, buffer-next, ReadOnly, Buffer }, /*! + * \var lyx::FuncCode lyx::LFUN_BUFFER_MOVE_NEXT + * \li Action: Moves the current tab one spot to the right. + * \li Syntax: buffer-move-next + *

Re: [LyX/master] Implement and bind buffer-move-{next,previous}

2015-04-16 Thread Scott Kostyshak
On Wed, Apr 15, 2015 at 4:32 PM, Pavel Sanda wrote: >> { LFUN_BUFFER_NEXT, "buffer-next", ReadOnly, Buffer }, >> /*! >> + * \var lyx::FuncCode lyx::LFUN_BUFFER_MOVE_NEXT >> + * \li Action: Moves the current tab one spot to the right. >> + * \li Syntax:

Re: [LyX/master] Implement and bind buffer-move-{next,previous}

2015-04-15 Thread Pavel Sanda
Scott Kostyshak wrote: commit 6cf81782dd68acb1e565e00470f78926e4206be7 Author: Scott Kostyshak skost...@lyx.org Date: Tue Apr 7 23:18:21 2015 -0400 Implement and bind buffer-move-{next,previous} Control + Shift + PgDn now moves a tab to the right. Control + Shift + PgUp

Re: [LyX/master] Implement and bind buffer-move-{next,previous}

2015-04-15 Thread Pavel Sanda
Scott Kostyshak wrote: > commit 6cf81782dd68acb1e565e00470f78926e4206be7 > Author: Scott Kostyshak > Date: Tue Apr 7 23:18:21 2015 -0400 > > Implement and bind buffer-move-{next,previous} > > Control + Shift + PgDn now moves a tab to the right. > Control +