Release Info : Version 1.5
|
19/01/2004
|
| Notepad++ v1.5 release note:
The new feature "Brace and Indent guideline Highlighting" is added in the version 1.5 : that helps the users to locate the block easily (See screenshot1, screenshot2).
As well, this version added the syntax highlighting for asp files (see screenshot3).
Here are v1.5 new features and fixed bugs (from v1.4) :
- Brace and Indent guideline Highlighting : When the caret stays beside of one of those symbols { } [ ] ( ), the symbol beside of caret and its symetric opposite symbol will be highlighted, as well the indent guideline (if any) in order to locate the block in the code more easily.
- The tooltips for the tool bar are added. (Feature Request from James Kuo )
- Syntax HighLighting of ASP file is added. (Feature Request from Claude Delienne <Kompy> )
- fixed bug : The position of the document wasn't restored correctly after closing or drag-and-droping a document. (Bug report from Stephane LE GALL )
- fixed bug : the Find text dialog didn't memorize the searched words. (Bug report from James Kuo )
- fixed bug : the incorrect display of line number margin by doing the zoom is corrected. (Bug report from James Kuo)
|
12/01/2004
|
| Notepad++ v1.4 release note:
The version 1.4 enhances the support under the multi-language environment (ie. the different language windows system). That is, for the moment, the support under the Chines/Korean/Japanses Windows system. However, it has been tested only under the traditional Chinese Windows environment. So if you use it under the Korean, Japanese or simplied Chinese Windows system, please let me know whether it works correctly.
Here are the new features (from v1.3) :
- Codepage auto-detection is done. Notepad++ works automatically now under Traditional/Simplified Chinese Windows. as well under Korean and Japanese Windows (One fixed bug : the native characters will be displayed correctly under c/c++/java lexer. See screenshot).
- Bookmark feature is added. User can just click on the bookmark margin (located right side of line number margin) or type Ctrl+F2 to toggle a book mark. To reach the bookmark, type just F2 (Next bookmark) or Shift+F2 (Previous bookmark). To clear all bookmarks, clik the Menu Search->Clear All bookmarks (see screenshot).
- An icon of wrap the text is added into the tool bar, Thank to our Art Chief Stephane LE GALL for her esthetic design.
- Syntax highlighting of *.ini is added.
- Multi-user configuration system is done. From now on the personal GUI configuration and history are saved in the user directory. Also it's no more necessary to modify the user configuration file manually, Notepad++ memorizes automatically the current GUI configueration for the next session.
- An "pseudo bug" of find string is corrected thanks to our Test & Support Manager Oren BAUM who reported this problem. This "pseudo bug" is that if the user try to find a whatever string just after opening a file (without placing the caret), he will find nothing because the caret is at the end of file. The remedy is Notepad++ puts the caret at the begining of the opened document.
|
03/01/2004 :
|
| Happy New Year.
The one of the major featurs of version 1.3 is XML Configurator. It means the users can configure the GUI by modifying the file NotepadPlus.xml. The modification of NotepadPlus.xml is quite easy. Anyway if I have the time, I'll try to do the document for it. The configuration dialog will be done in the future release (not the next one).
Note that the modification of the file NotepadPlus.xml must be before you launch the notepad++ but not during, otherwise all the modification will be erased. This bug will be fixed in the next release.
The other added features come from the pertinent suggestions of James Kuo. They're :
- The function of closing all documents but current document
- The doxygen syntax highlighting
- The history (the list of the opened document)
I worked hard for this release during the holidays, So enjoy!!!
|
26/12/2003 :
|
| Voilà your Xmas present from Santa Claus : The new release of Notepad++ v.1.2 !!!
This new release works on the traditional Chinese Windows system (Thanks to James Kuo). The new features of Notepad++ in the future are aimed at the support of different natural languages (ie. it should work on different languages like Hebrew Windows system or Korean Windows system, but I need the testers who possess those such systems).
Here are the corrected bugs & new features (from the v.1.1) :
- Add text wrap function.
- Add automatic indentation. (not intelligent indentation yet).
- remove no needed fold marge for some types of document.
- correct the problem of different size of fold margin for the different type of document.
- correct the problem that the dialogs don't receive the key stroke of ENTER.
- Add new menu entry to support traditional Chinese codepage, so from now on N++ works under the Chinese windows system.
|
14/12/2003 :
|
| The Notepad++ version 1.1 is justed released! The Fixed Bugs & Added features from version 1.0 are :
- A makefile works on MinGW 3.0
- An enhancement on the filter of FileDialog.
- When user lauch findReplaceDialog (with Ctrl + F or Ctrl + ), npp check if there's selected text. if yes, the selected text will be inserted into the list box of findReplaceDialog.
- A miniature bug for toolBar display is corrected.
- Add 2 menu entries for the existing functions go to another view and clone to another view, and remove one invalide menu entry.
- Add 1 menu entry for shell execution (to launch the program from n++). A good suggestion from Fouad.
There're some missing features which were planning in this version will come up with the next version.
|
12/12/2003 : |
|
v.1.0 bis Fixed Bugs & Add features :
- A miniature bug for toolBar display is corrected (Thanks to Oren).
- Add 2 menu entries for the existing functions go to another view and clone to another view, and remove one invalide menu entry (Thanks to Fouad)
|
10/12/2003 : |
|
New added features :
- A makefile working for MinGW 3.0. is available.
- An enhancement on the filter of file open dialog is done.
- When user launches find & Replace dialog (with Ctrl + F or Ctrl + H), npp checks if there's selected text. if yes, the selected text will be inserted into the list box of find & Replace Dialog.
|