On 14 Feb, Alejandro Aguilar Sierra wrote:
> Hi,
> - Each time I open the file selector it insist to start at the same
> directory. It would be fine if it remembers the last directory it
> was, specially when working with several diagrams.
>
> - Similarly, when exporting to EPS, putting as default name the name
> of the diagram with the extension eps would be nice and time saving.
> If the dia file is filename.dia, the exported file would be filename.eps.
Yeah, this would be nice.
Another (vaguely similar) request i have gotten is stored preferences
like: grid on/off, grid size, reset tool after create on/off.
> Ah, another bug probably introduced by me cause it happens with
> interaction diagrams (those that have objects, lifelines and messages).
> Some times dia crash if I load several interaction diagrams that neither
> of them cause a crash individually.
Ohh. Seems bad. Do you want help tracking it?
/ Alex
By the way, the <string> object in the saved xml files will change
soon. It currently has problems with some characters ('&' and '<'),
because of a design error (i'm no xml expert...). I'm talking to the
gnome-xml author so i don't make any new mistakes.
The change is from <string val="txttxttxt"\> to
<string>txttxttxt</string>.
I will keep code that reads the old version, so we will be backward
compatible.
/ Alex