Notepad++

Notepad++ 4.8.2

Notepad++ v4.8.2 fixed bugs and added features (from v4.8.1) :

1. Fix unicode input problem for non-western language.
2. Add the capacity (behaviour) of keeping line highlighting even when Notepad++ loss its focus.
3. Fix missing fonts problem in font list of Stylers configurator.
4. Fix the hot key problem : make Alt+f+s work again.
5. Fix the hardware problem : make keyboard commands (such as "e-mail", "calculator",

"sound", ...) works again.

Notepad++ 4.8

Changes:

Notepad++ v4.8 fixed bugs and added features (from v4.7.5) :

1. Enhance Shortcut Mapper - all the commands (including plugins commands) can be assigned to a shortcut, even for the unmapped ones.
2. Upgrade Scintilla from v1.73 to v1.75
3. Add multi-line and vertical capacity for tab bar.
4. Add launch "as notepad" style feature (detection of asNotepad.xml, then launch notepad++ with -multiInst -nosession -notabbar options).
5. Add detection mouse wheel on the different view feature : User can scroll edit view when mouse on it, it's not necessary to set edit view as current view to scroll it.
6. Add clicking middle mouse button click to set current view feature : make clicked edit view be focused, but the cursor position does not change.
7. Add mouse wheel horizontal scroll feature (vista only).
8. Add mouse browsing (forward/back for switching to next/previous document) feature.
9. Make orange indicator on the top of tab lighter when the view loss the focus.
10. Add new look and feel of Docking container.
11. Fix word-completion crash bug while the word to complete exceeds 256 characters.
12. Fix full screen mode bug : can not switch applications by using Alt+TAB in full screen mode.
13. Fix Preference crash bug.
14. Add the utf8->ansi / ansi->utf8 conversion feature.
15. Add Go to offset feature (in Go To Line dialog).
16. Fix folding bugs while deleting the begin/end folding keywords.
17. Fix position restored bug : Wrap position is restored correctly while switching back document.
18. Fix locking current directory behaviour : Restore Notepad++ directory as working directory with no open files.
19. Fix the multi-line tab height display problem while adding/removing the document.
20. Enhance the auto-completion feature : user can define the number of characters to trigger auto-completion popup window.
21. Change the horizontal scroll behaviour from dynamic one to static one.

22. Fix the bug that cannot save file(s) if application closed while minimized.

Included plugins :

1. TexFX v0.24a
2. NppExec v0.2 RC3.2
3. Spell Checker v1.3.1
4. Explorer plugin v1.7.1
5. Hex editor v0.84
6. Base64 encoder/decoder v1.2
7. FTP_synchronize v0.9.6
8. NppExport v0.2.6

9. Compare plugin v1.5.1

Notepad++ 4.7

4.7 版本的 Notepad++ 除了增加了一个新的恢复系统外,还包括了一个 FTP 同步插件,和一个所见即所得的导出插件。看起来都是很强悍的功能, 下载

Notes:
Notepqd++ v4.7 is more robust thanks to the new recovery system to prevent the fail loading due to the corrupted files.
In this version, besides the User Language Define System, the new language (Scintilla external lexer) can be added in Notepad++ under the plugin form.
This new release includes 2 very demanded plugins : FTP_Synchronize and NppExport plugin.
FTP_Synchronize let you edit a remoted file directly in Notepad++. It uploads modified file while you save it in Notepad++.

NppExport is a true WYSIWYG exporter. It allows you not only to save your source code as a html/rtf file, but also to copy your source code in the clipbaord in RTF/HTML format, so you can paste it into your word processor (MS Word, Abiword, openoffice.org Writer) to get the same visual effect.

Changes:

Notepad++ v4.7 fixed bugs and added features (from v4.6) :

