Visual Studio 2010 version can be found here.
Line Endings Unifier is an extension which allows you to change line endings in a whole solution, a specific project, a chosen folder or a certain source file. Just right click on a solution, a project, a folder or a source file in the Solution Explorer to find the 'Unify Line Endings' option.
You can go to the extension's options page:
Options -> Line Endings Unifier -> General Settings
to determine whether you want to have your line endings unified automatically on document save and to specify file extensions supported.
You can set the Default Line Ending to 'Dominant' - the line ending type that occurs the most in a given file.
Unix Line Endings. Text files created on DOS/Windows machines have different line endings than files created on Unix/Linux. DOS uses carriage return and line feed (' r ') as a line ending, which Unix uses just line feed (' '). Short version: file -k somefile.txt will tell you. It will output with CRLF line endings for DOS/Windows line endings. It will output with LF line endings for MAC line endings.
By default, after hitting 'Save All' button all files from a loaded solution are unified. If you want to unify only files that are open in the editor on 'Save All', set Unify Only Open Files On Save All to True.
The extension is capable of removing trailing whitespace characters while unifying newlines in your source files - you can turn on this feature by setting Remove Trailing Whitespace to True.
You can make the extension remember when and how files were unified by setting Track Changes to True - this will improve performance in some scenarios. Please note that this feature creates a '.leu' file in the solution directory.
Also, you can tell the extension to write some output to the Output window. To do this, set Write Report To The Output Window option to True.
To see the output from the extension, look at the Output window and set Show output from to Line Endings Unifier:
Mac Terminal Text Editor
Changes
Version 1.1
- added 'Unify Line Endings In This Folder' option
- added counting of changed line endings
Version 1.2
- added 'Force Default Line Ending On Document Save' option
- fixed a minor bug occurring on unifying line endings in *.vb files
Version 1.2.1
- added 'Supported File Formats' option
Version 1.2.2
- fixed bug occurring on 'Save All'
- fixed bug occurring sometimes on installation on Visual Studio 2012
Version 1.3
- added support for Visual Studio 2010
- added measuring of a time elapsed during unifying process
- added new option - 'Save Files After Unifying'
- changed options descriptions
- fixed two bugs (null reference exceptions)
Version 1.3.1
- added additional code to make sure commands are visible
Version 1.3.2
- added looking for projects in solution folders
- made unifying run as a separate task
Version 1.4
- added reporting changes in the Output window
Version 1.4.1
- added information about elapsed time in extension's reports
Text Editor For Mac Show Line Endings Download
Version 1.4.2
- added new option - 'Unify Only Open Files On Save All'
Version 1.4.3
- improved the performance of unifying large files
Version 1.4.4
- added new type of default line ending - Dominant
Version 1.4.5
- added Dominant type of line ending in the dialog appearing after RMB click on a solution, project, folder or a file
- the default line ending is now selected by default in the dialog mentioned above
Version 1.4.6
- added Supported File Names to options
Version 1.4.7
- fixed a bug: unifying didn't work on starting the build process, closing the document tab and comparing the files in a version control system
Text Editor For Mac Free
Version 1.4.8
Free Text Editor For Mac Os X
- fixed a bug: starting the build process caused unifying all files and a rebuild of a whole project as a result
Version 1.4.9
- improved output
Mac Text Editor Built In
Version 1.5
- added Visual Studio 2017 support
Version 1.5.1
- fixed a bug: no changes were actually made to the files not open in the editor when 'Save Files On Unifying' option was set to False
Version 1.6
- fixed a bug: 'Force Default Line Ending On Document Save' conflicts with Typescript's 'compileOnSave'
- fixed a bug: XAML files are ignored when doing a project wide unification of line endings
- added new option: 'Add Newline On The Last Line'
Version 1.6.1
Text Editor For Mac
- fixed a bug: trailing semicolon in the 'Supported File Formats' list caused problems
Text Editor For Mac Show Line Endings Free
Version 1.7
- added new option: 'Track Changes'
Version 1.8
- added new option: 'Remove Trailing Whitespace'
Version 1.8.1
- fixed a bug: https://github.com/jakubbielawa/LineEndingsUnifier/issues/12
Version 1.9
- added Visual Studio 2019 support (thanks to sherief)