git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@52 f5eea248-9336-0410-98b8-ebc06183d4e3pull/343/head^2
parent
681ef5ea41
commit
a5ec85b4b6
@ -1,33 +1,22 @@
|
||||
What is Notepad++ ?
|
||||
===================
|
||||
|
||||
Notepad++ is a free source editor with the syntax highlighting. It gives also the extra functionality
|
||||
to the general user : colourise the user defined words. You can print your source code in color
|
||||
(or whatever you want) if you have a color printer (WYSIWYG).Furthermore, Notepad++ have
|
||||
the multi-view feature, that allows user to edit the different document in the same time,
|
||||
and even to edit the same document synchronizely in 2 different views. Notepad++ support
|
||||
the fully drag and drop : not only you can drop the file from explorer to open it, but also you
|
||||
can drag and drop a document from a view to another. With all the functionalities,
|
||||
Notepad++ runs as fast as Notepad provided by MS Windows.
|
||||
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++ source note:
|
||||
To build Notepad++ package from source code:
|
||||
============================================
|
||||
|
||||
To build this package:
|
||||
|
||||
For generating the executable file, you can use VC++ 7 or MinGW 3.0 / 2.X
|
||||
For generating the the dll files, you have 2 choices as well : VC++ 6 (from v2.5) or MinGW 3.0 / 2.X
|
||||
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).
|
||||
A CMakeLists.txt (located in the PowerEditor\src directory) is available for generating the different VC project and MinGW makefile via cmake.
|
||||
|
||||
For generating the the dll file (SciLexer.dll), you have 2 choices as well : VC++ 6 (from v2.5) or MinGW 3.0 / 2.X
|
||||
|
||||
All the binaries will be builded in the directory notepad++\PowerEditor\bin
|
||||
|
||||
Note that the executable file npp.exe builded by MinGW 3.0, for the reason of
|
||||
the runtime lib static-link, has almost 160KB more than the one builded by VC++ 7.
|
||||
|
||||
There's no remedy for the moment. If you can reduce the exe size by adding/changing
|
||||
the compiler flag or linker flag, please let me know.
|
||||
|
||||
Go to Notepad++ official site for more information :
|
||||
http://notepad-plus.sourceforge.net/
|
||||
|
||||
Don
|
||||
Don HO
|
||||
don.h@free.fr
|
||||
|
Loading…
Reference in new issue