Kbase P109558: Opening the text file created in Unix environment in OpenEdge Architect does not change line delimit
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  30/01/2006 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1x
SYMPTOM(s):
Opening the text file created in Unix environment in OpenEdge Architect does not change line delimiters
File containing only line feed character as delimiter opened with Procedure Editor in Windows
environment replaces it with carriage return and line feed on save
When opening *nix text file, <LF> is not automatically converted to <CR><LF> in OpenEdge Architect
OpenEdge Architect preserves the line delimiter as found in the original text file
CAUSE:
This is expected behavior as Eclipse being used within OpenEdge Architect environment
has the default behavior to preserve the existing line delimiter.
FIX:
Convert the line delimiters within the opened text file (source code such as procedures and include files)
using the menu option 'File' followed by 'Convert Line Delimiters To', where the presented options are:
'Windows', 'Unix' or 'MacOS 9'.