Latest Version of Notepad++

mohammed tanko

Super VIP
Messages
4,862
Notepad++ 6.6.8

Changes in 6.6.8:
Settings on cloud - Google Drive.
Fix Settings on cloud - OneDrive detection error.
Make internal docking dialogs apply the selected theme's background and foreground colours.
Fix the bug that "backslash is escape char for SQL" setting is not saved correctly.
Fix the bug that user cannot disable "backslash is SQL escape char" without restarting.
Fix DocMap's syntax highlighting doesn't update while current doc apply a new syntax highlighting.
Add 2 new plugins APIs: NPPM_GETEDITORDEFAULTBACKGROUNDCOLOR & NPPM_GETEDITORDEFAULTFOREGROUNDCOLOR
Add new notification NPPN_SNAPSHOTDIRTYFILELOADED to notify plugins that a snapshot dirty file is loaded on startup.
 

mohammed tanko

Super VIP
Messages
4,862
Notepad++ 6.6.9

Changes in 6.6.9:
Fix comment command bug that the comment symbols isn't set on the first column for Fortran.
Add python parson for function List.
Make icons' background colour transparent for functionList and projectManager.
New feature: Apply new file default settings on created new file (opened via command line).
Fix colour picker' chooser bug which does not work well.
 

mohammed tanko

Super VIP
Messages
4,862
Notepad++ 6.7

Changes in 6.7:
1. Add Smart Indent feature for php/javascript/c/c++/java/c#/Objective-C.
2. Enhance Auto-insert feature for {} [] (): typing and skipping }, ] and ).
3. Add new feature of MRU: While current file is closed the previous activated file will be activated.
4. Allow users to disable Easter eggs by adding noEasterEggs.xml in Notepad++ installed directory.
5. Enhancement: Resize column Name filed correctly while hiding column Ext.
6. Fix Global colours not applied to all text of the "Find result" pane.
7. Add C# and enhance php parser in Function List.
8. Fix document list panel has no selection while start up.
9. Fix docSwitcher bug which shows new 0 after loading a session of files.
10. Fix crash issue on quit Notepad++ while session snapshot period backup feature is on.
11. Make "Text Direction RTL" command and "Text Direction LTR" command work without reloading file.
12. Make document map matches the current text direction (RTL/LTR).
13. Fix a crash issue while the opened document is deleted/moved from outside.
14. Fix undo actions on unsaved snapshot file removing the dirty state bug.
 

mohammed tanko

Super VIP
Messages
4,862
Notepad++ 6.7.1

Changes in 6.7.1:
1. Fix crash issue on GotoLine.
2. Fix a random crash issue while typing random characters.
3. Fix the bug of auto-insert skipping feature that ] and } don't be skipped if "auto-insert ()" is disabled.
4. Add new feature: auto-insert skipping character feature works for "" and '' now.
5. Fix reloaded file on dirty status issue.
6. Add "Mark..." menu command.
7. Fix a regression (broken with compare plugin) due to a new feature of MRU in v6.7 (the feature is removed).
 

bozomustafa_68

Well Known Member
Messages
16,935
Notepad++ v6.7.2

enhancements and bug fixes:

1.Fix the crash issue while config.xml and stylers.xml are not loaded.
2.Fix NPPM_LAUNCHFINDINFILESDLG API regression issue.
3.Prevent auto-insert of {} [] () "" and '' from inserting in column mode.
4.Fix the bug that "Function parameters hint on input" checkbox in preferences dialog is not initialized correctly.
5.Fix saving theme modified styles not working problem (Copy theme files in %APPDATA% to avoid UAC problem).
6.Improve the usability of User Defined Language dialog: reduce dialog's height.
 

mohammed tanko

Super VIP
Messages
4,862
Notepad++ 6.7.3

