Notepad++

PC
User avatar
delta2k2
Site Admin
Posts: 1990
Joined: 11 Sep 2013 15:18
Location: Over the rainbow ...

Re: Notepad++

Unread postby delta2k2 » 05 Jun 2014 09:22

Notepad++ 6.6.4

Changes :
New feature: Settings on cloud - dropbox.
Add backup path info for session snapshot & periodic backup feature.


Download Installer
Download Portable
User avatar
delta2k2
Site Admin
Posts: 1990
Joined: 11 Sep 2013 15:18
Location: Over the rainbow ...

Re: Notepad++

Unread postby delta2k2 » 14 Jun 2014 09:55

Notepad++ 6.6.6

Changes :
Fix "Settings on cloud - Dropbox" not working problem if the dropbox path has been changed.
Fix a saving issue in session snapshot and periodic backup feature while backup file is deleted or read-only.


Download Installer
Download Portable
User avatar
delta2k2
Site Admin
Posts: 1990
Joined: 11 Sep 2013 15:18
Location: Over the rainbow ...

Re: Notepad++

Unread postby delta2k2 » 25 Jun 2014 08:50

Notepad++ 6.6.7

Changes :
Settings on cloud - OneDrive
Fix the crash issue on start up for some context


Download Installer
Download Portable
User avatar
delta2k2
Site Admin
Posts: 1990
Joined: 11 Sep 2013 15:18
Location: Over the rainbow ...

Re: Notepad++

Unread postby delta2k2 » 28 Jul 2014 08:06

Notepad++ 6.6.8

Changes :
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.


Download Installer
Download Portable
User avatar
delta2k2
Site Admin
Posts: 1990
Joined: 11 Sep 2013 15:18
Location: Over the rainbow ...

Re: Notepad++

Unread postby delta2k2 » 09 Sep 2014 13:40

Notepad++ 6.6.9

Changes :
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.


Download Installer
Download Portable
User avatar
delta2k2
Site Admin
Posts: 1990
Joined: 11 Sep 2013 15:18
Location: Over the rainbow ...

Re: Notepad++

Unread postby delta2k2 » 15 Dec 2014 12:34

Notepad++ 6.7

Changes :
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.


Download Installer
Download Portable
User avatar
delta2k2
Site Admin
Posts: 1990
Joined: 11 Sep 2013 15:18
Location: Over the rainbow ...

Re: Notepad++

Unread postby delta2k2 » 22 Dec 2014 13:04

Notepad++ 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).


Download Portable
Download Installer
User avatar
delta2k2
Site Admin
Posts: 1990
Joined: 11 Sep 2013 15:18
Location: Over the rainbow ...

Re: Notepad++

Unread postby delta2k2 » 02 Jan 2015 17:49

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.


Download Portable
Download Installer
User avatar
delta2k2
Site Admin
Posts: 1990
Joined: 11 Sep 2013 15:18
Location: Over the rainbow ...

Re: Notepad++

Unread postby delta2k2 » 11 Mar 2015 12:40

Notepad++ 6.7.5

Changes in 6.7.5:
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.


Download Installer
Download Portable
User avatar
delta2k2
Site Admin
Posts: 1990
Joined: 11 Sep 2013 15:18
Location: Over the rainbow ...

Re: Notepad++

Unread postby delta2k2 » 18 May 2015 12:34

Notepad++ 6.7.8

Changes :
- 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.


Download Installer
Download Portable

Return to “PC”

Who is online

Users browsing this forum: No registered users and 18 guests