Log in

View Full Version : Notepad++ v.4.7


linhanshi
January 1st, 2008, 01:52
Happy New Year.

Notepad++ is a free generic source code editor and Notepad replacement, which supports several programming languages, running under the MS Windows environment.

Here's the new release Notepad++ v.4.7 :
http://sourceforge.net/project/showfiles.php?group_id=95717

This version is more robust thanks to the new recovery system to prevent the fail loading due to the corrupted xml files.
As well, besides the User Language Define System, the new language (Scintilla external lexer) can be added in Notepad++ under the plugin form.
For those who don't like tabbed document interface, "-notabbar" argument can be added in a shortcut or a command line to launch Notepad++ without tab.
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 clipboard 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.

Here are 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. Fix 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

For further information about this project, see:
http://notepad-plus.sourceforge.net/
and the project page:
http://sourceforge.net/projects/notepad-plus/

_http://downloads.sourceforge.net/notepad-plus/npp.4.7.Installer.exe?download

WaxfordSqueers
January 1st, 2008, 04:29
Quote:
[Originally Posted by linhanshi;71346]Happy New Year.
ditto

Quote:
[Originally Posted by linhanshi;71346]Notepad++ is a free generic source code editor and Notepad replacement....snip....
I tried to set it up to replace Notepad but it turned into a nightmare. Any tips?? Any I've read didn't work too well.

dELTA
January 1st, 2008, 12:48
I know many people who use it as their all-round editor, with great success. I hope your problems will get solved.

Anyway, CRCETL:
http://www.woodmann.com/collaborative/tools/Notepad%2B%2B

WaxfordSqueers
January 1st, 2008, 16:11
Quote:
[Originally Posted by dELTA;71363]I know many people who use it as their all-round editor, with great success. I hope your problems will get solved.
Hey Delta...what I meant was that I tried to replace the original notepad so that any calls to it would be intercepted by notepad++. It seems trivial, but notepad seems built into Windoze like IE deplorer, and simply replacing references to notepad by notepad++ don't go over that well.

dELTA
January 2nd, 2008, 04:52
Ah, I see, and yeah, I can imagine. All too many things are hardcoded in Windows...

linhanshi
January 3rd, 2008, 03:37
Notepad++ v4.7.1

2008-01-02

Changelog:

Notes:
Notepqd++ v4.7.1 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.1 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.
16. Add "Clean Recent File List" menu command.

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

Setup:
http://downloads.sourceforge.net/notepad-plus/npp.4.7.1.Installer.exe
http://ovh.dl.sourceforge.net/notepad-plus/npp.4.7.1.Installer.exe

Standalone:
http://downloads.sourceforge.net/notepad-plus/npp.4.7.1.bin.zip
http://ovh.dl.sourceforge.net/notepad-plus/npp.4.7.1.bin.zip

JMI
January 3rd, 2008, 14:19
Thanks for keeping our readers updated on new versions.

Regards,

dELTA
January 3rd, 2008, 14:34
...even though the proper/recommended way to do it is to update the CRCETL entry for it yourself, and then drop a note about this here in the forums.

linhanshi
January 4th, 2008, 02:43
JMI:Thanks you 。

I have seen in the new year. RCE AND EXETOOLS have a very good development.

linhanshi
February 15th, 2009, 10:33
Notepad++ v5.2

Changelog for v5.2 / 2009-02-08

1. Fix Function Tip crash issue.
2. Fix the find in files crash bug while cloned views are side by side and focus is on main view.
3. Fix a crash bug after searching/replacing in files returned with no results.
4. Enhance "Find in all opened files" and "Find in files" features.
5. Add Replace in files feature.
6. Fix command line parsing to accept unquoted files as single argument.
7. Refine "open ANSI files as UTF8 w/o BOM" feature.
8. Add minidump feature in the case of crash for debug use.
9. Adjust PostIt/FullScreen behaviour to mix well together.
10. The file filters and the directory are set while find/replace/findInFiles dialog is launched.
11. Adding find in files filters supports user defined language.
12. Fix the bug that texts in combo box of Find dialog are restored not in order on the launch time.
13. Add NPPM_DOOPEN plugin message.

Download:Setup: http://downloads.sourceforge.net/notepad-plus/npp.5.2.Installer.exe
Standalone: http://downloads.sourceforge.net/notepad-plus/npp.5.2.bin.zip

Notepad++ Portable v5.2
2009-02-12

Changelog:
- Notepad++ updated to 5.2
- Multilingual installer (not all strings translated yet)

Download:
http://downloads.sourceforge.net/portableapps/Notepadpp_Portable_5.2.paf.exe

JMI
February 15th, 2009, 15:51
Again thanks for keeping our readers updated.



Regards,

Aimless
February 15th, 2009, 23:10
Quote:
[Originally Posted by dELTA;71363]Anyway, CRCETL:
http://www.woodmann.com/collaborative/tools/Notepad%2B%2B


What, now we start stocking up on sourceforge tools also...?

Have Phun

dELTA
February 17th, 2009, 10:00
The main purpose of CRCETL isn't to "stock up" on anything, but rather to index any and all tools that can be of use for a reverser in any given situation, in such a way that they will be easy to find and make use of whenever you are in this specific situation.

Local hosting of tools is an extra, which is only done for tools that don't have their own stable hosting, and thus, we are not hosting Notepad++, even though it has its entry listed in the CRCETL index.

linhanshi
May 28th, 2009, 02:13
Notepad++ v5.4.1
2009-05-27

Changelog

1. Add ChangeMarkers plugin in installer.
2. Add theme description in installer.
3. Make installer update contextMenu.xml (backup the old one then override it with the new one).
4. Fix lastRecentFileList localization issue.
5. Add readonly change status notification for plugin system.
6. Fix Styler Configurator user extension handler.
Download

Setup:
http://downloads.sourceforge.net/notepad-plus/npp.5.4.1.Installer.exe

Standalone-ZIP:
http://downloads.sourceforge.net/notepad-plus/npp.5.4.1.bin.zip

Standalone-7z:
http://downloads.sourceforge.net/notepad-plus/npp.5.4.1.bin.7z

disavowed
May 28th, 2009, 11:12
Quote:
[Originally Posted by WaxfordSqueers;71349]I tried to set it up to replace Notepad but it turned into a nightmare. Any tips?? Any I've read didn't work too well.

Have you tried using HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options?

linhanshi
May 31st, 2009, 22:45
Notepad++ v5.4.2
2009-06-01

Note

If there's no critical bug found, v5.4.2 should be the last version of v5.4.x.
Changelog

1. Fix the localization switcher bug while w/o doLocalConf.xml.
2. Fix only one document "Move to other view" close Notepad++ instance issue.
3. Fix plugin menu boolean check box bug.
Download

Setup:
_http://downloads.sourceforge.net/notepad-plus/npp.5.4.2.Installer.exe

Standalone-ZIP:
_http://downloads.sourceforge.net/notepad-plus/npp.5.4.2.bin.zip

Standalone-7z:
_http://downloads.sourceforge.net/notepad-plus/npp.5.4.2.bin.7z

linhanshi
June 7th, 2009, 02:33
2009-06-07

Changelog

1. Fix clickable link styling bug.
2. Fix document tab click launching a new instance bug.
Download

Setup:
_http://downloads.sourceforge.net/notepad-plus/npp.5.4.3.Installer.exe

Standalone-ZIP:
_http://downloads.sourceforge.net/notepad-plus/npp.5.4.3.bin.zip

Standalone-7z:
_http://downloads.sourceforge.net/notepad-plus/npp.5.4.3.bin.7z