Re: r30278 - lyx-devel/trunk/src

2009-06-28 Thread Jürgen Spitzmüller
Vincent van Ravesteijn - TNW wrote: > Would it make sense to reuse the already existing outline_up outline_down > code, or to use the new code also in the existing code? Now, it looks like > we duplicate the code to move paragraphs. I think improvements are certainly welcome. Jürgen

RE: r30278 - lyx-devel/trunk/src

2009-06-28 Thread Vincent van Ravesteijn - TNW
>Author: spitz >Date: Sun Jun 28 10:40:34 2009 >New Revision: 30278 >URL: http://www.lyx.org/trac/changeset/30278 > >Log: >Implement LFUN_OUTLINE_DRAGMOVE. > >Contribution by Rob Oakes. Would it make sense to reuse the already existing outline_up outline_down code, or to use the new code als