Notepad++ 歷史版本列表
Notepad++ 是一個免費的源代碼編輯器和記事本替換,支持多種語言。運行在 MS Windows 環境下,其使用受 GPL 許可證管理。 選擇版本:Notepad++ 7.5.4(32 位)Notepad++ 7.5.4(64 位) Notepad++ 軟體介紹Notepad++ (32-bit)Notepad++ (64-bit)
更新時間:2020-11-19
更新細節:
What's new in this version:
- Improve memory usage when there are numerous already-synced files
- Display info prompt when trying to sync symlinks
- Improve prompt message for unhandled server errors
- Handle “Revision not found” error when syncing Google-format files cloud changes
- Handle error where OneDrive prevent from deleting non-empty directories
- Ensure “out.txt” does not grow out of hand in size
- Respect HiDPI settings in Share Dialog
- Bring back full folder path for scanning item, and include tooltip and middle truncation for longer paths
更新時間:2020-11-18
更新細節:
What's new in this version:
New:
- Added NanoboyAdvance emulator profile
- Added DuckStation emulator profile
Fixed:
- Some GOG games do not start properly
- Better game name detection when importing .lnk files
- Issues with application restart and multi-instance handling on slower PCs
- Crash when starting some UWP games
- Crash when importing emulators and emulated games
更新時間:2020-11-12
更新細節:
更新時間:2020-11-12
更新細節:
What's new in this version:
- The tab switcher now defaults to Most-Recently Used (MRU) order
- While you're using the tab switcher, you can now actually see the tab you'll be switching to!
- We will now warn you if the keyboard service is disabled (#8095), because that makes it impossible to type into
- You can now zoom a split pane to be the only pane visible in its tab using the togglePaneZoom action (#6989)
- Double-middle-clicking on the taskbar preview will now close Terminal, even if it is asking you if you really are sure
- We will now inform you, using a tooltip, that holding Alt while selecting a profile opens a new pane
- The hyperlink underline is now far less obtrusive than it was before
- The "Open Windows Terminal Here" shell extension will now use WT's icon
Fixed:
- Keyboard keys that are not generated by actual keyboards (hi AutoHotKey and PowerToys) will no longer be ignored
- The tab color picker should no longer get stuck if you enter #000000
- Bonus: you can now more easily set the brightness!
- The top border should no longer disappear when you're in focus mode
- PrintScreen should no longer clear your text selection (which was an entirely silly thing for it to do)
- We will no longer force all your terminal windows to activate when you save your settings file
- alwaysOnTop actually works now. Yeah, I know how that sounds.
- It should be more difficult to get floating context menus when you drag the window
- Resizing the window should no longer cause us to recycle hyperlink IDs
- Failure to write to your settings file is no longer considered fatal
- Some of you reported that clicking on links made Terminal hang! You may be surprised to find that that was not our intent. We've fixed that.
- Key bindings will now consume dead keys, which means that you can now bind them to do more important things (as in #5784)
- We've improved the contrast ratio of the shortcut text in the command palette
- The jump list will now display profile icons even if they have forward slashes in them
- Accessibility: we should no longer crash when a screen reader or UIA client expands a text range at the end of the buffer (#7677) (#7792) or when it moves back to a previous word sometimes (#7770) or when it's scrolled into view
- Accessibility: out-of-bounds text should no longer cause a crash
VT fixes:
- The unfortunate combination of OSC 52 (the mechanism used by tmux et al. to set the clipboard) and high Unicode should no longer result in utterly garbled text
- Empty cells covered by an app-defined hyperlink will now no longer be ignored when rendering
- App-defined hyperlinks with the same ID but different URLs are now actually considered to be different links
Performance:
- Opening and closing tabs when you have far too many profiles should no longer send the Terminal out for a coffee break
- Launching Terminal with embarrassingly many tabs should only take about half as long now, as we'll populate the jumplist more conservatively
- Accessibility: moving to the next word using a screen reader should be much faster
更新時間:2020-11-11
更新細節:
What's new in this version:
- Sonos Arc now supports multi-channel LPCM surround sound through an eARC connection
- The Sonos app now has additional language support for Turkish, Russian, Korean, and Chinese Traditional (Hong Kong & Taiwan)
更新時間:2020-11-10
更新細節:
更新時間:2020-11-06
更新細節:
更新時間:2020-11-03
更新細節:
更新時間:2020-11-02
更新細節:
What's new in this version:
- Fix NUL file-corruption bug after Windows shutdown brutally (Fix #6133)
- Fix inaccurate URL detection by replacing a new URL parser (Fix #3912, #3353, #4643, #5029, #6155, #7791, #8634)
- Fix RegEx look behind operations and A and and and z (Fix #713, #1870, #2216, #2360, #9004, #4855)
- Split functionList.xml into multifile in “functionList” Folder (Implement #4896)
- Make tray icon work again in administrator mode (Fix #8528)
- Fix dialogs & floating dockable panels don’t minimize to system tray issue (Fix #9044, #8928)
- Add alternative icon set for tab bar (Implement #8068)
- Add ability to remove any duplicate lines in a document, keeping the first occurrence (Fix #8965)
- Fix incorrect icon for monitoring status in Document list panel and in Document switcher (Fix #8783)
- Add copy marked text & styled text to clipboard commands to menu (Implement #8943, #6095)
- Fix find-all-open-docs not finding all matches in ANSI files (Fix #8901)
- Display long lines better in Find-result panel by increasing its max length to 2048 (Fix #7723)
- Fix double clicking on find result line not working (Fix #9009, #8525)
- Fix Find-result rclick-Copy incomplete data bug (Fix #8801)
- Add case insensitive lines sorting (Implement #4479)
- Add “Open Containing Folder as Workspace” command in main menu and in context menu of tabs (Implement #3028)
- Enhance Sel info of status bar (Fix #8524)
- Add new option for save type of normal text files in Save dialog (Fix #8866)
- Fix file path truncated issue in save confirmation dialog (Fix #8812)
- Fix auto-Indent not working for PowerShell (Fix #9049)
- Allow setting of background color for bookmark margin (Fix #8833)
- Fix smart-highlighting not applying to cloned view (Fix #7910)
- Fix smart highlight issue related to EOF (Fix #8908)
- Fix closing file in 2nd view not removed from Doc Switcher (Fix #8800)
- Add Delete keystroke to remove selected root from Folder as Workspace (Fix #8960)
- Add TAB keystroke in Function List to switch between search field and list (Fix #8665)
- Add ESC keystroke in Function List to switch to edit window (Fix #8886)
- Add ESC keystroke to close Search Results Window (Implement #2946)
- Fix data-prefixed attributes are not recognized in HTML (Fix #6200)
更新時間:2020-11-02
更新細節:
What's new in this version:
- Fix NUL file-corruption bug after Windows shutdown brutally (Fix #6133)
- Fix inaccurate URL detection by replacing a new URL parser (Fix #3912, #3353, #4643, #5029, #6155, #7791, #8634)
- Fix RegEx look behind operations and A and and and z (Fix #713, #1870, #2216, #2360, #9004, #4855)
- Split functionList.xml into multifile in “functionList” Folder (Implement #4896)
- Make tray icon work again in administrator mode (Fix #8528)
- Fix dialogs & floating dockable panels don’t minimize to system tray issue (Fix #9044, #8928)
- Add alternative icon set for tab bar (Implement #8068)
- Add ability to remove any duplicate lines in a document, keeping the first occurrence (Fix #8965)
- Fix incorrect icon for monitoring status in Document list panel and in Document switcher (Fix #8783)
- Add copy marked text & styled text to clipboard commands to menu (Implement #8943, #6095)
- Fix find-all-open-docs not finding all matches in ANSI files (Fix #8901)
- Display long lines better in Find-result panel by increasing its max length to 2048 (Fix #7723)
- Fix double clicking on find result line not working (Fix #9009, #8525)
- Fix Find-result rclick-Copy incomplete data bug (Fix #8801)
- Add case insensitive lines sorting (Implement #4479)
- Add “Open Containing Folder as Workspace” command in main menu and in context menu of tabs (Implement #3028)
- Enhance Sel info of status bar (Fix #8524)
- Add new option for save type of normal text files in Save dialog (Fix #8866)
- Fix file path truncated issue in save confirmation dialog (Fix #8812)
- Fix auto-Indent not working for PowerShell (Fix #9049)
- Allow setting of background color for bookmark margin (Fix #8833)
- Fix smart-highlighting not applying to cloned view (Fix #7910)
- Fix smart highlight issue related to EOF (Fix #8908)
- Fix closing file in 2nd view not removed from Doc Switcher (Fix #8800)
- Add Delete keystroke to remove selected root from Folder as Workspace (Fix #8960)
- Add TAB keystroke in Function List to switch between search field and list (Fix #8665)
- Add ESC keystroke in Function List to switch to edit window (Fix #8886)
- Add ESC keystroke to close Search Results Window (Implement #2946)
- Fix data-prefixed attributes are not recognized in HTML (Fix #6200)