Bryan Harris wrote: > I noticed that the new filename append feature breaks when you have dashes > in > the filename. When you re-open a file, the dataset name gets chopped off > after > the dash. This keeps the graph from displaying properly.
Hi Bryan - I couldn't reproduce the issue with a filename with a "-" in it - it gets converted into a "_", Do you mean using something liike "-$FILENAME" as suffix? There's an issue where only characters A-Z, a-z and 0-9 and _ are supported in dataset names. This is only properly enforced when loading a script, unfortunately. I'd like to allow more characters, but it risks breaking the dataset expression evaluator, as it relies on symbols breaking up the parts of the expression which have the data substituted into them. So, the code needs more validation of dataset names in the UI and improved to handle more characters, Jeremy _______________________________________________ Veusz-discuss mailing list [email protected] https://mail.gna.org/listinfo/veusz-discuss
