[RELEASE] Notepad++ v5.6.5 release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@603 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
3f6f0e9b2e
commit
910b88d52b
@ -1,3 +1,15 @@
|
|||||||
|
Notepad++ v5.6.5 new features and fixed bugs (from v5.6.4) :
|
||||||
|
|
||||||
|
1. Fix loading encoding file making file corrupted (after saving).
|
||||||
|
2. Fix xml/html encoding overrides BOM if present.
|
||||||
|
3. Fixed Chinese/Japanese/Korean characters display problem after "find in the current document".
|
||||||
|
4. Add "set find text and find next" feature.
|
||||||
|
5. Add JSP.
|
||||||
|
6. Recover langs.xml while its length is zero.
|
||||||
|
7. Fix "Close Window(s)" in Window dialog bug (if file is dirty and cancel to close).
|
||||||
|
8. Fix finding "\0" or "\x00" issue in find extened mode.
|
||||||
|
9. Add "\u" in find extened mode to find Unicode encoding character(ex. "\u00e9" find 'é').
|
||||||
|
|
||||||
Notepad++ v5.6.4 new features and fixed bugs (from v5.6.3) :
|
Notepad++ v5.6.4 new features and fixed bugs (from v5.6.3) :
|
||||||
|
|
||||||
1. Add feature of conversion from a localization encoding to UNICODE.
|
1. Add feature of conversion from a localization encoding to UNICODE.
|
||||||
@ -55,14 +67,13 @@ Notepad++ v5.6 new features and fixed bugs (from v5.5.1) :
|
|||||||
Included plugins (Unicode):
|
Included plugins (Unicode):
|
||||||
|
|
||||||
1. TextFX v0.26
|
1. TextFX v0.26
|
||||||
2. NppExec v0.3.2
|
2. Spell Checker v1.3.3
|
||||||
3. Spell Checker v1.3.3
|
3. MIME Tools v1.6
|
||||||
4. MIME Tools v1.6
|
4. NppExport v0.2.8
|
||||||
5. NppExport v0.2.8
|
5. NppNetNote v0.1
|
||||||
6. NppNetNote v0.1
|
6. Compare Plugin 1.5.5
|
||||||
7. Compare Plugin 1.5.5
|
7. Plugin Manager 0.9.3.0
|
||||||
8. Plugin Manager 0.9.3.0
|
|
||||||
9. Light Explorer v2.0
|
|
||||||
|
|
||||||
Included plugins (ANSI):
|
Included plugins (ANSI):
|
||||||
|
|
||||||
|
Binary file not shown.
@ -1,25 +1,17 @@
|
|||||||
Notepad++ release Note :
|
|
||||||
|
|
||||||
What is Notepad++?
|
What is Notepad++?
|
||||||
******************
|
******************
|
||||||
|
|
||||||
Notepad++ is a generic source editor (it tries to be anyway) and Notepad replacement written in C++ with the win32 API. The aim of Notepad++ is to offer a slim and efficient binary with a totally customizable GUI. This project is under the GPL Licence (http://www.gnu.org/copyleft/gpl.html).
|
Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several programming languages and natural languages. Running in the MS Windows environment, its use is governed by GPL License.
|
||||||
|
|
||||||
|
|
||||||
Why another source editor?
|
Why another source code editor?
|
||||||
**************************
|
*******************************
|
||||||
|
|
||||||
I worked for a big smart card company as an engineer developer. On 2003, I took charge of looking for an alternative solution for an internal tool coded in Java. The internal tool needed an edit component, and I discovered Scintilla (which allows me to develop in C++) on the Internet. I began my conception and development on this project.
|
The company where I worked used JEXT (another open source code editor in Java) as the production tool. Due to its poor performance, I began an investigation to find another solution (in C++ instead of in Java) in September 2003. I found Scintilla and built a prototype. Unfortunately this solution was not accepted. I removed the specific part and continued to develop it in my leisure time. On the 25th November 2003 it was made available on Sourceforge, and that was the birth of Notepad++.
|
||||||
|
|
||||||
In the mean time, the company where I worked began to use a new development environment, and a proprietary language as well, to re-develop all internal tools. All the developers were forced to use this unstable and uncomfortable IDE and the incoherent proprietary language. This project was unfortunately abandoned (or on the contrary?).
|
|
||||||
|
|
||||||
As a C++/Java developer, I decided to continue the project in my spare time. The prototype of project was already done, I removed the components which depend on the specification of the abandoned project - It made a generic code editor. Then I made it available on sourceforge : that's the beginning of Notepad++.
|
|
||||||
|
|
||||||
Time moves on, and I continue to improve Notepad++. Two things make me continue this project : my need to work on a coherent project by using my beloved language C++ and the encouragement from Notepad++ users. So you asked me "Why another source editor", the answer that I can give you is : "Why not? Since I enjoy myself doing it."
|
|
||||||
|
|
||||||
|
|
||||||
How to install:
|
How to install:
|
||||||
****************
|
***************
|
||||||
|
|
||||||
From the installer :
|
From the installer :
|
||||||
Just follow the install wizard.
|
Just follow the install wizard.
|
||||||
@ -27,19 +19,26 @@ From the zip :
|
|||||||
just unzip all the files into a directory you want then launch it.
|
just unzip all the files into a directory you want then launch it.
|
||||||
|
|
||||||
|
|
||||||
Project web sites :
|
Web sites:
|
||||||
*******************
|
***********
|
||||||
|
|
||||||
Notepad++ official site:
|
Notepad++ official site:
|
||||||
http://notepad-plus.sourceforge.net/
|
http://notepad-plus.sourceforge.net/
|
||||||
|
|
||||||
Here you can find all the informations about Notepad++, such as FAQ/tutorial, plugins/extension download, news, shops, etc...
|
|
||||||
|
|
||||||
Notepad++ project site:
|
Notepad++ project site:
|
||||||
http://sourceforge.net/projects/notepad-plus/
|
http://sourceforge.net/projects/notepad-plus/
|
||||||
|
|
||||||
It is Notepad++ project site. The source codes and binaries are distributed here. You can do your feature requests or bug reports by using the trackers, you can ask your question regarding Notepad++ in the divers forums as well.
|
Notepad++ wiki:
|
||||||
|
http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Main_Page
|
||||||
|
|
||||||
|
Notepad++ support:
|
||||||
|
http://sourceforge.net/projects/notepad-plus/support
|
||||||
|
|
||||||
|
Notepad++ channel:
|
||||||
|
irc://irc.freenode.net:6667/notepad++
|
||||||
|
|
||||||
|
|
||||||
Don HO <don.h@free.fr>
|
Notepad++ team:
|
||||||
**********************
|
***************
|
||||||
|
|
||||||
|
http://sourceforge.net/project/memberlist.php?group_id=95717
|
||||||
|
@ -1,22 +1,24 @@
|
|||||||
What is Notepad++ ?
|
What is Notepad++ ?
|
||||||
===================
|
===================
|
||||||
|
|
||||||
Notepad++ is a free (free as in "free speech", but also as in "free beer") source code editor and Notepad replacement, which supports several programming languages, running under the MS Windows environment.
|
Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several programming languages and natural languages. Running in the MS Windows environment, its use is governed by GPL License.
|
||||||
|
|
||||||
|
|
||||||
To build Notepad++ package from source code:
|
To build Notepad++ package from source code:
|
||||||
============================================
|
============================================
|
||||||
|
|
||||||
For generating the executable file (notepad++.exe), you can use VC++ 7 / VC++ 8 or MinGW 3.0 / 2.X (a makefile is available, but not maintained).
|
For generating the executable file (notepad++.exe), you can use Visual Studio 2005 or MinGW 3.0 / 2.X (a makefile is available, but not maintained).
|
||||||
A CMakeLists.txt (located in the PowerEditor\src directory) is available for generating the different VC project and MinGW makefile via cmake.
|
A CMakeLists.txt (located in the PowerEditor\src directory) is available (but not maintained anymore) for generating the different VC project and MinGW makefile via cmake.
|
||||||
|
|
||||||
For generating the the dll file (SciLexer.dll), you have 2 choices : VC++ 6 (from v2.5) or MinGW 3.0 / 2.X
|
For generating the the dll file (SciLexer.dll), you have 2 choices : VC++ 6 (from v2.5) or MinGW 3.0 / 2.X
|
||||||
|
|
||||||
All the binaries will be built in the directory notepad++\PowerEditor\bin
|
Notepad++ Unicode release binary (notepad++.exe) and Scintilla release binary (SciLexer.dll) will be built in the directories "notepad++\trunk\PowerEditor\bin" and "notepad++\trunk\scintilla\bin" respectively.
|
||||||
|
You have to copy SciLexer.dll in "notepad++\PowerEditor\bin" in order to launch notepad++.exe
|
||||||
|
|
||||||
|
|
||||||
Go to Notepad++ official site for more information :
|
Go to Notepad++ official site for more information :
|
||||||
http://notepad-plus.sourceforge.net/
|
http://notepad-plus.sourceforge.net/
|
||||||
|
|
||||||
Don HO
|
|
||||||
don.h@free.fr
|
Notepad++ team
|
||||||
|
http://sourceforge.net/project/memberlist.php?group_id=95717
|
||||||
|
Loading…
Reference in New Issue
Block a user