Re: DEPM does not need LyXText object

2007-02-08 Thread Michael Gerz
Jean-Marc Lasgouttes schrieb: Michael> To simplify the use of DEPM in other contexts (CT comes to my Michael> mind), I suggest making two method static. In this case, you should even move it to one of the *_funcs.C file. FYI: Author: schmitt Date: Thu Feb 8 16:01:58 2007 New Revision: 171

Re: DEPM does not need LyXText object

2007-02-02 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> Hi, to my surprise, LyXText::DEPM does not need a LyXText Michael> object but solely operates on cursors. Michael> To simplify the use of DEPM in other contexts (CT comes to my Michael> mind), I suggest

Re: DEPM does not need LyXText object

2007-02-02 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> Hi, to my surprise, LyXText::DEPM does not need a LyXText Michael> object but solely operates on cursors. Michael> To simplify the use of DEPM in other contexts (CT comes to my Michael> mind), I suggest making two method static.