Developer's Documentation

2000-05-17 Thread Martin D. Muggli
Hello A fellow student and I are working on a school project to create a communication layer between LyX and the computer algebra system MuPAD. We have been searching for detailed developer documents concerning LyX without much luck. If they don't exist we will be creating some and we will subm

RE: Developer's Documentation

2000-05-18 Thread Juergen Vigna
On 17-May-2000 Martin D. Muggli wrote: > Hello > > A fellow student and I are working on a school project to create a > communication layer between LyX and the computer algebra system MuPAD. We > have been searching for detailed developer documents concerning LyX > without much luck. If they d

Re: Developer's Documentation

2000-05-18 Thread Dekel Tsur
On Wed, May 17, 2000 at 10:42:42AM -0600, Martin D. Muggli wrote: > A fellow student and I are working on a school project to create a > communication layer between LyX and the computer algebra system MuPAD. We Can someone provide some intelligent comments on how to implement this? For example,

Re: Developer's Documentation

2000-05-22 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Wed, May 17, 2000 at 10:42:42AM -0600, Martin D. Muggli Dekel> wrote: >> A fellow student and I are working on a school project to create a >> communication layer between LyX and the computer algebra system >> MuPAD. We Dekel> Ca

Re: Developer's Documentation

2000-05-22 Thread Jean-Marc Lasgouttes
> "Martin" == Martin D Muggli <[EMAIL PROTECTED]> writes: Martin> My question is: Do such documents exist? (UML, programmer's Martin> manual, etc.) The www.devel.lyx.org page says design documents Martin> are on the references page but the ones I've found are pretty Martin> sparse and primari

Re: Developer's Documentation

2000-05-23 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | internal of LyX are in a bit of a flux. I guess Lars is the one who | could tell you what the big picture is. With regard to mathed, no. | That would be really great. We have some infrastructure for using | srcdoc and some files are documented.

Re: Developer's Documentation

2000-05-23 Thread Baruch Even
On 23 May 2000, Lars Gullik Bjønnes wrote: > | That would be really great. We have some infrastructure for using > | srcdoc and some files are documented. We could use more documentation > | (to say the least). > > someone should take the time and check if doc++/srcdoc is still > working ok. the

Re: Developer's Documentation

2000-05-23 Thread Lars Gullik Bjønnes
Baruch Even <[EMAIL PROTECTED]> writes: | As far as I can see there is no srcdoc (or any other doc) target in the | makefiles. You are right. We should make one though. Lgb

Re: Developer's Documentation

2000-05-23 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Baruch Even <[EMAIL PROTECTED]> writes: | | | As far as I can see there is no srcdoc (or any other doc) target in the | | makefiles. | | You are right. We should make one though. After some checking it seems that doc++ is not able to create the

Re: Developer's Documentation

2000-06-21 Thread John Weiss
On Tue, May 23, 2000 at 09:38:26PM +0200, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > > After some checking it seems that doc++ is not able to create the > documentation anymore. What other options do we have? Doc++ is rather error-prone. We use doc++ at work,

Word-completion; Transpose; Developer's Documentation?

2006-09-27 Thread Dov Feldstern
Hi! I've been wanting to have some kind of word-completion mechanism in LyX (something like C-p in vim or M-/ in emacs). The only mention of this that I found was in the unanswered questions section in the FAQ (http://wiki.lyx.org/FAQ/Unanswered#toc2), or on the Complaints page in the LyX wik

Re: Word-completion; Transpose; Developer's Documentation?

2006-09-28 Thread Helge Hafting
Dov Feldstern wrote: [...] Finally, back to word-completion: I've started working on that, but the main problem I've run into is preserving state between consecutive invocations. For example, let's say C-p is bound to this function. So the first time I call C-p, the word which the cursor is at

Re: Word-completion; Transpose; Developer's Documentation?

2006-09-28 Thread Jean-Marc Lasgouttes
> "Dov" == Dov Feldstern <[EMAIL PROTECTED]> writes: Dov> While trying to get my bearings in the code, I noticed that there Dov> was a stub for a transpose function (LFUN_TRANSPOSE_CHARS), so I Dov> thought that writing that function would be a good exercise for Dov> getting familiar with the

Re: Word-completion; Transpose; Developer's Documentation?

2006-09-29 Thread Dov Feldstern
Thanks, I don't know why I didn't think of that...! I'll play around with this a bit and see where I get. Helge Hafting wrote: Dov Feldstern wrote: [...] Finally, back to word-completion: I've started working on that, but the main problem I've run into is preserving state between consecutive

Re: Word-completion; Transpose; Developer's Documentation?

2006-09-29 Thread Dov Feldstern
Hi! Thanks for your comments, that's exactly what I was hoping to get from someone who is familiar with the Lyx internals. Attached is a fixed up version of the patch, mostly incorporating the points you raised, but see below for specifics. Two major changes (well, as major as anything rela

Re: Word-completion; Transpose; Developer's Documentation?

2006-09-29 Thread Jean-Marc Lasgouttes
> "Dov" == Dov Feldstern <[EMAIL PROTECTED]> writes: Dov> Thanks again for your comments, I'd be happy to hear any more. Pleas ebe patient if they do not come right away. I am rather busy these days. JMarc