Fix Line Breaks

One frustration that has plagued Delphi developers for years is the problems caused when a source file has incorrectly formatted line-end characters. The Delphi editor expects a CR/LF pair (two characters) at the end of each line, but some programs and operating systems only use one. When a source file has been manipulated by such a program, the line returns can become corrupted, causing significant problems in debugging and, in some cases, compilation.

Castalia offers a simple solution to this problem. When you suspect that your line breaks have become corrupted, invoke the fix line breaks feature from the Castalia menu. Castalia will scan the file looking for corrupt line breaks. If it encounters any, it will fix them and report how many it fixed.

Copyright ©2008 TwoDesk Software Company. All Rights Reserved.