Commit | Date | |
---|---|---|
[r1145]
by
delphidabbler
Added new TBinDataStreamReader and TBinDataStreamWriter classes for reading and writing formatted binary data using a wrapped stream. |
2010-12-02 01:35:14 | Tree |
[r1144]
by
delphidabbler
* Changed UUtils unit's ListFiles routine to return full file specification in list of files rather than just the base name. |
2010-12-02 00:25:56 | Tree |
[r1143]
by
delphidabbler
Changed TSourceGen's IncFileAsString and UnitAsString methods to use TStringBuilder to build output string instead of a writer object that wraps a string stream. |
2010-12-01 21:07:37 | Tree |
[r1142]
by
delphidabbler
Changed TParsedHiliter to use TStringBuilder to build output string instead of a writer object that wraps a string stream. |
2010-12-01 20:48:31 | Tree |
[r1141]
by
delphidabbler
* Renamed UTextStreamReader unit as UStringReader and TTextStreamReader class as TStringReader. Changed TStringReader to read its data from a string instead of a stream. |
2010-12-01 20:27:54 | Tree |
[r1140]
by
delphidabbler
Removed the ISyntaxHiliter.Hilite method overload that read source and wrote highlighted source using streams. Also removed it from interface implementations, refactoring code as required. |
2010-12-01 20:01:44 | Tree |
[r1139]
by
delphidabbler
Changed so that content of files read from backup file are restored unprocessed in exactly the same format they were stored in. No string processing is now done - the files are recorded as raw data internally. |
2010-12-01 18:50:53 | Tree |
2010-12-01 17:17:00 | Tree | |
[r1137]
by
delphidabbler
Changed position where version info displayed to suit revised splash image. |
2010-12-01 17:15:32 | Tree |
[r1136]
by
delphidabbler
* Changed TDataStreamIOBase constructor that took two boolean flags to indicate ownership of stream and encoding to now take just a single set parameter that specifies ownership of both stream and encoding. |
2010-12-01 14:48:40 | Tree |