Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11140
    mcdgfd
    Participant

    I develop on Windows, and deploy to Unix/Linux/BSD

    I’d like to replace my ordinary Save button (and Ctrl+S, and the item in the menu) with one that always save as Unix style line endings.

    I’ve seen in the help file that it references a plugin:
    EEID_SAVE_AS_LF (4107)

    But, I can’t figure out where to get hold of that plugin, or how I might use it for my purpose.

    Any help greatly appreciated.

    #11141
    Stefan
    Participant

    .

    EEID_SAVE_AS_LF (4107) 

    That method can be used by an plugin author.
    It doesn’t tells that there has to be such a plugin already.

    But I guess what you want is already possible on default.
    Just configure the wanted saving details…

    Check:
    – Tools > Properties for xxx Configuration
    – click at the [File] tab
    – click at the [Saving…] button
    – choose wanted “Return Method:”
    CR+LF (Windows)
    CR only
    LF only (Unix)

    Does that work for you?

    Line Enders EOL End of line breaks returns

    #11142
    mcdgfd
    Participant

    It does indeed Stefan. Danke!

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