Re: Automaticall open new diagram

2004-12-01 Thread Jeffrey Kern
I like the idea of using the empty (new, blank) diagram if it is untouched. If you wanted that new blank diagram, you would have touched it, right? If you wanted another new diagram after opening one into that, you can just do Ctrl+n to get a new, blank diagram. Another idea is, if you click "File

Re: Automaticall open new diagram

2004-11-26 Thread Octavio Alvarez Piza
On Fri, 26 Nov 2004 00:58:38 -0500 "James K. Lowden" <[EMAIL PROTECTED]> wrote: > Another way to look at that, fwiw, is > > Virtual == !dirty && empty > > That would mean that a diagram that had its contents deleted and saved > (hope that's clear) would recover its original virtualness.

Re: Automaticall open new diagram

2004-11-25 Thread James K. Lowden
On Thu, 25 Nov 2004 18:44:06 +0100 (CET), [EMAIL PROTECTED] wrote: > Octavio Alvarez Piza sagde: > > Hi. Why not a "dirty" flag? There might be one already there; I don't > > remember if Dia asks me to save the file before closing if it was > > changed since opened. > > It's there, in fact it's a

Re: Automaticall open new diagram

2004-11-25 Thread larsrc
Octavio Alvarez Piza sagde: > On Thu, 25 Nov 2004 12:54:33 +0100 (CET) > [EMAIL PROTECTED] wrote: > >> Gnumeric, for instance, already does this. It'd be easy to have a >> 'virtual' flag on a diagram, meaning it can be opened into if it is not >> yet modified. Patches very welcome. > > Hi. Why no

Re: Automaticall open new diagram

2004-11-25 Thread Octavio Alvarez Piza
On Thu, 25 Nov 2004 12:54:33 +0100 (CET) [EMAIL PROTECTED] wrote: > Gnumeric, for instance, already does this. It'd be easy to have a > 'virtual' flag on a diagram, meaning it can be opened into if it is not > yet modified. Patches very welcome. Hi. Why not a "dirty" flag? There might be one al

Re: Automaticall open new diagram

2004-11-25 Thread larsrc
Alan Horkan sagde: > > On Wed, 24 Nov 2004, Jeffrey Kern wrote: > >> Date: Wed, 24 Nov 2004 18:37:05 -0600 >> From: Jeffrey Kern <[EMAIL PROTECTED]> >> To: [EMAIL PROTECTED] >> Subject: Re: Automaticall open new diagram >> >> Firstly, I did not s

Re: Automaticall open new diagram

2004-11-24 Thread Alan Horkan
On Wed, 24 Nov 2004, Jeffrey Kern wrote: > Date: Wed, 24 Nov 2004 18:37:05 -0600 > From: Jeffrey Kern <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: Automaticall open new diagram > > Firstly, I did not suggest that it should be remove. Sorry I wasn't c

Re: Automaticall open new diagram

2004-11-24 Thread Jeffrey Kern
; On Wed, 24 Nov 2004, Jeffrey Kern wrote: > > > Date: Wed, 24 Nov 2004 17:59:37 -0600 > > From: Jeffrey Kern <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: Automaticall open new diagram > > > > "-Automaticall open new diagram if now c

Re: Automaticall open new diagram

2004-11-24 Thread Alan Horkan
On Wed, 24 Nov 2004, Jeffrey Kern wrote: > Date: Wed, 24 Nov 2004 17:59:37 -0600 > From: Jeffrey Kern <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Automaticall open new diagram > > "-Automaticall open new diagram if now chosen at start." > > C

Automaticall open new diagram

2004-11-24 Thread Jeffrey Kern
"-Automaticall open new diagram if now chosen at start." Can we add a command line flag to disable this? -w, --withholdnewDon not open new diagram. Or possibly something in the ~/.dia/diarc would suffice. I do not think that it should be forced as the defaul