1. Make the "recovery system" for 3 mandatory xml files (config.xml, langs.xml and stylers.xml) to prevent the fail loading due to the corrupted files.
2. Extend plugin capacity - add the Scintilla external lexer capacity.
3. Add the ability to hide the tab bar with "-notabbar" flag in command line (ie. Notepad style).
4. Column selection is remembered now while switching among the files. As well this settings will be stored in the next session.
5. Add 2 Commends (beside Toggle Comment) Comment (Ctrl+K) and Uncomment (Ctrl+Shift+K).
6. Change "UTF8 without BOM" menu item behaviour.
7. Fix the hiding bug while launch time because of change of environment from duel monitors to mono monitor.
8. Remove vista UAC warning for GUP. Add "Update Notepad++" menu item.
9. Add NPPM_HIDETABBAR and NPPM_ISTABBARHIDE plugins messages.
10. Add NPPM_GETNPPVERSION message for plugin system.
11. Enhance the horizontal scroll feature.
12. Change Find in files behaviour : all the hidden directory won't be searched (for example : .svn).
13. Add build date-time in about box.
14. Fix a bug where a file with 2 or more consecutive spaces gives problems with sessions and history.

15. Fixe the problem where opening a file when in save as dialog saves the wrong file.

Included plugins :

1. TexFX v0.24a
2. NppExec v0.2 RC2
3. Spell Checker v1.3.1
4. Quick text v0.02
5. Explorer plugin v1.6.1
6. Hex editor v0.84
7. Base64 encoder/decoder v1.2
8. FTP_synchronize v0.9.5.0

9. NppExport v0.2.5.0

Notepad++ 4.6 (支持自动更新)

这个版本的 Notepad++ 4.6 最重要的特性就是增加了自动更新功能。作者独立了一个项目 http://gup-w32.sourceforge.net/ 来实现了一个通用的 win32 程序自动更新的框架。

注意必须安装 install(.exe) 版本才能获得该功能,zip 解压是不行的。

4.6 下载

Changes:

Notepad++ v4.6 fixed bugs and added features (from v4.5) :

1. Add Notepad++ self-update capacity (optional).
2. Fix save file dialog crash issue.
3. Fix the crash issue while the length of config.xml is zero.
4. Change the behaviour : When file is deleted from outside and switch back to Notepad++, user will be asked if he want to keep this file. If he answer yes, he will not be asked in the next time.
5. Change Window title from "Notepad++ - file path" to "file path - Notepad++"
6. Fix Run dialog bug: the executable file won't be executed even it is between the double quot.
7. Add open relative file path from command line feature.
8. Fix the crash issue when open a file which does not exist anymore from RFL (if its path exceed certain length).

9. Fix the bug that the title doesn't be updated while file status changed and updated.

Included plugins :

1. TexFX v0.24a
2. Function list v1.2
3. ConvertExt v1.1
4. NppExec v0.2 beta 4
5. Spell checker v1.2
6. Quick text v0.02
7. Light Explorer v1.4
8. Hex editor v0.84

9. Base64 ecoder/decoder v1.2

Notepad++ 4.5

Changes:

Notepad++ v4.5 fixed bugs and added features (from v4.4) :

1. Fix crash issue while the launch the session file which contains the same file in 2 views (clone mode).
2. Add the session file extension association feature.
3. Enhance the read/write config.xml to avoid crash.
4. Add new -ro and -noSession command line parameters.
5. Fix Russian display problem in the shortcut mapper.
6. Fix NPPN_SHUTDOWN notification bug.

7. Add NPPM_ACTIVATEDOCMENU message.

Included plugins :

1. TexFX v0.24a
2. Function list v1.2
3. ConvertExt v1.1
4. NppExec v0.2 beta 4
5. Spell checker v1.2
6. Quick text v0.02
7. Light Explorer v1.4

8. Hex editor v0.84

Notepad++ 4.4

从 ChangeLog 上看,Notepad++ 这次修改没有什么太让人印象深刻的地方。

Notepad++ v4.4 fixed bugs and added features (from v4.3) :

1. Add auto-add extension feature in file save dialog.
2. Fix crash issue while file is deleted outside (answer NO to popup dialog to not keep) and the silence update option is on.
3. Add Session Restore with Sub-View Settings feature.
4. Fix the Notepad++ getting focus problem while find dialog is activated.
5. Fix unwanted selection after popup dialog (keep file) when the file opened is deleted.

