- AuthorPosts
- June 7, 2013 at 10:24 am #11140mcdgfdParticipant
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.
June 7, 2013 at 11:07 am #11141StefanParticipant.
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
June 7, 2013 at 12:38 pm #11142mcdgfdParticipantIt does indeed Stefan. Danke!
- AuthorPosts
- You must be logged in to reply to this topic.