Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
13031
Reakcje/Polubienia
43987
Notepad++ 7.5.7
Notepad++ v7.5.7 bug-fixes:

  1. Fix hanging problem while shutdown and backup file is absent.
  2. Fix Sort Lines as Integers issue: use Natural Sort algorithm.
  3. Fix JavaScript not working regression in Function list.
  4. Fix Open File Dialog error for a long path.
  5. Fix document map display bug when the view is scrolled past the end of the file.
  6. Fix tool bar display bug in big icon mode issue.
  7. Make caret line always visible on click from Finder panel.
  8. Fix UDL export extension issue.
  9. Fix Run Macro multiple times dialog display glitch after deleting a Macro.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37840
Reakcje/Polubienia
33959
Notepad++ 7.5.8
Notepad++ v7.5.8 bug-fixes:

  1. Remove annoying "no update" notification.
  2. Fix Folder as Workspace not updating regression.
  3. Fixed crash issue by checking & unchecking "Disable extension column" option in preferences dialog.
  4. Fixed a crash when trying to launch a secondary instance with command line arguments.
  5. Fix "Explorer Here" from "Folder as Workspace" problem if folder name contains comma.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
13031
Reakcje/Polubienia
43987
Notepad++ 7.5.9
Notepad++ v7.5.9 bug-fixes and enhancements:

  1. Fix hanging problem while switching back a fully-folded document by using shortcut (Ctrl-TAB).
  2. Fix possible file corruption during backup or power loss or other abnormal N++ termination.
  3. Fix wrong backup file deleted issue.
  4. Fix backup not fully disabled issue.
  5. Add 2 command line flags "-notepadStyleCmdline" and "-z" for the replacement of notepad.exe.
    See
    Zaloguj lub Zarejestruj się aby zobaczyć!
  6. Add new plugin API NPPM_REMOVESHORTCUTBYCMDID to allows plugins to remove unneeded shortcuts.
  7. Fix Tail monitoring incoherent status after deleting a monitored file.
  8. Fix issue with wrong smart highlighting when it is disabled.
  9. Fix last active tab is ignored on Notepad++ restart issue.
  10. Fix Tab non-responding by mouse click after dragging bug.
  11. Fix switching back position restoring issue for wrapped document.
  12. Add several spiritual quotes and a subtle Easter egg in the source code
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37840
Reakcje/Polubienia
33959
Notepad++ 7.6
Notepad++ v7.6 new feature & bug-fixes

  1. Add Built-in Plugins Admins. Users can install, update and remove plugins by some clicks via Plugins Admin:
    Zaloguj lub Zarejestruj się aby zobaczyć!
  2. Change plugin loading method: Remove the legacy plugin loading way and apply only the new plugin loading method.
  3. Add new message NPPM_GETPLUGINHOMEPATH in Notepad++ API for plugin, so plugin can get its path easily.
  4. Fix a regression of performance issue while word wrap option is enable.
  5. Fix a performance issue for switching back to folded document.
  6. Fix crash issue due to Unix style path input in Open file dialog.
  7. Fix UTF-8 detection problem: 4 byte characters UTF-8 character can be detected now.
  8. Enhance/Fix encoding detection/problem.
  9. Fix auto-indent issue by typing Enter on empty line.
  10. Fix "Close all but this" behaviour if multiple views are present and some files are dirty.
  11. Fix tool tip in document switcher showing the old name issue (after being renamed).
  12. Add autoit and lua autoCompletion.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37840
