ciderpress/reformat
Andy McFadden 5498a4e835 Handle carriage returns in REM statements
With a bit of hex-editing it's possible to embed carriage returns
in REM statements.  The reformatter wasn't handling that well.  The
new output matches what LIST generates.

The output generated cannot be imported by the text-to-BASIC
importer because it doesn't understand the blank lines.  The output
generated before this change didn't work either, though that was a
bit harder to figure out because the CRs are harder to see in Windows
than CRLF.

It should be possible to teach the importer to handle such files,
though I think these files are pretty rare -- I happened to find
them in some Peter Watson freeware.
2015-01-21 13:40:28 -08:00
..
AppleWorks.cpp
AppleWorks.h
Asm.cpp
Asm.h
AWGS.cpp Fix subvol charset handling 2015-01-15 10:34:45 -08:00
AWGS.h
BASIC.cpp Handle carriage returns in REM statements 2015-01-21 13:40:28 -08:00
BASIC.h
Charset.cpp Fix subvol charset handling 2015-01-15 10:34:45 -08:00
Charset.h Simplify 2015-01-15 14:21:01 -08:00
CPMFiles.cpp
CPMFiles.h
Directory.cpp
Directory.h
Disasm.cpp
Disasm.h
DisasmTable.cpp
DoubleHiRes.cpp
DoubleHiRes.h
DreamGrafix.cpp
HiRes.cpp
HiRes.h
MacPaint.cpp
MacPaint.h
NiftyList.cpp
PascalFiles.cpp
PascalFiles.h
PrintShop.cpp
PrintShop.h
Reformat.cpp
Reformat.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
reformat.vcxproj Fix subvol charset handling 2015-01-15 10:34:45 -08:00
reformat.vcxproj.filters Fix subvol charset handling 2015-01-15 10:34:45 -08:00
ReformatBase.cpp Fix subvol charset handling 2015-01-15 10:34:45 -08:00
ReformatBase.h Fix subvol charset handling 2015-01-15 10:34:45 -08:00
ResourceFork.cpp
ResourceFork.h
Simple.cpp
Simple.h
StdAfx.cpp
StdAfx.h Reimplement ChooseDirDialog 2015-01-13 13:25:34 -08:00
SuperHiRes.cpp
SuperHiRes.h
Teach.cpp Fix subvol charset handling 2015-01-15 10:34:45 -08:00
Teach.h
Text8.cpp
Text8.h