lazarus/components/jcf2/ReadWrite
2019-03-16 21:17:58 +00:00
..
CodeReader.pas
CodeWriter.pas
Converter.pas JCF: Rename FormatSettings -> FormattingSettings because of a confusing name clash. 2017-07-13 08:19:33 +00:00
ConvertTypes.pas JCF: Fix the option to confirm the formatting of a unit. Patch from Balázs. 2017-07-13 19:19:00 +00:00
EditorConverter.pas JCF2: Use String type + UTF-8 instead of WideString. Prevents conversions and compiler warnings. Also related to issue #27945. 2015-12-26 16:52:28 +00:00
EditorReader.pas
EditorWriter.pas
FileConverter.pas JCF: Rename FormatSettings -> FormattingSettings because of a confusing name clash. 2017-07-13 08:19:33 +00:00
FileReader.pas
FileWriter.pas Respect compiler OPT='-v0' by using {$push} and {$pop} in code. Issue #34955. 2019-03-16 21:17:58 +00:00
StringsConverter.pas
StringsReader.pas
StringsWriter.pas