Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
x86 | 2022-12-02 | ||
x64 | 2022-12-02 | ||
Totals: 2 Items | 2 |
****************************************************************** * * * ExtSettings plugin v1.2.2 for Notepad++ * * Builds for 32 and 64 bits Notepad++ installations available * * * * Author: Andreas Heim, 2019 - 2022 * * * ****************************************************************** ============ Features ============ This plugin provides the ability to configure some Scintilla settings which are normally not available via the preferences dialog of Notepad++. It adds a button to the toolbar of Notepad++ to open its main dialog. Included settings: * Toggle unindenting of whitespace at line start using backspace key. * Toggle line drawing under first line of folded code block. * Set indentation guide lines style. * Set white space indicator style and size. * Set additional upper and lower line spacing. * Set line wrapping mode (none, at word boundaries, at any character, at whitespace characters). * Set which markers should be displayed on line wrapping (at end or start of subline of a wrapped line, in line numbers margin). * Toggle whether line wrapping markers should be displayed near text of subline end and/or subline start. * Show an arbitrary number of vertical lines at certain columns with a certain color (Notepad++ v7.7 and higher). * Configure search match highlighting. * Toggle allow cursor placing beyond line endings. * Toggle cursor wrapping to end of previous line when pressing Left Arrow key at line start (Notepad++ v7.7 and higher). * Toggle extend selection highlighting up to right hand border of editor window. * Set alpha value to draw selection highlighting translucently. * Toggle multiple pasting into multiple selections. * Toggle end-of-line conversion when pasting. * Set magnification for printing. Full functionality only is available in Notepad++ v7.7 and above. In earlier versions, there are some options that are not supported by the older version of Scintilla used there. They will be greyed out or invisible. ================= Installation ================= The necessary steps depend on the version of Notepad++ you use. Notepad++ versions prior to v7.6 -------------------------------- a) Copy the file "ExtSettings.dll" to the "plugins" directory of your Notepad++ installation. You can find the "plugins" directory under the installation path of Notepad++. b) Copy the file "doc\ExtSettings.txt" to the directory "plugins\doc". If it doesn't exist create it. Notepad++ version v7.6 ---------------------- a) Under "%UserProfile%\AppData\Local\Notepad++\plugins" create a directory "ExtSettings" and copy the file "ExtSettings.dll" to this directory. b) Under "%UserProfile%\AppData\Local\Notepad++\plugins\ExtSettings" create a directory "doc" and copy the file "doc\ExtSettings.txt" to this directory. Notepad++ versions v7.6.1 and v7.6.2 ------------------------------------ a) Under "%ProgramData%\Notepad++\plugins" create a directory "ExtSettings" and copy the file "ExtSettings.dll" to this directory. b) Under "%ProgramData%\Notepad++\plugins\ExtSettings" create a directory "doc" and copy the file "doc\ExtSettings.txt" to this directory. Notepad++ version v7.6.3 and higher ----------------------------------- a) Under "<Npp-install-dir>\plugins" create a directory "ExtSettings" and copy the file "ExtSettings.dll" to this directory. b) Under "<Npp-install-dir>\plugins\ExtSettings" create a directory "doc" and copy the file "doc\ExtSettings.txt" to this directory. =========== History =========== v1.2.2 - 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 support for Dark Mode icons. - 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.2.1 - October 2019 ~~~~~~~~~~~~~~~~~~~~~ - fixed: Due to changes in Notepad++ v7.8, configuration of indentation guide lines style did not work reliable anymore. v1.2 - September 2019 ~~~~~~~~~~~~~~~~~~~~~ - enhanced: Added configuration of search match highlighting. v1.1 - September 2019 ~~~~~~~~~~~~~~~~~~~~~ - enhanced: Added configuration of indentation guide lines style. - enhanced: Added configuration of white space indicator style and size. - enhanced: Added configuration of upper and lower line spacing. v1.0 - September 2019 ~~~~~~~~~~~~~~~~~~~~~ - Initial release