>>>>> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> On Fri, 2006-04-07 at 08:54 +0200, Edwin Leuven wrote: >> in openoffice one can move up/down paragraphs by hitting >> ctrl+up/down >> >> i find this very useful (more convenient than copy/paste) >> >> was wondering whether this would be a nice thing to have in lyx >> >> have no idea how easy it is to implement though (some swapping of >> two adjacent insets in some list?) Martin> The place to add this to would be toc.C... I don't think it Martin> would be hard at all. Not in toc.C, since it is not toc related. Rather text3.C. I think you can either do some cut-and-paste, or maybe directly a std::swap(plist[i], plist[i+1]) JMarc