Changes in 6.7.3:
1. Fix a crash issue for old processors due to SSE2 instruction.
2. Fix the regression for the translation: remap the sub-menu entry for the added command "Mark...".
Changes in 6.7.2:
1. Fix the crash issue while config.xml and stylers.xml are not loaded.
2. Fix NPPM_LAUNCHFINDINFILESDLG API regression issue.
3. Prevent auto-insert of {} [] () "" and '' from inserting in column mode.
4. Fix the bug that "Function parameters hint on input" checkbox in preferences dialog is not initialized correctly.
5. Fix saving theme modified styles not working problem (Copy theme files in %APPDATA% to avoid UAC problem).
6. Improve the usability of User Defined Language dialog: reduce dialog's height.
 

mohammed tanko

Super VIP
Messages
4,862
Notepad++ 6.7.5

Notepad++ v6.7.5 new features and bug-fixes:

1. Add ghost typing feature: launch Notepad++ with the auto-typing text from command line (via command line with argument -qn, -qt or -qf).
2. Fix auto-insert bad behaviour : under some condition typing " or ' makes erase the further " or '.
3. Fix the crash issue while user Ctrl + double click on an empty document.
4. Fix crash bug on loading dropbox settings.
5. Show progress window instead of a static window during FindInFiles and ReplaceInFiles.
6. Filename rendered incorrectly on tab bar while it contains '&' character.
7. Make highlighting (if enabled) follow typing for Incremental search, and add several Incremental search enhancements.
8. Add the followings notifications for plugins : NPPN_BEFORESHUTDOWN NPPN_CANCELSHUTDOWN NPPN_FILEBEFORERENAME NPPN_FILERENAMECANCEL NPPN_FILERENAMED NPPN_FILEBEFOREDELETE NPPN_FILEDELETEFAILED NPPN_FILEDELETED
9. Make keystroke ENTER trigger the shortcut editor dialog in Shortcut Mapper.
10. Allow drop files onto doc switcher and other side panels.
11. Installer remembers user's choices of last installation.
12. Fix Auto-indent in new code block not respecting current EOL bug.
13. Restore focus to editor when a panel is closed.
 

mr.strauss

Well Known Member
Messages
8,414
Notepad++ 6.7.6
Release Date: 2015-04-15

Code:
Notepad++ v6.7.6 new feature and bug-fixes:

1.  Add "Restore last closed file" (Ctrl+Shift+T) feature.
2.  Fix Setting on Cloud for dropbox and for google drive not working issue. 


Included plugins:

1.  DSpellCheck v1.2.12
2.  NppFTP 0.26.1
3.  NppExport v0.2.8
5.  Converter 3.0
4.  Plugin Manager 1.3.5
6.  Mime Tool 1.9
Release Date: 2015-04-15



You can find sha1 digests for binaries package on Sourceforge as well.
 

mr.strauss

Well Known Member
Messages
8,414
Notepad++ v6.7.8
Release Date: 2015-05-16

Code:
Notepad++ v6.7.8 new features and bug-fixes:

    1. Fix an annoying regression about message "The buffer passed to GetFullPathName was too small!".
    2. Update WinGup to version 3.0 which has SSL support and customizable User-Agent.
    3. Improve sort lines performance greatly.
    4. Fix tabbar close button usability issue (too small) on a high resolution laptop (Surface Pro 3).
    5. Fix Settings on cloud - Google drive detection error.
    6. Hiding tab bar via command line won't make hidden tab setting be saved in the next session.
    7. Fix a bug of "Jump to next indicator" command.
    8. Fix "File Status auto-detection" settings bug.



 

mohammed tanko

Super VIP
Messages
4,862
Notepad++ 6.7.8.1

Changes in 6.7.8.1:
Code:
Fix "Missing msvcr120.dll" message error (of WinGup).
Changes in 6.7.8:
Fix an annoying regression about message "The buffer passed to GetFullPathName was too small!".
Update WinGup to version 3.0 which has SSL support and customizable User-Agent.
Improve sort lines performance greatly.
Fix tabbar close button usability issue (too small) on a high resolution laptop (Surface Pro 3).
Fix Settings on cloud - Google drive detection error.
Hiding tab bar via command line won't make hidden tab setting be saved in the next session.
Fix a bug of "Jump to next indicator" command.
Fix "File Status auto-detection" settings bug.
 

