michael
|
df9cea5cc4
* Additional fix for GetDelimitedText
|
5 years ago |
michael
|
51b43aff3f
* Simplified SetDelimitedText
|
5 years ago |
michael
|
81c7da83a9
* Fix bug ID #0037605: Setting quotechar to NULL char disables quoting
|
5 years ago |
michael
|
2dfc5b160b
* Fix wrong start/stop index
|
5 years ago |
michael
|
0ff254e00f
* Fix bug ID #36837: add ToObjectArray, ToStTringArray and SetStrings
|
5 years ago |
ondrej
|
77fecff30e
TStrings.SaveToStream(TStream): use FEncoding as the default for IgnoreEncoding=False so that loaded files are correctly resaved
|
5 years ago |
ondrej
|
461a648f67
TStrings: default options:
|
5 years ago |
ondrej
|
c3f8b7c914
Revert r43942: TStrings: old SaveToFile(string) and SaveToStream(TStream) should ignore Encoding and stay backwards compatible within FPC. Use the other overloads for Encoding-aware SaveTo* methods
|
5 years ago |
ondrej
|
6ed89d4101
TStrings: add missing SaveToFile overload with IgnoreEncoding parameter
|
5 years ago |
ondrej
|
7dba9f0294
TStrings: old SaveToFile(string) and SaveToStream(TStream) should ignore Encoding and stay backwards compatible within FPC. Use the other overloads for Encoding-aware SaveTo* methods
|
5 years ago |
ondrej
|
ee18a7ee9a
classes: add TStringsOption.soPreserveBOM
|
5 years ago |
ondrej
|
5d58ced92b
classes: add TStrings.Options (Delphi-compatibility)
|
5 years ago |
ondrej
|
a446032f32
classes: fix TStrings.SaveToStream overloads (Delphi-compatibility + introduce IgnoreEncoding-overload for legacy FPC code like for LoadFromStream)
|
5 years ago |
michael
|
abeb00cd94
* Fix bug ID #34303, readability opimizations
|
5 years ago |
michael
|
23ef6459bd
* Fix bug #36284: small refactoring
|
5 years ago |
michael
|
f622f58b04
* Observe doclear
|
5 years ago |
michael
|
e578477334
* Refactor AddDelimitedText/SetDelimitedText
|
5 years ago |
michael
|
d3ceede910
* Reduce use of Length(aValue) in setdelimitedtext
|
5 years ago |
michael
|
3b867da924
* Add AddDelimitedText,AddCommatext by Werner Pamler (bug ID 36249)
|
5 years ago |
michael
|
faee789507
* Add some functional methods to TStrings
|
5 years ago |
michael
|
30bc217d55
* Fix bug ID #0036246, delphi compatibility property
|
5 years ago |
michael
|
a516b6fd74
* Fix bug ID #0035817
|
6 years ago |
michael
|
7c36912eb0
* Better fix for 35660: Introduced TMissingNameValueSeparatorAction
|
6 years ago |
michael
|
833e00bfbd
* Fix bug #35660, introduce prefervaluestonames
|
6 years ago |
michael
|
27894ebe68
* Patch from Serge Anvarov to improve TStrings.GetNextLine and TStrings.GetNextLineBreak (bug ID 35331)
|
6 years ago |
michael
|
08d6b446f0
* Fix bug ID #35345, allow tstrings.text to exceed 2Gb
|
6 years ago |
michael
|
cae2c94e90
* Patch from Ondrej Pokorny to let AddStrings call beginupdate/endupdate under all circumstances (bug ID 35341)
|
6 years ago |
nickysn
|
ff90e7622a
+ added .Sort overloads, that specify an algorithm and use the sortbase defined
|
6 years ago |
nickysn
|
d86da19570
* use the sort algorithm from sortbase for TStringList
|
6 years ago |
michael
|
bf3e437dd6
* Fix bug #33475, add AddPair for Delphi compatibility, modified patch by Silvio Clecio
|
7 years ago |