Jump to content

Notepad++


nodles

Recommended Posts

  • Moderators

hmmpphh, i wish !

missed that one by quiet a few days - sorry - i've already given myself a good floggin.

Backup now & backup often.
It's your digital life - protect it with a backup.
Three things are certain; Birth, Death and loss of data. You control the last.

Link to comment
Share on other sites

  • 1 month later...
  • Moderators

Latest Released 8 May 2014.

They jumped from 6.5.5 to 6.6.

 

 

Notepad++ v6.6.2 bug fixes:

  1. Fix session snapshot enabled issue even "remember current session" option is disabled.

Notepad++ v6.6.1 bug fixes:

  1. Fix Notepad++ hanging issue while saving a large file if session snapshot feature is on.

Notepad++ v6.6 new features and bug fixes:

  1. Add session snapshot and periodic backup feature. User can always turn off this feature to get back the old behaviour.
  2. Fix RTL/LTR command making mirrored text bug.
  3. Make auto-detect character encoding optional.
  4. Apply DPI-aware on find & replace dialog tab and User define language dialog tab.
  5. Add shell script parser for the function list.
  6. Make backslash as an escape character optional in SQL.

Backup now & backup often.
It's your digital life - protect it with a backup.
Three things are certain; Birth, Death and loss of data. You control the last.

Link to comment
Share on other sites

Notepad++ v6.6.3 bug fixes:

  1. Fix SaveAll command hanging issue while session snapshot is enabled.
  2. Fix docking error messages displaying due to bad detection of windows version.
  3. Fix restoring saved files as unsaved due to SaveAll bug in session snapshot mode.
  4. Disable session snapshot while command line argument -nosession is used.
  5. Fix bug that backup is not performed (in session snapshot mode) while view is switched from one to another.
  6. Fix a bug in NppShell when trying to open many files.
Link to comment
Share on other sites

  • 3 weeks later...
  • Moderators

Released 4th June

 

Notepad++ v6.6.4 new feature:

  1. New feature: Settings on cloud - Dropbox
  2. Add backup path info for session snapshot & periodic backup feature.

Backup now & backup often.
It's your digital life - protect it with a backup.
Three things are certain; Birth, Death and loss of data. You control the last.

Link to comment
Share on other sites

  • Moderators

I haven't had a chance to take it for a spin yet...

Backup now & backup often.
It's your digital life - protect it with a backup.
Three things are certain; Birth, Death and loss of data. You control the last.

Link to comment
Share on other sites

  • Moderators
It saves a copy of all unsaved files (heh) to %appdata%\notepad++\backup.

Even if running portable? Is this a changeable local :(

 

 

ADVICE FOR USING CCleaner'S REGISTRY INTEGRITY SECTION

DON'T JUST CLEAN EVERYTHING THAT'S CHECKED OFF.

Do your Registry Cleaning in small bits (at the very least Check-mark by Check-mark)

ALWAYS BACKUP THE ENTRY, YOU NEVER KNOW WHAT YOU'LL BREAK IF YOU DON'T.

Support at https://support.ccleaner.com/s/?language=en_US

Pro users file a PRIORITY SUPPORT via email support@ccleaner.com

Link to comment
Share on other sites

  • 2 weeks later...

Notepad++ 666 Friday the 13th edition :D

http://notepad-plus-plus.org/download/v6.6.6.html

Notepad++ v6.6.6 bug fixes:

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
Edited by nodles
Link to comment
Share on other sites

  • Moderators

they seem to keep finding 'undocumented features' with their session snapshots.

Backup now & backup often.
It's your digital life - protect it with a backup.
Three things are certain; Birth, Death and loss of data. You control the last.

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...
  • Moderators

Released 27.7.14

 

Notepad++ v6.6.8 new features and bug fixes:

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

Backup now & backup often.
It's your digital life - protect it with a backup.
Three things are certain; Birth, Death and loss of data. You control the last.

Link to comment
Share on other sites

  • 1 month later...
  • Moderators

Notepad++ v6.6.9 new features and bug fixes:

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

Backup now & backup often.
It's your digital life - protect it with a backup.
Three things are certain; Birth, Death and loss of data. You control the last.

Link to comment
Share on other sites

  • 2 months later...

Notepad++ 6.7

 

http://notepad-plus-plus.org/news/notepad-6.7-release.html

 

 


Notepad++ v6.7 new features and bug fixes:

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

Link to comment
Share on other sites

  • 2 weeks later...
  • Moderators

27.Dec.14

 

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.

Backup now & backup often.
It's your digital life - protect it with a backup.
Three things are certain; Birth, Death and loss of data. You control the last.

Link to comment
Share on other sites

  • 2 months later...
  • Moderators

10.Mar.2015

 

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.

Backup now & backup often.
It's your digital life - protect it with a backup.
Three things are certain; Birth, Death and loss of data. You control the last.

Link to comment
Share on other sites

  • 1 month later...
  • Moderators

v6.7.7 released 2015-04-16

 

Notepad++ v6.7.7 bug-fix:

  1. Fix "Restore last closed file" (Ctrl+Shift+T) display bug.

 

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.

Backup now & backup often.
It's your digital life - protect it with a backup.
Three things are certain; Birth, Death and loss of data. You control the last.

Link to comment
Share on other sites

  • 3 weeks later...
  • Moderators

Notepad++ 6.7.8  (16th May)

 

https://notepad-plus-plus.org/download/v6.7.8.html

 

 

• 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.

 

Support contact

https://support.ccleaner.com/s/contact-form?language=en_US&form=general

or

support@ccleaner.com

 

Link to comment
Share on other sites

  • 2 weeks later...
  • Moderators

notepad 6.7.8.2 released 23 May

 

Notepad++ v6.7.8.2 bug-fix:

  • Disable Notepad++ updater (WinGup) under XP.

Notepad++ v6.7.8.1 bug-fix:

  • Fix "Missing msvcr120.dll" message error (of WinGup).

Backup now & backup often.
It's your digital life - protect it with a backup.
Three things are certain; Birth, Death and loss of data. You control the last.

Link to comment
Share on other sites

  • 3 weeks later...
  • Moderators

Notepad++ leaves SourceForge

 

https://notepad-plus-plus.org/news/notepad-plus-plus-leaves-sf.html

 

Also note that that contained within that link is another link where a post states

 

 

 

Such a shameless policy should be condemned, and the Notepad++ project will move entirely out of SourceForge.

All the services for Notepad++ on SF will be closed in one week. I encourage people use GitHub's services instead:

 

Support contact

https://support.ccleaner.com/s/contact-form?language=en_US&form=general

or

support@ccleaner.com

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.