mohammed tanko

Super VIP
Messages
4,862
Notepad++ 6.7.8.2

Changes in 6.7.8.2:
Code:
Disable Notepad++ updater (WinGup) under XP.
Changes in 6.7.8.1:
Code:
Fix "Missing msvcr120.dll" message error (of WinGup).
Changes in 6.7.8:
Fix an annoying regression about message "The buffer passed to GetFullPathName was too small!".
Update WinGup to version 3.0 which has SSL support and customizable User-Agent.
Improve sort lines performance greatly.
Fix tabbar close button usability issue (too small) on a high resolution laptop (Surface Pro 3).
Fix Settings on cloud - Google drive detection error.
Hiding tab bar via command line won't make hidden tab setting be saved in the next session.
Fix a bug of "Jump to next indicator" command.
Fix "File Status auto-detection" settings bug.
 

mohammed tanko

Super VIP
Messages
4,862
Notepad++ 6.7.9

Changes in 6.7.9:
1. Upgrade Scintilla to v3.56.
2. Add Language and EOL conversion context menu on status bar.
3. Enhance sort lines feature: Add lexicographic and numeric (integer and real) sorting with ascending and descending order.
4. Add new feature which launches a new instance with administrator privilege to save the protected file.
5. Fix the context menu not working problem after doing find in files action.
6. Improve copy (to clipboard) in found results panel.
7. Improve find in files modal dialog.
 

mohammed tanko

Super VIP
Messages
4,862
Notepad++ 6.7.9.1

Changes in 6.7.9.1:
1. Fix JavaScript block not recognized in HTML document.
2. Fix Hanging on exit of Notepad++ issue (update DSpellCheck for its instability issue).
3. Add "Google Search" command in the context menu.
 

mohammed tanko

Super VIP
Messages
4,862
Notepad++ 6.7.9.2

Notepad++ v6.7.9.2 new feature and bug-fixes:
Code:
Fix JavaScript block not recognized in HTML document.
 

mr.strauss

Well Known Member
Messages
8,414
Download Notepad++ 6.8
Release Date: 2015-07-21



You can find sha1 digests for binaries package on GitHub as well.
Notepad++ v6.8 new features and bug-fix:


  1. Settings on cloud feature allows users to write their settings on whichever cloud.
  2. Use Source Code Pro as default font.
  3. Make smooth font optional.
  4. Fix the context menu disappears problem after find in files operation.
 

mohammed tanko

Super VIP
Messages
4,862
Notepad++ 6.8.1

Changes in 6.8.1:
Fix the Source Code Pro font making OS hanging issue (for some specific hardware congiguration).
Make current default font (Source Code Pro) prettier by adding its bold, italic and bold-italic fonts.
Fix "Restore recent close file" text disappearing issue for some circonstance.
Fix snapshot file after saving being always dirty problem.
Fix document tab moving by clicking close button issue due to splitter inaccuracy.
Fix a regression of Preferences dialog in which some modified options are not applied immediately.
Fix inconsistant untitled document name issue (new 0 instead of new 1).
Fix Macro buttons on toolbar inconsistant issue at Notepad++ startup.
 

mr.strauss

Well Known Member
Messages
8,414
Download Notepad++ 6.8.2

Release Date: 2015-08-20

You can find sha1 digests for binaries package on GitHub as well.
Notepad++ v6.8.2 bug-fixes:

  1. Remove Source Code Pro font du to the different issues.
  2. Add back "Notepad++ Community (Forum)" menu item.
  3. Fix a visual glitch on starup and on exit.
  4. Fix "Open in/Move to new instance" issue (to memorize the language and the position).
  5. Fix Preferences dialog loses focus issue while enabling document list panel.
  6. Fix the narrow columns problem in Ascii Insert Panel under a high DPI.
  7. Fix the list items' squeezed height problem in function list panel and project panel under a high DPI.
  8. Fix panel caption squeezed display under a high DPI.
  9. Fixed buffer overrun when opening a recent file.
  10. Make toolbar refresh properly while switching over small/big icons.
 
Top