Reakcje/Polubienia
33959
Notepad++ 7.7
Notepad++ v7.7 new feature & bug-fixes:

  1. Continue Microsoft binary code signing thanks to the offer from DigiCert (again).
  2. Upgrade Scintilla from v3.56 to v4.14.
  3. Fix a regression of memory issue while reloading a file.
  4. Fix cursor flickering problem after double clicking on URL.
  5. Make Python files default to using spaces instead of tabs.
  6. Add "Count in selection" option in Find dialog.
  7. Add Ctrl + R shortcut for "Reload from disk" command.
  8. Fix '\' display problem in CSS while using themes (Remove Batang font for CSS tags).
  9. Fix crash while right clicking on DocSwitcher's column bar.
  10. Fix all plugins being removed problem while Plugin Admin romoves an old plugin (of old system).
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37840
Reakcje/Polubienia
33959
Notepad++ 7.8
Notepad++ v7.8 enhancements & bug-fixes:
  1. Upgrade Scintilla from 4.1.4 to 4.2.0
  2. Fix non Unicode encoding problem in non-Western language(Chinese or Turkish).
  3. Add “No to All” and “Yes to All” options in Save dialog.
  4. Add the command line argument “-openFoldersAsWorkspace” to open folders in “folder as workspace” panel. Example: notepad++ -openFoldersAsWorkspace c:\src\myProj01 c:\src\myProj02
  5. Enhance plugin system: allow any plugin to load private DLL files from the plugin folder.
  6. Fix File-Rename failing when new name is on a different drive.
  7. Make “Clear all marks”, “Inverse Bookmark”, “Remove Consecutive Duplicate Lines” & “Find All Current Document” to be macro recordable.
  8. Make “Command Argument Help” MessageBox modal.
  9. Fix Folder as Workspace crash and “queue overflow” issues.
  10. Make Combobox font monospace in Find dialog.
  11. Fix folding in user-defined languages for non-windows line endings.
  12. Fix crash of Folder as Workspace when too many directory changes happen.
  13. Fix ‘-nosession’ overwrites config.xml issue.
  14. Fix the crash due to NPPM_DESTROYSCINTILLAHANDLE message.
  15. Improve GUI in Find dialog for Find Previous & Find Next buttons.
  16. Fix Sort Line as Integer regression.
  17. Add more OS information to debug info.
  18. Fix tab dragging issues under WINE and ReactOS.
  19. Fix indent indicators continue to following code blocks for Python.
  20. Fix Python folding collapse issue.
  21. Fix crash when sorting “out of range” columns.
  22. Fix find 2 times for the same occurrence in both original and cloned documents issue.
  23. Fix command line issues where filenames have multiple white spaces in them.
  24. Fix Document Peeker constantly changing focus problem.
  25. Make backward direction checkbox be also on Find dialog’s Mark tab.
  26. Add 2 new columns for HTML Code in the Character Panel.
  27. Fix “clear all marks in find dialog also removes bookmarks” issue.
  28. Enhance supported language (on function list or auto-completion): LISP, BaanC,(PL/)SQL & COBOL.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37840
Reakcje/Polubienia
33959
Notepad++ 7.8.1
Notepad++ v7.8.1 enhancements & bug-fixes:
  1. Fix popup dialog on startup regression regarding notepad replacement issue.
  2. Make monospaced font in Find dialog optional, disabled by default.
  3. Add download progress bar while download plugin(s).
  4. Fix issue for Alt+Tab doesn’t show Notepad++ on Windows 7.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37840
Reakcje/Polubienia
33959
Notepad++ 7.8.2
Changes in Notepad++ 7.8.2:
  • Add key shortcuts in Save or not dialog.
  • Add find in files filter excluding ability.
  • Add “Open UDL folder” command.
  • Fix issue of showing save dialog twice while cloned file is dirty.
  • Enhance “Open Explorer” command in Folder as workspace with expected path.
  • Fix tab dragging issues.
  • Enhance “Close all but This” and “Close all to the left/right” commands while files are dirty.
  • Enhance “In Selection” option in Find dialog.
  • Fix Notepad++ blocked in notification zone issue.
  • Make end-of-line conversion operations macroable.
  • Fix “View Current File In” commands disabled problem in some situations.

32bit:
Zaloguj lub Zarejestruj się aby zobaczyć!

64bit:
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Ostatnia edycja:
Do góry