Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4045
    danderson
    Member

    It would be handy to display the return type (e.g. LF, CR+LF, CR) in the statusbar at the bottom of the window.

    Might also be nice to be able to change the return type w/o doing a “save as”.

    #4047
    Yutaka Emura
    Keymaster

    If you check Character Code at Cursor checkbox in the Status tab of the Customize dialog box, and when the cursor is at end of any line, you will see 0D+0A (CR+LF) or 0D (CR only) or 0A (LF only). You can also check Show CR and LF with Different Marks in the Marks tab of Properties to distinguish the return types. Since each line can have different return types in EmEditor, this is how EmEditor displays the return types for each line.

    To clarify how the Save As dialog works, it displays the current return method only when the entire document contains the same return method. If mixed return methods are used, No Change will be first selected.

    However, I might think about adding the entire document’s return methods (CR only, LF only, CR+OF, or mixed) in the status bar. :-)

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.