Name | Modified | Size | Downloads / Week |
---|---|---|---|
v1.0.4 | 2023-03-29 | ||
v1.0.3 | 2022-11-10 | ||
v1.0.2 | 2019-06-06 | ||
v1.0.0 | 2018-11-09 | ||
v1.0.1 | 2018-11-09 | ||
readme.txt | 2023-03-29 | 3.6 kB |
|
Totals: 6 Items | 3.6 kB | 389 |
****************************************************************** * * * AutoEolFormat plugin v1.0.4 for Notepad++ * * Builds for 32 and 64 bits Notepad++ installations available * * * * Author: Andreas Heim, 2018 - 2023 * * * ****************************************************************** ============ Features ============ This plugin allows you to create file classes which are defined by related filename extensions. For every file class you have to provide the EOL (End of Line) format to which should be switched to when the plugin detects that the active Notepad++ document is a member of this file class. ================ How it works ================ The plugin captures the following events in Notepad++: - A file is loaded, saved or renamed. - The active tab of Notepad++ is changed. - A file is closed or deleted (only for internal management). - Notepad++ shuts down (only for internal management). When one of these events fires the plugin gets invoked. In the former two cases, after it has verified the membership to a certain file class it converts the EOL format of the active document to the format of this file class, according to your settings. NOTE: Files are not automatically saved after the EOL format has been converted by the plugin, you are always able to discard the changes by reloading the file. ================= Installation ================= 1. If you run a 32 bits version of Notepad++ copy the file "bin\x86\AutoEolFormat.dll" to the directory "plugins\AutoEolFormat" of your Notepad++ installation. In case of a 64 bits version take the file "bin\x64\AutoEolFormat.dll". You can find the "plugins" directory under the installation path of Notepad++. The directory "AutoEolFormat" you have to create by yourself. 2. Copy the file "doc\AutoEolFormat.txt" to the directory "plugins\AutoEolFormat\doc". If it doesn't exist create it. =========== History =========== v1.0.4 - March 2023 ~~~~~~~~~~~~~~~~~~~ - fixed: When a list of files is opened using Explorer context menu entry, EOL format is switched for last opened file only. - enhanced: Added new Notepad++ message constants up to v8.5.1 - enhanced: Added new Notepad++ menu command ids up to v8.5.1 - enhanced: Added new Scintilla constants up to v5.3.4 v1.0.3 - November 2022 ~~~~~~~~~~~~~~~~~~~~~~ - fixed: When plugin's dialog boxes are on screen but hidden by another application's window which has input focus, it is not possible to return to Notepad++ by clicking its taskbar icon. - fixed: Wrong implementation of Notepad++ version comparison. - enhanced: Added new Notepad++ message constants from v7.9.2 up to v8.4.7 - enhanced: Added new Notepad++ menu command ids from v7.9.6 up to 8.4.7 - enhanced: Added new Scintilla constants from v4.4.6 up to v5.3.1 - enhanced: Adapted to new Scintilla v5.3.1 API of Notepad++ v8.4.7 v1.0.2 - June 2019 ~~~~~~~~~~~~~~~~~~ - changed: Adapted to new Scintilla API v4.1.4 in Notepad++ v7.7 v1.0.1 - November 2018 ~~~~~~~~~~~~~~~~~~~~~~ - changed: Adopted new plugin hosting model of Notepad++ version v7.5.9 and higher. v1.0 - October 2018 ~~~~~~~~~~~~~~~~~~~ - Initial version