Re: [Cvslog] r26527 - in /lyx-devel/trunk/src: BufferView.cpp Cursor.c...

2008-09-29 Thread Andre Poenitz
On Fri, Sep 26, 2008 at 10:12:31AM +0200, Jean-Marc Lasgouttes wrote: Andre Poenitz [EMAIL PROTECTED] writes: That would be the setSelection() overload without arguments, no? You are right indeed. But having the overload is a bit misleading. Separating it into two functions or renaming the

Re: [Cvslog] r26527 - in /lyx-devel/trunk/src: BufferView.cpp Cursor.c...

2008-09-29 Thread Jean-Marc Lasgouttes
Le 29 sept. 08 à 20:26, Andre Poenitz a écrit : On Fri, Sep 26, 2008 at 10:12:31AM +0200, Jean-Marc Lasgouttes wrote: Andre Poenitz [EMAIL PROTECTED] writes: That would be the setSelection() overload without arguments, no? You are right indeed. But having the overload is a bit misleading.

Re: [Cvslog] r26527 - in /lyx-devel/trunk/src: BufferView.cpp Cursor.c...

2008-09-29 Thread Andre Poenitz
On Fri, Sep 26, 2008 at 10:12:31AM +0200, Jean-Marc Lasgouttes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > That would be the setSelection() overload without arguments, no? > > You are right indeed. But having the overload is a bit misleading. Separating it into two functions or

Re: [Cvslog] r26527 - in /lyx-devel/trunk/src: BufferView.cpp Cursor.c...

2008-09-29 Thread Jean-Marc Lasgouttes
Le 29 sept. 08 à 20:26, Andre Poenitz a écrit : On Fri, Sep 26, 2008 at 10:12:31AM +0200, Jean-Marc Lasgouttes wrote: Andre Poenitz <[EMAIL PROTECTED]> writes: That would be the setSelection() overload without arguments, no? You are right indeed. But having the overload is a bit

Re: [Cvslog] r26527 - in /lyx-devel/trunk/src: BufferView.cpp Cursor.c...

2008-09-26 Thread Jean-Marc Lasgouttes
Andre Poenitz [EMAIL PROTECTED] writes: That would be the setSelection() overload without arguments, no? You are right indeed. JMarc

Re: [Cvslog] r26527 - in /lyx-devel/trunk/src: BufferView.cpp Cursor.c...

2008-09-26 Thread Jean-Marc Lasgouttes
Andre Poenitz <[EMAIL PROTECTED]> writes: > That would be the setSelection() overload without arguments, no? You are right indeed. JMarc

Re: [Cvslog] r26527 - in /lyx-devel/trunk/src: BufferView.cpp Cursor.c...

2008-09-25 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: Author: poenitz Date: Wed Sep 24 23:27:41 2008 New Revision: 26527 URL: http://www.lyx.org/trac/changeset/26527 Log: streamlining setter syntax. using mutable references seems a bit outlandish compared to the rest of LyX - d-cursor_.selection() = false; +

Re: [Cvslog] r26527 - in /lyx-devel/trunk/src: BufferView.cpp Cursor.c...

2008-09-25 Thread Andre Poenitz
On Thu, Sep 25, 2008 at 09:44:10AM +0200, Jean-Marc Lasgouttes wrote: [EMAIL PROTECTED] writes: Author: poenitz Date: Wed Sep 24 23:27:41 2008 New Revision: 26527 URL: http://www.lyx.org/trac/changeset/26527 Log: streamlining setter syntax. using mutable references seems a bit

Re: [Cvslog] r26527 - in /lyx-devel/trunk/src: BufferView.cpp Cursor.c...

2008-09-25 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > Author: poenitz > Date: Wed Sep 24 23:27:41 2008 > New Revision: 26527 > > URL: http://www.lyx.org/trac/changeset/26527 > Log: > streamlining setter syntax. using mutable references seems a bit > outlandish compared to the rest of LyX > - d->cursor_.selection() =

Re: [Cvslog] r26527 - in /lyx-devel/trunk/src: BufferView.cpp Cursor.c...

2008-09-25 Thread Andre Poenitz
On Thu, Sep 25, 2008 at 09:44:10AM +0200, Jean-Marc Lasgouttes wrote: > [EMAIL PROTECTED] writes: > > > Author: poenitz > > Date: Wed Sep 24 23:27:41 2008 > > New Revision: 26527 > > > > URL: http://www.lyx.org/trac/changeset/26527 > > Log: > > streamlining setter syntax. using mutable references