- AuthorPosts
- December 31, 2016 at 2:19 pm #21430SimaParticipant
Hello Everyone,
This screenshot http://bit.ly/2iRzxq9 is of data I imported into Emeditor. Two questions
1. How can I get the arrow circled in Red to point downward like the arrows circled in Blue?
2. Also, what do these arrows mean exactly?Thanks!
January 2, 2017 at 1:33 am #21432StefanParticipantThe arrows you mention are probably the End-Of-Line (EOL) symbols for CRLF and LF respectively.
Picture: https://www.emeditor.com/text-editor-features/coding/multiple-selection-editing/
You can enable the visibility via “View > Marks > Returns” … and “CR and LF with different Marks”.
There should be only one type of that EOL-markers in one file: DOS/Windows (CRLF) -or- Unix (LF).
To change that EOL setting, utilizing “File > Save as…” and chose the wanted line endings from the drop-down menu in that dialog.
StefanJanuary 3, 2017 at 1:16 pm #21436Yutaka EmuraKeymasterHello,
The last one (LEFT ARROW) is the EOF (end of file) mark. This file shows that the last line is NOT terminated with a newline. You will might want to type ENTER at the end of the file to have consistent newlines at every line.
January 4, 2017 at 11:28 am #21441SimaParticipantThanks everyone.
Yutaka, I typed in ENTER as you mentioned and it worked great. However, how can I get the ENTER text I typed in to NOT show up as text in the file?
The reason I want it to NOT show up is that I’m merging two files large files together (via the Tools>Split/Combine>Combine-Documents-into-a-single-file feature) and I don’t want the resulting file the have the ENTER text in it.
January 4, 2017 at 12:20 pm #21445Yutaka EmuraKeymasterHello Sima,
I am not sure if I understand your question, but you shouldn’t have any problems merging two files if the last line is terminated with a newline. Did you try it already?
Thanks,January 4, 2017 at 12:53 pm #21447StefanParticipantYutaka, I typed in ENTER
Yutaka San did not want you to TYPE the word “Enter” literal into the document,
but rather to press the Enter key on your keyboard
while the cursor is after the last sign on the last line..
Hope that makes sense.January 9, 2017 at 10:21 am #21448SimaParticipantThanks!
- AuthorPosts
- You must be logged in to reply to this topic.