Any but with uVision editor?

I edit a file out side of uVision(Microsoft Visual Studio),such as:

......
first line
second line
......
after this file is reloaded by uVision,it becomes:
......
first line

secon line
......
According to ANSI C specification,file is opened in either text mode or binary mode.It seem that the editor doesn't deal with ASCII char LF(0x0A) and CR(0x0D) correctly.

More questions in this forum