1 Nov 2003 01:28
Re: Exporters overhaul
Neil Hodgson <nhodgson <at> bigpond.net.au>
2003-11-01 00:28:24 GMT
2003-11-01 00:28:24 GMT
Philippe: > I just finished a major Exporters.cxx overhaul... A very large change! Maybe this is the right opportunity to split the file up... A couple of small problems: there is a need for a .c_str() at the end of fprintf(fp, RTF_FONTDEF, 0, characterset, defaultStyle.font); The StyleDefinition constructor should initialise the fields in the same order as they are defined. I'm not totally happy about including the fore and back information in StyleDefinition twice, once as a string and once as a number as that could lead to desynchronisation although individual StyleDefinition fields aren't currently being updated individually I think. The code is committed with the minor fixes above and available from http://www.scintilla.org/scite.zip Source http://www.scintilla.org/wscite.zip Windows executable Hopefully people interested in particular output formats will check the results. Neil
Someone else reported that but I haven't been able to reproduce it.
Yes, it is time to run gdb and use --sync. Reporting a backtrace may
help. Also try with a current prerelease from CVS or
> Well, the best solution may be so store the data as string,
> and convert it on the fly when needed.
OK, I have changed it. Available from CVS and aforementioned locations.
Neil
RSS Feed