Re: questions, questions

2000-04-26 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | IMO (now as you address this) it would be a nice idea to start LyX with | an empty document (automatic New) open. Then if we don't do anything and | only Open another Document we just can close this before and then open | the new one. What do you think?

Re: questions, questions

2000-03-31 Thread Allan Rae
On Thu, 30 Mar 2000, Angus Leeming wrote: > class LyXView { > public: > LyXFunc * getLyXFunc() { return lyxfunc; } > BufferView * view() { return bufferview; } > private: > LyXFunc * lyxfunc; > BufferView * bufferview; > } > > both lyxfunc and bufferview are set in LyXVie

Re: questions, questions

2000-03-31 Thread Allan Rae
On Fri, 31 Mar 2000, Juergen Vigna wrote: > > On 31-Mar-2000 Lars Gullik Bjønnes wrote: > > > > So when I delete the last loaded document/buffer lyx should just > > create an empty one? > > > > IMO (now as you address this) it would be a nice idea to start LyX with > an empty document (automa

Re: questions, questions

2000-03-30 Thread Juergen Vigna
On 31-Mar-2000 Lars Gullik Bjønnes wrote: > > So when I delete the last loaded document/buffer lyx should just > create an empty one? > IMO (now as you address this) it would be a nice idea to start LyX with an empty document (automatic New) open. Then if we don't do anything and only Open ano

Re: questions, questions

2000-03-30 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | QUESTION 1. Would it not make more sense if the public | methods returned references? This is probably true of most | of the methods in LyXFunc that currently return pointers to | data. What then to return if you have no BufferViews (of we could just p