Sunday, August 29, 2010

Notepad++ 5.7.1 RC

Notepad++ is a free source editor and Notepad replacement with the syntax highlighting. Notepad++ also gives the extra functionality to the general user: colorize 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++ includes the multi-view feature, which allows the user to edit the different documents at the same time, and even edit the same document synchronously in 2 different views.
Notepad++ supports 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.
Features:
  • Syntax Highlighting and Syntax Folding
  • User Language Defined System
  • Tabed document and Multi-View
  • More than 50 languages supported
  • Full Drag ‘N’ Drop supported
  • Macro recording and playback
  • Extensible with its plugin system
What’s New in version 5.7.1 RC:
  • Upgrade Scintilla to version 2.20.
  • Fix Unicode file corrupted on saving bug (the buffer alignment issue).
  • Fix DBCS encodings file saving corruption bug.
  • Fix file containing NULL character loading bug.
  • Fix php syntax highlighting bug
  • Fix Shortcut Mapper inconsistence issue after deleting a macro or an user command.
  • Add 2 line wrap methods (default plus aligned and indent).
  • Add 2 menu commands : “Modify Shortcut/Delete Macro” and “Modify Shortcut/Delete Command”.
  • Add “Modify” and “Delete” buttons on Shortcut mapper dialog.
  • Add macro new ability to record search and replace actions.
  • Fix SaveSession bug.
  • Remove characters count feature from the status bar due to its performance issue with UTF8 file.
  • Fix crash issue due to themes switching.
  • Make folding margin hidable.
  • Add NPPM_GETCURRENTNATIVELANGENCODING message (to get the current native language enconding).
Change editing settings saving behaviour : one set of settings are applied in 2 scintilla controls (except zoom).

No comments:

Post a Comment