6. Add NPPN_FILEBEFOREOPENED, NPPN_FILECLOSED, NPPN_FILESAVED, NPPN_FILEBEFORESAVE and NPPN_SHUTDOWN plugin notifications.

Included plugins :

1. TexFX v0.24a
2. Function list v1.2
3. ConvertExt v1.1
4. NppExec v0.2 beta 4
5. Spell checker v1.2
6. Quick text v0.02
7. Light Explorer v1.4

8. Hex editor v0.84

Notepad++ 4.3

Notepad++ 升级到 4.3

Changes:

Notepad++ v4.3 fixed bugs and added features (from v4.2.2) :

1. Fix the crash bug due to the corrupted configuration file (config.xml and session.xml).
2. Fix the crash bug while the shortcut command is absent in shortcut.xml.
3. Fix the file status auto-detection bug : a unwanted selection after a pop-up dialog.
4. Enhance Styler Configurator : the visual effect is updated immediately while the setting is changing.
5. Add Global override feature (in Styler Configurator).
6. Fix the bold/italic/underline refresh problem in Stylers Configurator for Scintilla component.
7. Add hide lines feature (Menu : View->Hide lines).
8. Add new capacity (optional setting in Preferences dialog : Backup/Auto-completion tab) to trigger Auto-Completion(Function Completion or Word completion) automatically .
9. The set languages in session are remembered now.
10. Fix the Move down current line bug.
11. Add the start up with no plugins feature (command line : notepad++ -noPlugins).

12. Fix the display file type bug on the status bar while switching between the files.

Included plugins :

1. TexFX v0.24a
2. Function list v1.2
3. ConvertExt v1.1
4. NppExec v0.2 beta 4
5. Spell checker v1.1
6. Quick text v0.02
7. Light Explorer v1.4

8. Hex editor v0.84

Notepadd++ 发布 4.2.2 版

Changes:

v4.2.2 fixed bugs and added features (from v4.1.2) :

1. Fix the dockable dialog drag and drop problem under vista.
2. Add Column mode edition feature (Menu "Edit->Column Editor...").
3. Fixed "To UPPER/lower case" bug in column mode.
4. Fix the display bug in User language define dialog.
5. Add new feature which backups files in a user specific directory.
6. Fix TeX syntax highlighting corruption problem while switching off then switching back to current document.
7. Fix User Define Language extension recognition problem for sensitive case (now it's insensitive).
8. Add a menu entry to access to notepad++ plugins project page.
9. Enhance file open dialog (add all supported extensions in the filters list).
10. Fix bug of Run macro until EOF.
11. Add the filters in Find in files dialog.

12. Add a new transparency feature for Find dialog : Transparency on loss focus.

下载

Notepadd++ 发布 4.2.1 版

Notepad++ 这次又有不少更新:

v4.2.1 fix v4.2 crash issue by removing Explorer.dll from release.

In this release, a regression bug (replace in the selection bug) is fixed, as well Light Explorer is added.

v4.2 fixed bugs and added features (from v4.1.2) :

1. Fix the dockable dialog drag and drop problem under vista.
2. Add Column mode edition feature (Menu "Edit->Column Editor...").
3. Fixed "To UPPER/lower case" bug in column mode.
4. Fix the display bug in User language define dialog.
5. Add new feature which backups files in a user specific directory.
6. Fix TeX syntax highlighting corruption problem while switching off then switching back to current document.
7. Fix User Define Language extension recognition problem for sensitive case (now it's insensitive).
8. Add a menu entry to access to notepad++ plugins project page.
9. Enhance file open dialog (add all supported extensions in the filters list).

10. Fix bug of Run macro until EOF.

Plugins included in v4.2 :

1. TexFX v0.24a
2. Function list v1.2
3. ConvertExt v1.1
4. NppExec v0.2 beta 4
5. Spell checker v1.1
6. Quick text v0.02
7. Explorer v1.4

8. Hex editor v0.84

订阅 RSS - Notepad++ | BT的花