[Stackoverflow] [Progress OpenEdge ABL] Inconsistent new file line delimiter in PDSOE with OpenEdge

Status
Not open for further replies.
E

elam

Guest
I'm using Progress developer studio with OpenEdge 11.7.3.

In Window > Preferences > Workspace, I have "New text file line delimiter" setup to Other(Unix).
In project level (Project > Properties > Resource), I see "Inherited from container" automatically set to Unix. With this setup, I encountered in inconsistent behavior.

File created from File > New > File uses Unix LF as line delimiter only, which is expected.

However, when creating from File > New > ABL Procedure (or ABL Include, ABL Class, etc), all end up with CRLF as line delimiter. Anyone know why? Anything can be done about it?

I found that if I go to project level, I use "Other"(and select unix) instead of "Inherited from container", then all files use LF only. But, that will have to do manually, and for all projects!

All I need is a way to set this up at environment level only and work for all new files, no project level setup.

Continue reading...
 
Status
Not open for further replies.
Top