#technicalpreview
Explore tagged Tumblr posts
enterinit ¡ 6 years ago
Text
Download Notepad++ 7.6.3 MSI x64
Tumblr media
Download Notepad++ 7.6.3 MSI x64 for your Configuration Manager deployments. No desktop shortcut; English localization; No AutoUpdater; No PluginsAdmin; Upgradable in future. (Upgrade early versions from blog) Notepad++ v7.6.3 new enhancement and bug-fixes Add Markdown language (Markdown++), in UDL, included only in installer. Move plugins home from %ProgramData% to %ProgramFiles% for the sake of security. List plugins in alphabetical order in Plugins Admin dialog. Fix loading unexpected dll as plugin issue. (EU-FOSSA) Fix stack overflow issue while affecting "ext" field on stylers.xml. (EU-FOSSA) Fix stack overflow in XML Parsing. (EU-FOSSA) Fix a remote code execution vulnerability via "Open containing folder" command. (EU-FOSSA) Fix EXE Hijacking of gup.exe launched by Notepad++. (EU-FOSSA) Fix crash issue due to heap overflow in clipboard history panel. (EU-FOSSA) Remove run external exe entries for avoiding to execute eventual hijacked binaries. (EU-FOSSA) Don’t forget support Authors.
DOWNLOAD
Read the full article
1 note ¡ View note
enterinit ¡ 5 years ago
Text
Windows Terminal Preview 1.5
Tumblr media
Windows Terminal Preview 1.5. Full hyperlink support We have improved the hyperlink functionality to automatically detect links inside your terminal. These links are clickable and will open in your default browser using Ctrl+Click. Audible bell Windows Terminal now supports the BEL character. You can enable or disable the bell with the "bellStyle" profile setting. "bellStyle": "audible", "bellStyle": "none" Profile icon emoji support Have you ever wanted to set your profile icon to an emoji? Well today is your lucky day! You can now use emojis as profile icons throughout your terminal by setting your profile’s "icon" to an emoji. Note: The jump list does not support emojis as icons, so your profiles will be listed without the emojis. Tab switcher order setting The "useTabSwitcher" setting has received an upgrade! You can now specify "mru" or "inOrder", which will enable the tab switcher with the tabs listed either in most recently used order or in order of their layout in the terminal. // Enables the tab switcher "useTabSwitcher": "mru", "useTabSwitcher": "inOrder" // Disables the tab switcher "useTabSwitcher": "disabled" Desktop wallpaper background image A new option has been added to the "backgroundImage" setting! You can set your background image to "desktopWallpaper", which will set your terminal background image to your desktop wallpaper. Thanks @bennettnicholas! Focus launch modes New launch modes have been added to the "launchMode" setting. Read the full article
0 notes
enterinit ¡ 5 years ago
Text
Download Notepad++ MSI
Tumblr media
Download Notepad++ MSI. Notepad++ logo 512x512 for Microsoft Endpoint Configuration Manager (SCCM/MECM) deployments: Notepad++ 7.9 MSI x64 No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.9.1 Enhancements & bug-fixes: 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 b 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). Read the full article
0 notes
enterinit ¡ 5 years ago
Text
Download Notepad++ MSI
Tumblr media
Download Notepad++ MSI. Notepad++ logo 512x512 for Microsoft Endpoint Configuration Manager (SCCM/MECM) deployments: Notepad++ 7.9 MSI x64 No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.9 Enhancements & bug-fixes: Add the ability to open the target file of a Shortcut (*.lnk).Enhance side panels behaviour: close a single panel instead of the entire stack.Fix Monitoring & document auto-update not scrolling to the end of the file with Word wrap enabled issue.Fix mouse cursor flicker while hovering URLs.Add back hovered blue underlined URLs.Enhance C++, Perl, Python parsers and add VHDL in Function List.Improve some ambiguous commands naming in Shortcut Mapper.Add an option to prevent right click from canceling selection.Add ability to sort lines randomly.Fix “Close All BUT this” looses current document data issue.Allow user to start making a stream selection and then change to column block (by pressing ALT key).Add word wrap option to find results context menu.Add keyboard navigation ability to Column Editor.Add keyboard shortcut ability to Projects, Folder as Workspace and Function List for switching among these panels.Enable project panels toggle from menu.Enhance Folder as Workspace to restore latest selected item of last session on Notepad++ startup.Fix inaccurate line margin update with word wrap enabled.Fix Find previous/next commands not scroll vertically to show match result issue (with word wrap disabled). Read the full article
0 notes
enterinit ¡ 5 years ago
Text
Windows Terminal Preview 1.4
Tumblr media
Windows Terminal Preview 1.4. Jump list You can now launch Windows Terminal Preview with a specific profile from the start menu or task bar! Note: Icons in settings.json must be written as Windows-style file paths in order for them to appear in the jump list. Hyperlink support We have added hyperlink support for embedded hyperlinks. These links will appear with an underline and can be opened by holding Ctrl and clicking on the link. Support for automatically detecting plain text links is coming very soon! Blink support Support for rendering the blink graphic rendition attribute SGR 5 has been added to Windows Terminal. (Thanks @j4james!) This lets you have fun blinking displays inside the text buffer. ASCII art source Bug fixes Vim will no longer start in replace mode.The Terminal will no longer crash when selecting an out-of-bounds range through Narrator or NVDA. Read the full article
0 notes
enterinit ¡ 5 years ago
Text
Windows Terminal Preview 1.3
Tumblr media
Windows Terminal Preview 1.3. Command palette The command palette is finally here! This new feature allows you to search through all of the commands available to you in Windows Terminal, similar to the one found in Visual Studio Code. You can invoke the command palette by typing Ctrl+Shift+P. If you’d like to change this key binding, you can add the commandPalette command to the keybindings array in your settings.json. { "command": "commandPalette", "keys": "ctrl+shift+p" } The command palette has two modes: action mode and command line mode. Action mode is the mode you will enter by default and will list all of your Windows Terminal commands. Command line mode can be entered by typing > and you can then enter any wt command, which will be invoked on the current window. You can also customize actions you’d like to add to the command palette by adding commands to your settings.json file. Your key bindings should automatically populate the command palette. Full documentation on how to add your own commands can be found on our docs site. Image command palette blog, image Advanced tab switcher We have added an advanced tab switcher to help you navigate more easily between your tabs. This is enabled by default with the useTabSwitcher global setting. When enabled, the nextTab and prevTab commands will use the tab switcher. By default, these keyboard shortcuts are Ctrl+Tab and Ctrl+Shift+Tab, respectively. Read the full article
0 notes
enterinit ¡ 5 years ago
Text
Windows Terminal Preview 1.2
Tumblr media
Windows Terminal Preview 1.2. Focus mode There is a new feature called focus mode that hides the tabs and title bar. This mode will only display the terminal content. To enable focus mode, you can add a key binding for toggleFocusMode in your settings.json file. This command is not bound by default. { "command": "toggleFocusMode", "keys": "shift+f11" } Always on top mode In addition to focus mode, you can enable Windows Terminal Preview to always be the topmost window. This can be done with the alwaysOnTop global setting as well as a key binding using the toggleAlwaysOnTop command. These are not bound by default. // Global setting "alwaysOnTop": true // Key binding { "command": "toggleAlwaysOnTop", "keys": "alt+shift+tab" } New commands New key binding commands have been added to give you more flexibility when interacting with your terminal. Set tab color You can set the color of your focused tab with the setTabColor command. This command uses the color property to define which color you’d like, which accepts a color in hex format, i.e. #rgb or #rrggbb. This command is not bound by default. { "command": { "action": "setTabColor", "color": "#ffffff" }, "keys": "ctrl+a" } Open tab color picker A new command has been added that allows you to open the tab color picker menu. This can be done with the openTabColorPicker command. If you want to color a tab with your mouse, you can right click on the tab to access the color picker. Read the full article
0 notes
enterinit ¡ 5 years ago
Text
Download Notepad++ MSI
Tumblr media
Download Notepad++ MSI. Notepad++ logo 512x512 for Microsoft Endpoint Configuration Manager (SCCM/MECM) deployments: Notepad++ 7.8.9 MSI x64 No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.8.9 enhancements & bug-fixes: Fix Line operations (join lines, split lines, remove duplicate lines and sort lines) doing one too many lines issue.Fix the regression of jump line failure via command line (-n).Fix URL Hovered colour disappears after modifying any Clickable Link Settings regression.Fix URL is not clickable in certain stuation while wrapped is enabled.Fix “Save” not working in Windows dialog.Fix Flickering cursor after double clicking a found line in find results.Fix Found line may not be centered by double clicking in find results, if word wrap is on.Fix wrong horizontal scroll bar position after restoring Window position.Fix Find result window output TAB-width incoherent issue. Don’t forget support Authors. Notepad++ 7.8.9 Notepad++ 7.8.8 MSI x64 No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.8.8 enhancements & bug-fixes: Notepad++ v7.8.8 enhancements & bug-fixes: Fix accented characters in ANSI files not found in “find in files” and “replace in files” commands issues.Add an option to improve rendering special Unicode characters by using Scintilla’s DirectWrite technology.Fix URL invisible issue in dark themes.Fix the focus not on the opening new file issue. Read the full article
0 notes
enterinit ¡ 5 years ago
Text
Download Notepad++ MSI
Tumblr media
Download Notepad++ MSI. Notepad++ logo 512x512 for Microsoft Endpoint Configuration Manager (SCCM/MECM) deployments: Notepad++ 7.8.8 MSI x64 No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.8.8 enhancements & bug-fixes: Notepad++ v7.8.8 enhancements & bug-fixes: Fix accented characters in ANSI files not found in “find in files” and “replace in files” commands issues.Add an option to improve rendering special Unicode characters by using Scintilla’s DirectWrite technology.Fix URL invisible issue in dark themes.Fix the focus not on the opening new file issue.Fix Workspace (Project panel), Folder As Workspace and function list keep focus issue after double clicking an item.Add Ctrl+Backspace ability to delete word for comboboxes in Find/Replace dialog.Add ability to find-all in selected text.Fix wrong treatment of backslashes as escape sequences in autocompletion.Enhance “Remove Empty Lines” command: Allow scope to be limited by an active selection.Fix loading of project & session files by drag & drop not working issue.Fix block selection cursor wrong positions after typing TAB.Add confirmation prompt to “Replace all in all opened documents” command to avoid PBKAC. Don’t forget support Authors. Notepad++ 7.8.8 Notepad++ 7.8.6 MSI x64 No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.8.6 bug-fixes & enhancement: Add multi-column marker (multi-line edge) feature.Add Read the full article
0 notes
enterinit ¡ 5 years ago
Text
Download VLC Media Player 3.0.10 x64 MSI
Tumblr media
Download VLC Media Player 3.0.10 x64 MSI. VLC logo 512x512 for Microsoft Endepoint Configuration Manager (MECM) deployments:
Tumblr media
No desktop shortcut;Upgradable in future. (past version) Changes between 3.0.9.2 and 3.0.10: ---------------------------------- Misc: * Update Twitch & VLSub scripts Changes between 3.0.9.1 and 3.0.9.2: ---------------------------------- Misc: * Properly bump the version in configure.ac Changes between 3.0.9 and 3.0.9.1: ---------------------------------- Misc: * Fix VLSub returning 401 for earch request Changes between 3.0.8 and 3.0.9: ---------------------------------- Core: * Work around busy looping when playing an invalid item through VLM Access: * Multiple dvdread and dvdnav crashs fixes * Fixed DVD glitches on clip change * Fixed dvdread commands/data sequence inversion in some cases causing unwanted glitches * Better handling of authored as corrupted DVD * Added libsmb2 support for SMB2/3 shares Demux: * Fix TTML entities not passed to decoder * Fixed some WebVTT styling tags being not applied * Misc raw H264/HEVC frame rate fixes * Fix adaptive regression on TS format change (mostly HLS) * Fixed MP4 regression with twos/sowt PCM audio * Fixed some MP4 raw quicktime and ms-PCM audio * Fixed MP4 interlacing handling * Multiple adaptive stack (DASH/HLS/Smooth) fixes * Enabled Live seeking for HLS * Fixed seeking in some cases for HLS * Improved Live playback for Smooth and DASH * Fixed adaptive unwanted end of stream in some cases * Faster adaptive start and new buffering control options Packetizers: * Fixes H264/HEVC incomplete draining in some cases * packetizer_helper: Fix potential trailing junk on last packet * Added missing drain in packetizers that was causing missing last frame or audio * Improved check to prevent fLAC synchronization drops Decoder: * avcodec: revector video decoder to fix incomplete drain * spudec: implemented palette updates, fixing missing subtitles on some DVD * Fixed WebVTT CSS styling not being applied on Windows/macOS * Fixed Hebrew teletext pages support in zvbi * Fixed Dav1d aborting decoding on corrupted picture * Extract and display of all CEA708 subtitles * Update libfaad to 2.9.1 * Add DXVA support for VP9 Profile 2 (10 bits) * Mediacodec aspect ratio with Amazon devices Audio output: * Added support for iOS audiounit audio above 48KHz * Added support for amem audio up to 384KHz Video output: * Fix for opengl glitches in some drivers * Fix GMA950 opengl support on macOS * YUV to RGB StretchRect fixes with NVIDIA drivers * Use libpacebo new tone mapping desaturation algorithm Text renderer: * Fix crashes on macOS with SSA/ASS subtitles containing emoji * Fixed unwanted growing background in Freetype rendering and Y padding Mux: * Fixed some YUV mappings macOS: * Use a layer based video output on 10.14 and higher, which should fix various rendering issues where the vout would glitch between a wrong size and the correct size. Additionally this works around OpenGL issues with Macs that have a dedicated NVIDIA GPU, which caused rendering artifacts in the whole OS, especially when the "Reduce transparency" accessibility option is used * Remove qtsound module and add avaudiocapture module as replacement * Fix audio capture on macOS Catalina by using avaudiocapture * Inform the user in case OS permissions are missing for certain actions * Fix Apple Remote support on macOS Catalina * Add support for pausing Apple Music on macOS Catalina * Fix UPnP discovery crash without an active network interface * Fix rare placement issues with fullscreen panel * Fix problem in audio output remembering the last device configuration in digital mode Service Discovery: * Update libmicrodns to 0.1.2 Misc: * Update YouTube, SoundCloud and Vocaroo scripts: this restores playback of YouTube URLs. * Add missing .wpl & .zpl file associations on Windows * Improved chromecast audio quality Don’t forget support Authors. Download Read the full article
0 notes
enterinit ¡ 5 years ago
Text
Download Notepad++ MSI
Tumblr media
Download Notepad++ MSI. Notepad++ logo 512x512 for Microsoft Endpoint Configuration Manager (SCCM/MECM) deployments:
Tumblr media
Notepad++ 7.8.6 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.8.6 bug-fixes & enhancement: Add multi-column marker (multi-line edge) feature.Add dynamical sorting feature for Folder as Workspace.Make MRU tab activate instead of rightmost tab while tab closure (if MRU enabled).Fix folding state lost on the next startup issue.Make Replace-in-Files confirmation dialog modal to prevent from crashing.Add support of smart-indenting for Perl and Rust.Make recorded macro (IDC_FINDNEXT & IDC_FINDPREV)retro-compatible up to 7.8.4. Don’t forget support Authors. Notepad++ v7.8.6
Notepad++ 7.8.5 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.8.5 enhancements & bug-fixes: Fix “Monitoring” not detecting all file changes issue.Fix auto-updater disabling not working regression.Fix Notepad++ doesn’t exit correctly while Windows 10 update restart.Make Count command in Find dialog respect Backward-direction and Wrap-around options.Make Find dialog remember its position across runs.Add the document size column to the Windows Selection dialog.Make “View Current File in(browser)” commands macro recordable.Add external sound control capability for unsuccessful search (in Find dialog) bell. Notepad++ v7.8.5
Notepad++ 7.8.3 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.8.3 enhancements & bug-fixes: Add the “Expand All”, “Fold All” and “Select/Show current editing file” capacity into Folder as Workspace.Fix restoring line position issue while document is wrapped.Improve Json syntax highlighting.Make filling find field of Find dialog with selected word(s) optional.Make doSaveOrNot dialog simpler when there’s a single file to save.Fix auto-insert {} imbrication not working issue.Make cmd cli (for “Open Containing Folder in cmd”) customizable.Prevent from setting Updater’s Proxy as Notepad++ is not in Admin mode.Disable file association settings when Notepad++’s no admin right.Fix incremental search bar “highlight all” option not conserved bug.Enhance SQL syntax highlighting (add 2 more keyword lists).Fix too small buffer issue during add text macro playback.Fix “Close All Unchanged” not working issue for sub-view.Eliminate garbage displaying in Find-result fold margin. Notepad++ v7.8.3
Notepad++ 7.8.2 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.8.2 enhancements & bug-fixes: 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. Notepad++ v7.8.2
Notepad++ 7.8 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.8 enhancements & bug-fixes: Upgrade Scintilla from 4.1.4 to 4.2.0Fix non Unicode encoding problem in non-Western language(Chinese or Turkish).Add “No to All” and “Yes to All” options in Save dialog.Add the command line argument “-openFoldersAsWorkspace” to open folders in “folder as workspace” panel. Example: notepad++ -openFoldersAsWorkspace c:\src\myProj01 c:\src\myProj02Enhance plugin system: allow any plugin to load private DLL files from the plugin folder.Fix File-Rename failing when new name is on a different drive.Make “Clear all marks”, “Inverse Bookmark”, “Remove Consecutive Duplicate Lines” & “Find All Current Document” to be macro recordable.Make “Command Argument Help” MessageBox modal.Fix Folder as Workspace crash and “queue overflow” issues.Make Combobox font monospace in Find dialog.Fix folding in user-defined languages for non-windows line endings.Fix crash of Folder as Workspace when too many directory changes happen.Fix ‘-nosession’ overwrites config.xml issue.Fix the crash due to NPPM_DESTROYSCINTILLAHANDLE message.Improve GUI in Find dialog for Find Previous & Find Next buttons.Fix Sort Line as Integer regression.Add more OS information to debug info.Fix tab dragging issues under WINE and ReactOS.Fix indent indicators continue to following code blocks for Python.Fix Python folding collapse issue.Fix crash when sorting “out of range” columns.Fix find 2 times for the same occurrence in both original and cloned documents issue.Fix command line issues where filenames have multiple white spaces in them.Fix Document Peeker constantly changing focus problem.Make backward direction checkbox be also on Find dialog’s Mark tab.Add 2 new columns for HTML Code in the Character Panel.Fix “clear all marks in find dialog also removes bookmarks” issue.Enhance supported language (on function list or auto-completion): LISP, BaanC,(PL/)SQL & COBOL. Notepad++ v7.8
Notepad++ 7.7.1 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable Notepad++ v7.7.1 enhancements & bug-fixes: Fix drag and drop tab regression: dragging tab is switched to another tab issue.Fix an input regression: Cyrillic, Turkish and other languages input issue in ANSI mode.Fix an ASP regression: VB looses syntax highlighting in ASP document.Fix Reload dialog displaying issue during File Monitoring.Fix “unhide lines” markers disappears issue.Fix Plugin menu is not localized issue if no plugin installed.Add “Copy File Name” command in context menu of “Folder as Workspace”.Fix crash while sorting lines with numbers longer than 20 digits.Enable Scintilla Virtual Space Option change from macro.Add Tcl, CMake and AutoIt keywords; add Python and SQL new syntax highlighting cathegories. Notepad++ v7.7.1
Notepad++ 7.7 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.7 new feature & bug-fixes: Continue Microsoft binary code signing thanks to the offer from DigiCert (again).Upgrade Scintilla from v3.56 to v4.14.Fix a regression of memory issue while reloading a file.Fix cursor flickering problem after double clicking on URL.Make Python files default to using spaces instead of tabs.Add "Count in selection" option in Find dialog.Add Ctrl + R shortcut for "Reload from disk" command.Fix '\' display problem in CSS while using themes (Remove Batang font for CSS tags).Fix crash while right clicking on DocSwitcher's column bar.Fix all plugins being removed problem while Plugin Admin romoves an old plugin (of old system). Notepad++ v7.7
Notepad++ 7.6.6 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.6.6 bug-fix: Fix crash issue inserted by adding an enhancement for retaining read only setting state in session. Notepad++ v7.6.6
Notepad++ 7.6.5 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.6.5 enhancements & bug-fixes: Security enhancement: GPG Signature is provided for Notepad++ release.Fix a long waiting issue about file auto change detection: enhance "File status Auto-Detection" to avoid switching editing tab off behaviour.Fix encoding (language) detection regressions since v7.6.Fix a regression: double-clicking on a "find all in current document" result for an unsaved doc prompts to save it.Added close all unchanged tabs command.Restore deleted "Launch in browser" customized shortcuts in EU-FOSSA bounty program by implementing them in more secure way: Add "View CurrentRetain read only setting state in session.Enhancement: after file reload user can still undo.Fix a bug in command "Remove Consecutive Duplicate Lines" and make it work with old Macintosh EOL.Fix UDL language marker bullet position, if UDL Name exceeds 14 characters, extend UDL names to max 64 characters.Enhance external call code to avoid eventual arbitrary commands execution. (EURO-FOSSA)Fix crash issue by command "On Selection->Open File" while the number of selected characters is exceed 2048. (EURO-FOSSA)Fix crash issue of User Define dialog while deleting a unallocated entry. (EURO-FOSSA)Fix crash issue on shortcut command while its length exceed 260. (EURO-FOSSA)Add an enhancement on "Open..." command to prevent from the eventual crash. (EURO-FOSSA)Fix stack Buffer Overflow in Command::extractArgs. (EURO-FOSSA) Notepad++ v7.6.5
Notepad++ 7.6.4 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.6.4 new features and bug-fixes Add Markdown in zip packages and fix Markdown not working in installer package of v7.6.3.Switch from certificate verification to hashes verification due to "Notepad++" is rejected by certification authority.Enhance User Defined Language System for supporting more than one UDL file. Here is new behaviour.Add "Remove Consecutive Duplicate Lines" feature to remove duplicate consecutive lines from whole document.Add new shortcut "shift + scroll" for horizontal scrolling.Add Stack Overflow as search engine.Add the capacity to rename non-existing document's tab.Fixed file open hang issue in old style mode.Fix "Find in files" tab translation issue on initial dialog call.Fixed macro playback junk characters display issue on Find dialog.Ensure each recorded command is playable before playing to avoid exploit in hacking. (EURO-FOSSA)Enhance "Search on Internet" command to avoid command hijacked. (EURO-FOSSA)Fix buffer overrun in Print dialog. (EURO-FOSSA)Load nppPluginList.dll as resource instead of binary for the sake of security. (EURO-FOSSA)Check Updater's authenticity before its each launch to prevent from hijacking. (EURO-FOSSA)Fix stack buffer overflow in WordStyle dialog. (EURO-FOSSA)Fix stack buffer overflow issue on User Define Language dialog. (EURO-FOSSA)Prevent eventual DLL hijacking while loading plugins. (EURO-FOSSA) Notepad++ v7.6.4
Notepad++ 7.6.3 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.6.3 new enhancement and bug-fixes Add Markdown language (Markdown++), in UDL, included only in installer.Move plugins home from %ProgramData% to %ProgramFiles% for the sake of security.List plugins in alphabetical order in Plugins Admin dialog.Fix loading unexpected dll as plugin issue. (EU-FOSSA)Fix stack overflow issue while affecting "ext" field on stylers.xml. (EU-FOSSA)Fix stack overflow in XML Parsing. (EU-FOSSA)Fix a remote code execution vulnerability via "Open containing folder" command. (EU-FOSSA)Fix EXE Hijacking of gup.exe launched by Notepad++. (EU-FOSSA)Fix crash issue due to heap overflow in clipboard history panel. (EU-FOSSA)Remove run external exe entries for avoiding to execute eventual hijacked binaries. (EU-FOSSA) Notepad++ v7.6.3
Notepad++ 7.6.2 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.6.2 new enhancement and bug-fixes Fix Plugins Admin unzip (0 lengh) bug.Add generation of SHA-256 hash feature.Add Plugins Admin module into portable version (zipped package).Add new feature: double click splitter resets panes to equal size.Fix the plugin crash issue due to the inexistent plugin conf path. Notepad++ v7.6.2
Notepad++ 7.6.1 MSI x64
No desktop shortcut;English localization;No AutoUpdate;Upgradable. Notepad++ v7.6.1 new feature & bug-fixes Several bug-fixes & enhancement on Plugins Admin.Notepad++ will load plugins from %PROGRAMDATA% instead of %LOCALAPPDATA%.Fix installer's plugins copy issue under Linux (by using WINE).Fix Installer HI-DPI GUI glitch.Fix "Import plugins" not working issue.Fix printer header/footer font issue.Make installer more coherent for the option doLocalConf.xml.Make text display right in summary panel. Notepad++ v7.6.1
Notepad++ 7.6 MSI x64
No desktop shortcut;English localization;No AutoUpdate;Upgradable. Notepad++ v7.6 new feature & bug-fixes Add Built-in Plugins Admins. Users can install, update and remove plugins by some clicks via Plugins Admin.Change plugin loading method: Remove the legacy plugin loading way and apply only the new plugin loading method.Add new message NPPM_GETPLUGINHOMEPATH in Notepad++ API for plugin, so plugin can get its path easily.Fix a regression of performance issue while word wrap option is enable.Fix a performance issue for switching back to folded document.Fix crash issue due to Unix style path input in Open file dialog.Fix UTF-8 detection problem: 4 byte characters UTF-8 character can be detected now.Enhance/Fix encoding detection/problem.Fix auto-indent issue by typing Enter on empty line.Fix "Close all but this" behaviour if multiple views are present and some files are dirty.Fix tool tip in document switcher showing the old name issue (after being renamed).Add autoit and lua autoCompletion. Notepad++ v7.6
Notepad++ 7.5.9 MSI x64
No desktop shortcut;English localization;No AutoUpdate;Upgradable. Notepad++ v7.5.9 bug-fixes and enhancements Fix hanging problem while switching back a fully-folded document by using shortcut (Ctrl-TAB).Fix possible file corruption during backup or power loss or other abnormal N++ termination.Fix wrong backup file deleted issue.Fix backup not fully disabled issue.Add 2 command line flags "-notepadStyleCmdline" and "-z" for the replacement of notepad.exe.Add new plugin API NPPM_REMOVESHORTCUTBYCMDID to allows plugins to remove unneeded shortcuts.Fix Tail monitoring incoherent status after deleting a monitored file.Fix issue with wrong smart highlighting when it is disabled.Fix last active tab is ignored on Notepad++ restart issue.Fix Tab non-responding by mouse click after dragging bug.Fix switching back position restoring issue for wrapped document.Add several spiritual quotes and a subtle Easter egg in the source code. Notepad++ v7.5.9
Notepad++ 7.5.8 MSI x64
No desktop shortcut;English localization;No AutoUpdate;Upgradable. Notepad++ v7.5.8 bug-fixes Remove annoying "no update" notification.Fix Folder as Workspace not updating regression.Fixed crash issue by checking & unchecking "Disable extension column" option in preferences dialog.Fixed a crash when trying to launch a secondary instance with command line arguments.Fix "Explorer Here" from "Folder as Workspace" problem if folder name contains comma. Notepad++ v7.5.8
Notepad++ 7.5.7 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.7 bug-fixes Fix hanging problem while shutdown and backup file is absent.Fix Sort Lines as Integers issue: use Natural Sort algorithm.Fix JavaScript not working regression in Function list.Fix Open File Dialog error for a long path.Fix document map display bug when the view is scrolled past the end of the file.Fix tool bar display bug in big icon mode issue.Make caret line always visible on click from Finder panel.Fix UDL export extension issue.Fix Run Macro multiple times dialog display glitch after deleting a Macro. Notepad++ v7.5.7
Notepad++ 7.5.6 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.6 enhancements & bug-fixes Fix macro playing back crash issue on new added "find previous" and "find next" buttons.Function List enhancement: Highlight the current function based on cursor position.Fix crash on styler dialog of User Defined Language dialog.Fix file status detection issue under Windows XP.Ghost typing enhancement: Unicode, syntax highlighting and speed support.Add a message from outer space. Notepad++ v7.5.6
Notepad++ 7.5.5 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.5 enhancements & bug-fixes Restore 2 buttons ">" in Find dialog (optional).Fix monitored (tail -f) file not always updated issue.Keep Doc Switcher's ordering in sync with Tab bar.Shortcut Mapper enhancements: Add filter capacity and make dialog resizable and maximizable.Fix for "Toggle Single Line Comment" malfunctioning with HTML/XML.Make Unix style path (slashes) work in open file dialog (optional).Fix tab sticks to mouse pointer problem after external update of a opened file.Fix encoding not sync (on status bar) after reloading.Fix menu items' state is not maintained due to save macro command.Fix line ending changes are not detected in reloaded changed files issue.Fix highlighting of tags in XML files issue.Fix Unicode file name comparison to match Windows behaviour (as opposed to doing a linguistic filename comparison). Notepad++ v7.5.5
Notepad++ 7.5.4 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.4 bug-fixes The Access Violation crash issue has been fixed in this release: the crash is caused by DSpellCheck, but due to disordered notifications sent by Notepad++. Both DSpellCheck plugin and Notepad++ has been enhanced to prevent from this issue.Fix a crash bug due to disordered notifications sent to plugins.Fix encoding broken regression.Improve smart highlighting performance.Auto-completion enhancement: remove unwanted symbols {} for variable names.Add auto-completion for BaanC & CoffeeScript.Fix localization copy regression in Installer. Notepad++ v7.5.4
Notepad++ 7.5.3 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.3 bug-fixes Fix shell extension registration failure in installer.Fix theme files installation failure in installer.Fix DSpellCheck incomplete installation in installer. Notepad++ 7.5.3
Notepad++ 7.5.2 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. The main new fix: Notepad++ Auto-updater (WinGup) has been upgated fom v4.1 to v4.2 in this release in order to fix Notepad++ auto-updating issue in certain network configuation. Other Notepad++ v7.5.2 new features and bug-fixes Fixed hanging issue while modifying JavaScript TAB settings.Add DSpellCheck plugin into distribution.Add version and other info into installer.Fix an issue while installing a x64 version, x86 version (if it exists) is not removed - and vice versa.Fix display glitch of certificate checking error message.Remove unused/empty entries from shortcut mapper.Add BaanC function list feature.Add batch auto-completion into installer. Notepad++ v7.5.2
Notepad++ 7.5.1 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.1 new features and bug-fixes Fix some excluded language cannot be remembered bug.Fix a localization regression bug.Fix the bug that Notepad++ create "%APPDATA%\local\notepad++" folder in local conf mode.Add Visual Prolog language support.Add auto-completion support for batch file (*.bat).Enhance Function List for PHP and JavaScript.Enhance Shortcut Mapper by adding category column.Make double click work for language menu disabling/enabling in preferences dialog.Make double click work to improve file extension movement in Preferences dialog.Fix bug: language menu item is restored back on the wrong zone.Add a spiritual quote. Notepad++ v7.5.1
Notepad++ 7.4.2 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.4.2 bug-fixes Add SWIFT language support.Fix replace in files regression.Enhance Find Replace dialog (resizable & remove search direction radio buttons).Fix a crash issue while doing a column insertion on a CJK unicode document.Fix repeated notification dialog for modification from outside of Notepad++.Fix a visual glitchy during tab drag and drop. Notepad++ v7.4.2
Notepad++ 7.4.1 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.4.1 bug-fixes Fix Notepad++ hanging issue on start up due to its connection on Internet - disable the certification chain verification.Fix the opened zero length file not saving bug.Improve Document Peeker performance issue for large files. Notepad++ v7.4.1
Notepad++ 7.4 x64 MSI
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.4 new features and bug-fixes Add document peek feature (while mouse hovering on tab).Add peek on document map feature.Fix issue with clicking links in html/js/asp/php.Fix folding vertical line loses colour after changing folding style via Preference dialog.Enhance folding feature (multi-line quotes) for python.Improve certificate verifying method.Fix issue of losing syntax highlighting while changing file extension (by "save as").Enhance the UI of "Windows" dialog (Menu "Window->Windows...") for sorting.Apply the new file custom encoding (Unicode or not) while opening an empty content file.Improve whitespace visibility while the visualization of whitespace is activated.Support RTL for header and footer printing.Add a warning message for launching folder as Workspace while both files and folders are dropped in Notepad++.Drag and dropping tabs is possible in multi-line tab mode.Fix issue of right clicking on multiline tabs.Add new moving tabs with mouse wheel feature (SHIFT + Mouse Wheel)Fix text on active tabs (multi-line mode) being clipped problem.Fix regression for saving session file (for session file extension, if set).Enhance saving workspace file by adding workspace file extension (if set).Fix change.log always opened issue. Notepad++ v7.4
Notepad++ 7.3.3 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.3.3 bug-fixes and enhancements Fix CIA Hacking Notepad++ issue (https://wikileaks.org/ciav7p1/cms/page_26968090.html).Fix mouse wheel to task list scroll crash bug.Fix flickering issue while switching back after modifying or deleting a document from outside.Support Motorola S-Record, Intel and Tektronix extended hex file formats.Improve multi-line tab: maintaining the selected tab position.Fix add char into word char list bug.Add Shift+Enter in Find dialog for searching in the opposite direction.Fix a regression that delimiter settings is not retained correctly.Add clear command button in shortcut mapper.Enhancement: file extension supported in Load/Save Session dialog if a session file extension is set. Notepad++ v7.3.3
Notepad++ 7.3.2 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.3.2 new features and bug-fixes Fix crash issue on column mode editor.Fix "Use new style save dialog" setting's regression.Enhance "Open file" command - open a file from editor zone without selecting its full path.Fix word char list settings not applying on next launch issue.Fix block uncomment for line comment bug.BaanC Language is supported.Add error notification on run dialog.Fix the caret position not maintained issue between document move.Fix caret goes to wrong position after word completion.Enhance Function List for supporting language.Add check mark in Language menu.Fix toolbar not showing issue while launching Notepad++ from system tray in some unknown configuration. Notepad++ v7.3.2
Notepad++ 7.3.1 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ 7.3.1
Notepad++ 7.3 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.3 new feature and bug-fixes Add MD5 functionalities.Fix the problem of launch Notepad++ with Admin right after installation.Fix a problem of recent file history - add to recent file history only if file is removed from all the views.Get back Find dialog while you lost it (in a multi-screen + laptop configuration).Fix long hyperlinks truncated problem. Notepad++ v7.3 Read the full article
0 notes
enterinit ¡ 5 years ago
Text
Windows Terminal Preview v0.10
Tumblr media
Windows Terminal Preview v0.10.
Mouse Input
The Terminal now supports mouse input in Windows Subsystem for Linux (WSL) applications as well as Windows applications that use virtual terminal (VT) input. This means applications such as tmux and Midnight Commander will recognize when you click on items in the Terminal window! If an application is in mouse mode, you can hold down shift to make a selection instead of sending VT input.
Settings Update
Duplicate Pane You can now open a new pane with a duplicate profile of the pane that is in focus. This can be done by adding "splitMode": "duplicate" to the "splitPane" command list in your key bindings. This key binding will duplicate the profile, but you can add other options such as "commandline", "index", "startingDirectory", and "tabTitle". If you’d like to read more about these key binding options, you can check out this blog post. {"keys": , "command": {"action": "splitPane", "split": "auto", "splitMode": "duplicate"}}
Bug Fixes
The text behavior when it reflows on resizing of the window is significantly improved!The borders when using dark theme aren’t white anymore!If you have the taskbar auto-hidden and your Terminal is maximized, the taskbar now appears when you mouse over the bottom of the screen.Azure Cloud Shell can now run PowerShell, accept mouse input, and follow the desired shell of your choice.Touchpad and touchscreen scrolling now moves at a normal pace. Read the full article
0 notes
enterinit ¡ 5 years ago
Text
Download Notepad++ MSI
Tumblr media
Download Notepad++ MSI. Notepad++ logo 512x512 for Microsoft Endpoint Configuration Manager (SCCM/MECM) deployments:
Tumblr media
Notepad++ 7.8.5 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.8.5 enhancements & bug-fixes: Fix “Monitoring” not detecting all file changes issue.Fix auto-updater disabling not working regression.Fix Notepad++ doesn’t exit correctly while Windows 10 update restart.Make Count command in Find dialog respect Backward-direction and Wrap-around options.Make Find dialog remember its position across runs.Add the document size column to the Windows Selection dialog.Make “View Current File in(browser)” commands macro recordable.Add external sound control capability for unsuccessful search (in Find dialog) bell. Don’t forget support Authors. Notepad++ v7.8.5
Notepad++ 7.8.3 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.8.3 enhancements & bug-fixes: Add the “Expand All”, “Fold All” and “Select/Show current editing file” capacity into Folder as Workspace.Fix restoring line position issue while document is wrapped.Improve Json syntax highlighting.Make filling find field of Find dialog with selected word(s) optional.Make doSaveOrNot dialog simpler when there’s a single file to save.Fix auto-insert {} imbrication not working issue.Make cmd cli (for “Open Containing Folder in cmd”) customizable.Prevent from setting Updater’s Proxy as Notepad++ is not in Admin mode.Disable file association settings when Notepad++’s no admin right.Fix incremental search bar “highlight all” option not conserved bug.Enhance SQL syntax highlighting (add 2 more keyword lists).Fix too small buffer issue during add text macro playback.Fix “Close All Unchanged” not working issue for sub-view.Eliminate garbage displaying in Find-result fold margin. Notepad++ v7.8.3
Notepad++ 7.8.2 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.8.2 enhancements & bug-fixes: 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. Notepad++ v7.8.2
Notepad++ 7.8 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.8 enhancements & bug-fixes: Upgrade Scintilla from 4.1.4 to 4.2.0Fix non Unicode encoding problem in non-Western language(Chinese or Turkish).Add “No to All” and “Yes to All” options in Save dialog.Add the command line argument “-openFoldersAsWorkspace” to open folders in “folder as workspace” panel. Example: notepad++ -openFoldersAsWorkspace c:\src\myProj01 c:\src\myProj02Enhance plugin system: allow any plugin to load private DLL files from the plugin folder.Fix File-Rename failing when new name is on a different drive.Make “Clear all marks”, “Inverse Bookmark”, “Remove Consecutive Duplicate Lines” & “Find All Current Document” to be macro recordable.Make “Command Argument Help” MessageBox modal.Fix Folder as Workspace crash and “queue overflow” issues.Make Combobox font monospace in Find dialog.Fix folding in user-defined languages for non-windows line endings.Fix crash of Folder as Workspace when too many directory changes happen.Fix ‘-nosession’ overwrites config.xml issue.Fix the crash due to NPPM_DESTROYSCINTILLAHANDLE message.Improve GUI in Find dialog for Find Previous & Find Next buttons.Fix Sort Line as Integer regression.Add more OS information to debug info.Fix tab dragging issues under WINE and ReactOS.Fix indent indicators continue to following code blocks for Python.Fix Python folding collapse issue.Fix crash when sorting “out of range” columns.Fix find 2 times for the same occurrence in both original and cloned documents issue.Fix command line issues where filenames have multiple white spaces in them.Fix Document Peeker constantly changing focus problem.Make backward direction checkbox be also on Find dialog’s Mark tab.Add 2 new columns for HTML Code in the Character Panel.Fix “clear all marks in find dialog also removes bookmarks” issue.Enhance supported language (on function list or auto-completion): LISP, BaanC,(PL/)SQL & COBOL. Notepad++ v7.8
Notepad++ 7.7.1 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable Notepad++ v7.7.1 enhancements & bug-fixes: Fix drag and drop tab regression: dragging tab is switched to another tab issue.Fix an input regression: Cyrillic, Turkish and other languages input issue in ANSI mode.Fix an ASP regression: VB looses syntax highlighting in ASP document.Fix Reload dialog displaying issue during File Monitoring.Fix “unhide lines” markers disappears issue.Fix Plugin menu is not localized issue if no plugin installed.Add “Copy File Name” command in context menu of “Folder as Workspace”.Fix crash while sorting lines with numbers longer than 20 digits.Enable Scintilla Virtual Space Option change from macro.Add Tcl, CMake and AutoIt keywords; add Python and SQL new syntax highlighting cathegories. Notepad++ v7.7.1
Notepad++ 7.7 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.7 new feature & bug-fixes: Continue Microsoft binary code signing thanks to the offer from DigiCert (again).Upgrade Scintilla from v3.56 to v4.14.Fix a regression of memory issue while reloading a file.Fix cursor flickering problem after double clicking on URL.Make Python files default to using spaces instead of tabs.Add "Count in selection" option in Find dialog.Add Ctrl + R shortcut for "Reload from disk" command.Fix '\' display problem in CSS while using themes (Remove Batang font for CSS tags).Fix crash while right clicking on DocSwitcher's column bar.Fix all plugins being removed problem while Plugin Admin romoves an old plugin (of old system). Notepad++ v7.7
Notepad++ 7.6.6 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.6.6 bug-fix: Fix crash issue inserted by adding an enhancement for retaining read only setting state in session. Notepad++ v7.6.6
Notepad++ 7.6.5 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.6.5 enhancements & bug-fixes: Security enhancement: GPG Signature is provided for Notepad++ release.Fix a long waiting issue about file auto change detection: enhance "File status Auto-Detection" to avoid switching editing tab off behaviour.Fix encoding (language) detection regressions since v7.6.Fix a regression: double-clicking on a "find all in current document" result for an unsaved doc prompts to save it.Added close all unchanged tabs command.Restore deleted "Launch in browser" customized shortcuts in EU-FOSSA bounty program by implementing them in more secure way: Add "View CurrentRetain read only setting state in session.Enhancement: after file reload user can still undo.Fix a bug in command "Remove Consecutive Duplicate Lines" and make it work with old Macintosh EOL.Fix UDL language marker bullet position, if UDL Name exceeds 14 characters, extend UDL names to max 64 characters.Enhance external call code to avoid eventual arbitrary commands execution. (EURO-FOSSA)Fix crash issue by command "On Selection->Open File" while the number of selected characters is exceed 2048. (EURO-FOSSA)Fix crash issue of User Define dialog while deleting a unallocated entry. (EURO-FOSSA)Fix crash issue on shortcut command while its length exceed 260. (EURO-FOSSA)Add an enhancement on "Open..." command to prevent from the eventual crash. (EURO-FOSSA)Fix stack Buffer Overflow in Command::extractArgs. (EURO-FOSSA) Notepad++ v7.6.5
Notepad++ 7.6.4 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.6.4 new features and bug-fixes Add Markdown in zip packages and fix Markdown not working in installer package of v7.6.3.Switch from certificate verification to hashes verification due to "Notepad++" is rejected by certification authority.Enhance User Defined Language System for supporting more than one UDL file. Here is new behaviour.Add "Remove Consecutive Duplicate Lines" feature to remove duplicate consecutive lines from whole document.Add new shortcut "shift + scroll" for horizontal scrolling.Add Stack Overflow as search engine.Add the capacity to rename non-existing document's tab.Fixed file open hang issue in old style mode.Fix "Find in files" tab translation issue on initial dialog call.Fixed macro playback junk characters display issue on Find dialog.Ensure each recorded command is playable before playing to avoid exploit in hacking. (EURO-FOSSA)Enhance "Search on Internet" command to avoid command hijacked. (EURO-FOSSA)Fix buffer overrun in Print dialog. (EURO-FOSSA)Load nppPluginList.dll as resource instead of binary for the sake of security. (EURO-FOSSA)Check Updater's authenticity before its each launch to prevent from hijacking. (EURO-FOSSA)Fix stack buffer overflow in WordStyle dialog. (EURO-FOSSA)Fix stack buffer overflow issue on User Define Language dialog. (EURO-FOSSA)Prevent eventual DLL hijacking while loading plugins. (EURO-FOSSA) Notepad++ v7.6.4
Notepad++ 7.6.3 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.6.3 new enhancement and bug-fixes Add Markdown language (Markdown++), in UDL, included only in installer.Move plugins home from %ProgramData% to %ProgramFiles% for the sake of security.List plugins in alphabetical order in Plugins Admin dialog.Fix loading unexpected dll as plugin issue. (EU-FOSSA)Fix stack overflow issue while affecting "ext" field on stylers.xml. (EU-FOSSA)Fix stack overflow in XML Parsing. (EU-FOSSA)Fix a remote code execution vulnerability via "Open containing folder" command. (EU-FOSSA)Fix EXE Hijacking of gup.exe launched by Notepad++. (EU-FOSSA)Fix crash issue due to heap overflow in clipboard history panel. (EU-FOSSA)Remove run external exe entries for avoiding to execute eventual hijacked binaries. (EU-FOSSA) Notepad++ v7.6.3
Notepad++ 7.6.2 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.6.2 new enhancement and bug-fixes Fix Plugins Admin unzip (0 lengh) bug.Add generation of SHA-256 hash feature.Add Plugins Admin module into portable version (zipped package).Add new feature: double click splitter resets panes to equal size.Fix the plugin crash issue due to the inexistent plugin conf path. Notepad++ v7.6.2
Notepad++ 7.6.1 MSI x64
No desktop shortcut;English localization;No AutoUpdate;Upgradable. Notepad++ v7.6.1 new feature & bug-fixes Several bug-fixes & enhancement on Plugins Admin.Notepad++ will load plugins from %PROGRAMDATA% instead of %LOCALAPPDATA%.Fix installer's plugins copy issue under Linux (by using WINE).Fix Installer HI-DPI GUI glitch.Fix "Import plugins" not working issue.Fix printer header/footer font issue.Make installer more coherent for the option doLocalConf.xml.Make text display right in summary panel. Notepad++ v7.6.1
Notepad++ 7.6 MSI x64
No desktop shortcut;English localization;No AutoUpdate;Upgradable. Notepad++ v7.6 new feature & bug-fixes Add Built-in Plugins Admins. Users can install, update and remove plugins by some clicks via Plugins Admin.Change plugin loading method: Remove the legacy plugin loading way and apply only the new plugin loading method.Add new message NPPM_GETPLUGINHOMEPATH in Notepad++ API for plugin, so plugin can get its path easily.Fix a regression of performance issue while word wrap option is enable.Fix a performance issue for switching back to folded document.Fix crash issue due to Unix style path input in Open file dialog.Fix UTF-8 detection problem: 4 byte characters UTF-8 character can be detected now.Enhance/Fix encoding detection/problem.Fix auto-indent issue by typing Enter on empty line.Fix "Close all but this" behaviour if multiple views are present and some files are dirty.Fix tool tip in document switcher showing the old name issue (after being renamed).Add autoit and lua autoCompletion. Notepad++ v7.6
Notepad++ 7.5.9 MSI x64
No desktop shortcut;English localization;No AutoUpdate;Upgradable. Notepad++ v7.5.9 bug-fixes and enhancements Fix hanging problem while switching back a fully-folded document by using shortcut (Ctrl-TAB).Fix possible file corruption during backup or power loss or other abnormal N++ termination.Fix wrong backup file deleted issue.Fix backup not fully disabled issue.Add 2 command line flags "-notepadStyleCmdline" and "-z" for the replacement of notepad.exe.Add new plugin API NPPM_REMOVESHORTCUTBYCMDID to allows plugins to remove unneeded shortcuts.Fix Tail monitoring incoherent status after deleting a monitored file.Fix issue with wrong smart highlighting when it is disabled.Fix last active tab is ignored on Notepad++ restart issue.Fix Tab non-responding by mouse click after dragging bug.Fix switching back position restoring issue for wrapped document.Add several spiritual quotes and a subtle Easter egg in the source code. Notepad++ v7.5.9
Notepad++ 7.5.8 MSI x64
No desktop shortcut;English localization;No AutoUpdate;Upgradable. Notepad++ v7.5.8 bug-fixes Remove annoying "no update" notification.Fix Folder as Workspace not updating regression.Fixed crash issue by checking & unchecking "Disable extension column" option in preferences dialog.Fixed a crash when trying to launch a secondary instance with command line arguments.Fix "Explorer Here" from "Folder as Workspace" problem if folder name contains comma. Notepad++ v7.5.8
Notepad++ 7.5.7 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.7 bug-fixes Fix hanging problem while shutdown and backup file is absent.Fix Sort Lines as Integers issue: use Natural Sort algorithm.Fix JavaScript not working regression in Function list.Fix Open File Dialog error for a long path.Fix document map display bug when the view is scrolled past the end of the file.Fix tool bar display bug in big icon mode issue.Make caret line always visible on click from Finder panel.Fix UDL export extension issue.Fix Run Macro multiple times dialog display glitch after deleting a Macro. Notepad++ v7.5.7
Notepad++ 7.5.6 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.6 enhancements & bug-fixes Fix macro playing back crash issue on new added "find previous" and "find next" buttons.Function List enhancement: Highlight the current function based on cursor position.Fix crash on styler dialog of User Defined Language dialog.Fix file status detection issue under Windows XP.Ghost typing enhancement: Unicode, syntax highlighting and speed support.Add a message from outer space. Notepad++ v7.5.6
Notepad++ 7.5.5 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.5 enhancements & bug-fixes Restore 2 buttons ">" in Find dialog (optional).Fix monitored (tail -f) file not always updated issue.Keep Doc Switcher's ordering in sync with Tab bar.Shortcut Mapper enhancements: Add filter capacity and make dialog resizable and maximizable.Fix for "Toggle Single Line Comment" malfunctioning with HTML/XML.Make Unix style path (slashes) work in open file dialog (optional).Fix tab sticks to mouse pointer problem after external update of a opened file.Fix encoding not sync (on status bar) after reloading.Fix menu items' state is not maintained due to save macro command.Fix line ending changes are not detected in reloaded changed files issue.Fix highlighting of tags in XML files issue.Fix Unicode file name comparison to match Windows behaviour (as opposed to doing a linguistic filename comparison). Notepad++ v7.5.5
Notepad++ 7.5.4 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.4 bug-fixes The Access Violation crash issue has been fixed in this release: the crash is caused by DSpellCheck, but due to disordered notifications sent by Notepad++. Both DSpellCheck plugin and Notepad++ has been enhanced to prevent from this issue.Fix a crash bug due to disordered notifications sent to plugins.Fix encoding broken regression.Improve smart highlighting performance.Auto-completion enhancement: remove unwanted symbols {} for variable names.Add auto-completion for BaanC & CoffeeScript.Fix localization copy regression in Installer. Notepad++ v7.5.4
Notepad++ 7.5.3 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.3 bug-fixes Fix shell extension registration failure in installer.Fix theme files installation failure in installer.Fix DSpellCheck incomplete installation in installer. Notepad++ 7.5.3
Notepad++ 7.5.2 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. The main new fix: Notepad++ Auto-updater (WinGup) has been upgated fom v4.1 to v4.2 in this release in order to fix Notepad++ auto-updating issue in certain network configuation. Other Notepad++ v7.5.2 new features and bug-fixes Fixed hanging issue while modifying JavaScript TAB settings.Add DSpellCheck plugin into distribution.Add version and other info into installer.Fix an issue while installing a x64 version, x86 version (if it exists) is not removed - and vice versa.Fix display glitch of certificate checking error message.Remove unused/empty entries from shortcut mapper.Add BaanC function list feature.Add batch auto-completion into installer. Notepad++ v7.5.2
Notepad++ 7.5.1 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.1 new features and bug-fixes Fix some excluded language cannot be remembered bug.Fix a localization regression bug.Fix the bug that Notepad++ create "%APPDATA%\local\notepad++" folder in local conf mode.Add Visual Prolog language support.Add auto-completion support for batch file (*.bat).Enhance Function List for PHP and JavaScript.Enhance Shortcut Mapper by adding category column.Make double click work for language menu disabling/enabling in preferences dialog.Make double click work to improve file extension movement in Preferences dialog.Fix bug: language menu item is restored back on the wrong zone.Add a spiritual quote. Notepad++ v7.5.1
Notepad++ 7.4.2 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.4.2 bug-fixes Add SWIFT language support.Fix replace in files regression.Enhance Find Replace dialog (resizable & remove search direction radio buttons).Fix a crash issue while doing a column insertion on a CJK unicode document.Fix repeated notification dialog for modification from outside of Notepad++.Fix a visual glitchy during tab drag and drop. Notepad++ v7.4.2
Notepad++ 7.4.1 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.4.1 bug-fixes Fix Notepad++ hanging issue on start up due to its connection on Internet - disable the certification chain verification.Fix the opened zero length file not saving bug.Improve Document Peeker performance issue for large files. Notepad++ v7.4.1
Notepad++ 7.4 x64 MSI
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.4 new features and bug-fixes Add document peek feature (while mouse hovering on tab).Add peek on document map feature.Fix issue with clicking links in html/js/asp/php.Fix folding vertical line loses colour after changing folding style via Preference dialog.Enhance folding feature (multi-line quotes) for python.Improve certificate verifying method.Fix issue of losing syntax highlighting while changing file extension (by "save as").Enhance the UI of "Windows" dialog (Menu "Window->Windows...") for sorting.Apply the new file custom encoding (Unicode or not) while opening an empty content file.Improve whitespace visibility while the visualization of whitespace is activated.Support RTL for header and footer printing.Add a warning message for launching folder as Workspace while both files and folders are dropped in Notepad++.Drag and dropping tabs is possible in multi-line tab mode.Fix issue of right clicking on multiline tabs.Add new moving tabs with mouse wheel feature (SHIFT + Mouse Wheel)Fix text on active tabs (multi-line mode) being clipped problem.Fix regression for saving session file (for session file extension, if set).Enhance saving workspace file by adding workspace file extension (if set).Fix change.log always opened issue. Notepad++ v7.4
Notepad++ 7.3.3 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.3.3 bug-fixes and enhancements Fix CIA Hacking Notepad++ issue (https://wikileaks.org/ciav7p1/cms/page_26968090.html).Fix mouse wheel to task list scroll crash bug.Fix flickering issue while switching back after modifying or deleting a document from outside.Support Motorola S-Record, Intel and Tektronix extended hex file formats.Improve multi-line tab: maintaining the selected tab position.Fix add char into word char list bug.Add Shift+Enter in Find dialog for searching in the opposite direction.Fix a regression that delimiter settings is not retained correctly.Add clear command button in shortcut mapper.Enhancement: file extension supported in Load/Save Session dialog if a session file extension is set. Notepad++ v7.3.3
Notepad++ 7.3.2 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.3.2 new features and bug-fixes Fix crash issue on column mode editor.Fix "Use new style save dialog" setting's regression.Enhance "Open file" command - open a file from editor zone without selecting its full path.Fix word char list settings not applying on next launch issue.Fix block uncomment for line comment bug.BaanC Language is supported.Add error notification on run dialog.Fix the caret position not maintained issue between document move.Fix caret goes to wrong position after word completion.Enhance Function List for supporting language.Add check mark in Language menu.Fix toolbar not showing issue while launching Notepad++ from system tray in some unknown configuration. Notepad++ v7.3.2
Notepad++ 7.3.1 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ 7.3.1
Notepad++ 7.3 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.3 new feature and bug-fixes Add MD5 functionalities.Fix the problem of launch Notepad++ with Admin right after installation.Fix a problem of recent file history - add to recent file history only if file is removed from all the views.Get back Find dialog while you lost it (in a multi-screen + laptop configuration).Fix long hyperlinks truncated problem. Notepad++ v7.3 Read the full article
0 notes
enterinit ¡ 5 years ago
Text
Download Notepad++ MSI
Tumblr media
Download Notepad++ MSI. Notepad++ logo 512x512 for Microsoft Endpoint Configuration Manager (SCCM/MECM) deployments:
Tumblr media
Notepad++ 7.8.5 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.8.5 enhancements & bug-fixes: Fix “Monitoring” not detecting all file changes issue.Fix auto-updater disabling not working regression.Fix Notepad++ doesn’t exit correctly while Windows 10 update restart.Make Count command in Find dialog respect Backward-direction and Wrap-around options.Make Find dialog remember its position across runs.Add the document size column to the Windows Selection dialog.Make “View Current File in(browser)” commands macro recordable.Add external sound control capability for unsuccessful search (in Find dialog) bell. Don’t forget support Authors. Notepad++ v7.8.5
Notepad++ 7.8.3 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.8.3 enhancements & bug-fixes: Add the “Expand All”, “Fold All” and “Select/Show current editing file” capacity into Folder as Workspace.Fix restoring line position issue while document is wrapped.Improve Json syntax highlighting.Make filling find field of Find dialog with selected word(s) optional.Make doSaveOrNot dialog simpler when there’s a single file to save.Fix auto-insert {} imbrication not working issue.Make cmd cli (for “Open Containing Folder in cmd”) customizable.Prevent from setting Updater’s Proxy as Notepad++ is not in Admin mode.Disable file association settings when Notepad++’s no admin right.Fix incremental search bar “highlight all” option not conserved bug.Enhance SQL syntax highlighting (add 2 more keyword lists).Fix too small buffer issue during add text macro playback.Fix “Close All Unchanged” not working issue for sub-view.Eliminate garbage displaying in Find-result fold margin. Notepad++ v7.8.3
Notepad++ 7.8.2 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.8.2 enhancements & bug-fixes: 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. Notepad++ v7.8.2
Notepad++ 7.8 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.8 enhancements & bug-fixes: Upgrade Scintilla from 4.1.4 to 4.2.0Fix non Unicode encoding problem in non-Western language(Chinese or Turkish).Add “No to All” and “Yes to All” options in Save dialog.Add the command line argument “-openFoldersAsWorkspace” to open folders in “folder as workspace” panel. Example: notepad++ -openFoldersAsWorkspace c:\src\myProj01 c:\src\myProj02Enhance plugin system: allow any plugin to load private DLL files from the plugin folder.Fix File-Rename failing when new name is on a different drive.Make “Clear all marks”, “Inverse Bookmark”, “Remove Consecutive Duplicate Lines” & “Find All Current Document” to be macro recordable.Make “Command Argument Help” MessageBox modal.Fix Folder as Workspace crash and “queue overflow” issues.Make Combobox font monospace in Find dialog.Fix folding in user-defined languages for non-windows line endings.Fix crash of Folder as Workspace when too many directory changes happen.Fix ‘-nosession’ overwrites config.xml issue.Fix the crash due to NPPM_DESTROYSCINTILLAHANDLE message.Improve GUI in Find dialog for Find Previous & Find Next buttons.Fix Sort Line as Integer regression.Add more OS information to debug info.Fix tab dragging issues under WINE and ReactOS.Fix indent indicators continue to following code blocks for Python.Fix Python folding collapse issue.Fix crash when sorting “out of range” columns.Fix find 2 times for the same occurrence in both original and cloned documents issue.Fix command line issues where filenames have multiple white spaces in them.Fix Document Peeker constantly changing focus problem.Make backward direction checkbox be also on Find dialog’s Mark tab.Add 2 new columns for HTML Code in the Character Panel.Fix “clear all marks in find dialog also removes bookmarks” issue.Enhance supported language (on function list or auto-completion): LISP, BaanC,(PL/)SQL & COBOL. Notepad++ v7.8
Notepad++ 7.7.1 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable Notepad++ v7.7.1 enhancements & bug-fixes: Fix drag and drop tab regression: dragging tab is switched to another tab issue.Fix an input regression: Cyrillic, Turkish and other languages input issue in ANSI mode.Fix an ASP regression: VB looses syntax highlighting in ASP document.Fix Reload dialog displaying issue during File Monitoring.Fix “unhide lines” markers disappears issue.Fix Plugin menu is not localized issue if no plugin installed.Add “Copy File Name” command in context menu of “Folder as Workspace”.Fix crash while sorting lines with numbers longer than 20 digits.Enable Scintilla Virtual Space Option change from macro.Add Tcl, CMake and AutoIt keywords; add Python and SQL new syntax highlighting cathegories. Notepad++ v7.7.1
Notepad++ 7.7 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.7 new feature & bug-fixes: Continue Microsoft binary code signing thanks to the offer from DigiCert (again).Upgrade Scintilla from v3.56 to v4.14.Fix a regression of memory issue while reloading a file.Fix cursor flickering problem after double clicking on URL.Make Python files default to using spaces instead of tabs.Add "Count in selection" option in Find dialog.Add Ctrl + R shortcut for "Reload from disk" command.Fix '\' display problem in CSS while using themes (Remove Batang font for CSS tags).Fix crash while right clicking on DocSwitcher's column bar.Fix all plugins being removed problem while Plugin Admin romoves an old plugin (of old system). Notepad++ v7.7
Notepad++ 7.6.6 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.6.6 bug-fix: Fix crash issue inserted by adding an enhancement for retaining read only setting state in session. Notepad++ v7.6.6
Notepad++ 7.6.5 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.6.5 enhancements & bug-fixes: Security enhancement: GPG Signature is provided for Notepad++ release.Fix a long waiting issue about file auto change detection: enhance "File status Auto-Detection" to avoid switching editing tab off behaviour.Fix encoding (language) detection regressions since v7.6.Fix a regression: double-clicking on a "find all in current document" result for an unsaved doc prompts to save it.Added close all unchanged tabs command.Restore deleted "Launch in browser" customized shortcuts in EU-FOSSA bounty program by implementing them in more secure way: Add "View CurrentRetain read only setting state in session.Enhancement: after file reload user can still undo.Fix a bug in command "Remove Consecutive Duplicate Lines" and make it work with old Macintosh EOL.Fix UDL language marker bullet position, if UDL Name exceeds 14 characters, extend UDL names to max 64 characters.Enhance external call code to avoid eventual arbitrary commands execution. (EURO-FOSSA)Fix crash issue by command "On Selection->Open File" while the number of selected characters is exceed 2048. (EURO-FOSSA)Fix crash issue of User Define dialog while deleting a unallocated entry. (EURO-FOSSA)Fix crash issue on shortcut command while its length exceed 260. (EURO-FOSSA)Add an enhancement on "Open..." command to prevent from the eventual crash. (EURO-FOSSA)Fix stack Buffer Overflow in Command::extractArgs. (EURO-FOSSA) Notepad++ v7.6.5
Notepad++ 7.6.4 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.6.4 new features and bug-fixes Add Markdown in zip packages and fix Markdown not working in installer package of v7.6.3.Switch from certificate verification to hashes verification due to "Notepad++" is rejected by certification authority.Enhance User Defined Language System for supporting more than one UDL file. Here is new behaviour.Add "Remove Consecutive Duplicate Lines" feature to remove duplicate consecutive lines from whole document.Add new shortcut "shift + scroll" for horizontal scrolling.Add Stack Overflow as search engine.Add the capacity to rename non-existing document's tab.Fixed file open hang issue in old style mode.Fix "Find in files" tab translation issue on initial dialog call.Fixed macro playback junk characters display issue on Find dialog.Ensure each recorded command is playable before playing to avoid exploit in hacking. (EURO-FOSSA)Enhance "Search on Internet" command to avoid command hijacked. (EURO-FOSSA)Fix buffer overrun in Print dialog. (EURO-FOSSA)Load nppPluginList.dll as resource instead of binary for the sake of security. (EURO-FOSSA)Check Updater's authenticity before its each launch to prevent from hijacking. (EURO-FOSSA)Fix stack buffer overflow in WordStyle dialog. (EURO-FOSSA)Fix stack buffer overflow issue on User Define Language dialog. (EURO-FOSSA)Prevent eventual DLL hijacking while loading plugins. (EURO-FOSSA) Notepad++ v7.6.4
Notepad++ 7.6.3 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.6.3 new enhancement and bug-fixes Add Markdown language (Markdown++), in UDL, included only in installer.Move plugins home from %ProgramData% to %ProgramFiles% for the sake of security.List plugins in alphabetical order in Plugins Admin dialog.Fix loading unexpected dll as plugin issue. (EU-FOSSA)Fix stack overflow issue while affecting "ext" field on stylers.xml. (EU-FOSSA)Fix stack overflow in XML Parsing. (EU-FOSSA)Fix a remote code execution vulnerability via "Open containing folder" command. (EU-FOSSA)Fix EXE Hijacking of gup.exe launched by Notepad++. (EU-FOSSA)Fix crash issue due to heap overflow in clipboard history panel. (EU-FOSSA)Remove run external exe entries for avoiding to execute eventual hijacked binaries. (EU-FOSSA) Notepad++ v7.6.3
Notepad++ 7.6.2 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.6.2 new enhancement and bug-fixes Fix Plugins Admin unzip (0 lengh) bug.Add generation of SHA-256 hash feature.Add Plugins Admin module into portable version (zipped package).Add new feature: double click splitter resets panes to equal size.Fix the plugin crash issue due to the inexistent plugin conf path. Notepad++ v7.6.2
Notepad++ 7.6.1 MSI x64
No desktop shortcut;English localization;No AutoUpdate;Upgradable. Notepad++ v7.6.1 new feature & bug-fixes Several bug-fixes & enhancement on Plugins Admin.Notepad++ will load plugins from %PROGRAMDATA% instead of %LOCALAPPDATA%.Fix installer's plugins copy issue under Linux (by using WINE).Fix Installer HI-DPI GUI glitch.Fix "Import plugins" not working issue.Fix printer header/footer font issue.Make installer more coherent for the option doLocalConf.xml.Make text display right in summary panel. Notepad++ v7.6.1
Notepad++ 7.6 MSI x64
No desktop shortcut;English localization;No AutoUpdate;Upgradable. Notepad++ v7.6 new feature & bug-fixes Add Built-in Plugins Admins. Users can install, update and remove plugins by some clicks via Plugins Admin.Change plugin loading method: Remove the legacy plugin loading way and apply only the new plugin loading method.Add new message NPPM_GETPLUGINHOMEPATH in Notepad++ API for plugin, so plugin can get its path easily.Fix a regression of performance issue while word wrap option is enable.Fix a performance issue for switching back to folded document.Fix crash issue due to Unix style path input in Open file dialog.Fix UTF-8 detection problem: 4 byte characters UTF-8 character can be detected now.Enhance/Fix encoding detection/problem.Fix auto-indent issue by typing Enter on empty line.Fix "Close all but this" behaviour if multiple views are present and some files are dirty.Fix tool tip in document switcher showing the old name issue (after being renamed).Add autoit and lua autoCompletion. Notepad++ v7.6
Notepad++ 7.5.9 MSI x64
No desktop shortcut;English localization;No AutoUpdate;Upgradable. Notepad++ v7.5.9 bug-fixes and enhancements Fix hanging problem while switching back a fully-folded document by using shortcut (Ctrl-TAB).Fix possible file corruption during backup or power loss or other abnormal N++ termination.Fix wrong backup file deleted issue.Fix backup not fully disabled issue.Add 2 command line flags "-notepadStyleCmdline" and "-z" for the replacement of notepad.exe.Add new plugin API NPPM_REMOVESHORTCUTBYCMDID to allows plugins to remove unneeded shortcuts.Fix Tail monitoring incoherent status after deleting a monitored file.Fix issue with wrong smart highlighting when it is disabled.Fix last active tab is ignored on Notepad++ restart issue.Fix Tab non-responding by mouse click after dragging bug.Fix switching back position restoring issue for wrapped document.Add several spiritual quotes and a subtle Easter egg in the source code. Notepad++ v7.5.9
Notepad++ 7.5.8 MSI x64
No desktop shortcut;English localization;No AutoUpdate;Upgradable. Notepad++ v7.5.8 bug-fixes Remove annoying "no update" notification.Fix Folder as Workspace not updating regression.Fixed crash issue by checking & unchecking "Disable extension column" option in preferences dialog.Fixed a crash when trying to launch a secondary instance with command line arguments.Fix "Explorer Here" from "Folder as Workspace" problem if folder name contains comma. Notepad++ v7.5.8
Notepad++ 7.5.7 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.7 bug-fixes Fix hanging problem while shutdown and backup file is absent.Fix Sort Lines as Integers issue: use Natural Sort algorithm.Fix JavaScript not working regression in Function list.Fix Open File Dialog error for a long path.Fix document map display bug when the view is scrolled past the end of the file.Fix tool bar display bug in big icon mode issue.Make caret line always visible on click from Finder panel.Fix UDL export extension issue.Fix Run Macro multiple times dialog display glitch after deleting a Macro. Notepad++ v7.5.7
Notepad++ 7.5.6 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.6 enhancements & bug-fixes Fix macro playing back crash issue on new added "find previous" and "find next" buttons.Function List enhancement: Highlight the current function based on cursor position.Fix crash on styler dialog of User Defined Language dialog.Fix file status detection issue under Windows XP.Ghost typing enhancement: Unicode, syntax highlighting and speed support.Add a message from outer space. Notepad++ v7.5.6
Notepad++ 7.5.5 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.5 enhancements & bug-fixes Restore 2 buttons ">" in Find dialog (optional).Fix monitored (tail -f) file not always updated issue.Keep Doc Switcher's ordering in sync with Tab bar.Shortcut Mapper enhancements: Add filter capacity and make dialog resizable and maximizable.Fix for "Toggle Single Line Comment" malfunctioning with HTML/XML.Make Unix style path (slashes) work in open file dialog (optional).Fix tab sticks to mouse pointer problem after external update of a opened file.Fix encoding not sync (on status bar) after reloading.Fix menu items' state is not maintained due to save macro command.Fix line ending changes are not detected in reloaded changed files issue.Fix highlighting of tags in XML files issue.Fix Unicode file name comparison to match Windows behaviour (as opposed to doing a linguistic filename comparison). Notepad++ v7.5.5
Notepad++ 7.5.4 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.4 bug-fixes The Access Violation crash issue has been fixed in this release: the crash is caused by DSpellCheck, but due to disordered notifications sent by Notepad++. Both DSpellCheck plugin and Notepad++ has been enhanced to prevent from this issue.Fix a crash bug due to disordered notifications sent to plugins.Fix encoding broken regression.Improve smart highlighting performance.Auto-completion enhancement: remove unwanted symbols {} for variable names.Add auto-completion for BaanC & CoffeeScript.Fix localization copy regression in Installer. Notepad++ v7.5.4
Notepad++ 7.5.3 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.3 bug-fixes Fix shell extension registration failure in installer.Fix theme files installation failure in installer.Fix DSpellCheck incomplete installation in installer. Notepad++ 7.5.3
Notepad++ 7.5.2 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. The main new fix: Notepad++ Auto-updater (WinGup) has been upgated fom v4.1 to v4.2 in this release in order to fix Notepad++ auto-updating issue in certain network configuation. Other Notepad++ v7.5.2 new features and bug-fixes Fixed hanging issue while modifying JavaScript TAB settings.Add DSpellCheck plugin into distribution.Add version and other info into installer.Fix an issue while installing a x64 version, x86 version (if it exists) is not removed - and vice versa.Fix display glitch of certificate checking error message.Remove unused/empty entries from shortcut mapper.Add BaanC function list feature.Add batch auto-completion into installer. Notepad++ v7.5.2
Notepad++ 7.5.1 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.1 new features and bug-fixes Fix some excluded language cannot be remembered bug.Fix a localization regression bug.Fix the bug that Notepad++ create "%APPDATA%\local\notepad++" folder in local conf mode.Add Visual Prolog language support.Add auto-completion support for batch file (*.bat).Enhance Function List for PHP and JavaScript.Enhance Shortcut Mapper by adding category column.Make double click work for language menu disabling/enabling in preferences dialog.Make double click work to improve file extension movement in Preferences dialog.Fix bug: language menu item is restored back on the wrong zone.Add a spiritual quote. Notepad++ v7.5.1
Notepad++ 7.4.2 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.4.2 bug-fixes Add SWIFT language support.Fix replace in files regression.Enhance Find Replace dialog (resizable & remove search direction radio buttons).Fix a crash issue while doing a column insertion on a CJK unicode document.Fix repeated notification dialog for modification from outside of Notepad++.Fix a visual glitchy during tab drag and drop. Notepad++ v7.4.2
Notepad++ 7.4.1 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.4.1 bug-fixes Fix Notepad++ hanging issue on start up due to its connection on Internet - disable the certification chain verification.Fix the opened zero length file not saving bug.Improve Document Peeker performance issue for large files. Notepad++ v7.4.1
Notepad++ 7.4 x64 MSI
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.4 new features and bug-fixes Add document peek feature (while mouse hovering on tab).Add peek on document map feature.Fix issue with clicking links in html/js/asp/php.Fix folding vertical line loses colour after changing folding style via Preference dialog.Enhance folding feature (multi-line quotes) for python.Improve certificate verifying method.Fix issue of losing syntax highlighting while changing file extension (by "save as").Enhance the UI of "Windows" dialog (Menu "Window->Windows...") for sorting.Apply the new file custom encoding (Unicode or not) while opening an empty content file.Improve whitespace visibility while the visualization of whitespace is activated.Support RTL for header and footer printing.Add a warning message for launching folder as Workspace while both files and folders are dropped in Notepad++.Drag and dropping tabs is possible in multi-line tab mode.Fix issue of right clicking on multiline tabs.Add new moving tabs with mouse wheel feature (SHIFT + Mouse Wheel)Fix text on active tabs (multi-line mode) being clipped problem.Fix regression for saving session file (for session file extension, if set).Enhance saving workspace file by adding workspace file extension (if set).Fix change.log always opened issue. Notepad++ v7.4
Notepad++ 7.3.3 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.3.3 bug-fixes and enhancements Fix CIA Hacking Notepad++ issue (https://wikileaks.org/ciav7p1/cms/page_26968090.html).Fix mouse wheel to task list scroll crash bug.Fix flickering issue while switching back after modifying or deleting a document from outside.Support Motorola S-Record, Intel and Tektronix extended hex file formats.Improve multi-line tab: maintaining the selected tab position.Fix add char into word char list bug.Add Shift+Enter in Find dialog for searching in the opposite direction.Fix a regression that delimiter settings is not retained correctly.Add clear command button in shortcut mapper.Enhancement: file extension supported in Load/Save Session dialog if a session file extension is set. Notepad++ v7.3.3
Notepad++ 7.3.2 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.3.2 new features and bug-fixes Fix crash issue on column mode editor.Fix "Use new style save dialog" setting's regression.Enhance "Open file" command - open a file from editor zone without selecting its full path.Fix word char list settings not applying on next launch issue.Fix block uncomment for line comment bug.BaanC Language is supported.Add error notification on run dialog.Fix the caret position not maintained issue between document move.Fix caret goes to wrong position after word completion.Enhance Function List for supporting language.Add check mark in Language menu.Fix toolbar not showing issue while launching Notepad++ from system tray in some unknown configuration. Notepad++ v7.3.2
Notepad++ 7.3.1 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ 7.3.1
Notepad++ 7.3 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.3 new feature and bug-fixes Add MD5 functionalities.Fix the problem of launch Notepad++ with Admin right after installation.Fix a problem of recent file history - add to recent file history only if file is removed from all the views.Get back Find dialog while you lost it (in a multi-screen + laptop configuration).Fix long hyperlinks truncated problem. Notepad++ v7.3 Read the full article
0 notes
enterinit ¡ 5 years ago
Text
Windows Terminal Preview v0.9
Tumblr media
Windows Terminal Preview v0.9.
Command Line Arguments
The wt execution alias now supports command line arguments! You can now launch Terminal with new tabs and panes split just how you like, with the profiles you like, starting in the directories you like! The possibilities are endless! Here are some examples: wt -d . Opens the Terminal with the default profile in the current working directory. wt -d . ; new-tab -d C:\ pwsh.exe Opens the Terminal with two tabs. The first is running the default profile starting in the current working directory. The second is using the default profile with pwsh.exe as the "commandline" (instead of the default profile’s "commandline") starting in the C:\ directory. wt -p "Windows PowerShell" -d . ; split-pane -V wsl.exe Opens the Terminal with two panes, split vertically. The top pane is running the profile with the name “Windows Terminal” and the bottom pane is running the default profile using wsl.exe as the "commandline" (instead of the default profile’s "commandline"). wt -d C:\Users\cinnamon\GitHub\WindowsTerminal ; split-pane -p "Command Prompt" ; split-pane -p "Ubuntu" -d \\wsl$\Ubuntu\home\cinnak -H If you’d like to read up on everything you can do with our new command line arguments.
Auto-Detect PowerShell
The Windows Terminal will now detect any version of PowerShell and automatically create a profile for you. The PowerShell version we think looks best (starting from highest version number to the most GA version, to the best-packaged version) will be named as “PowerShell” and will take the original PowerShell Core slot in the dropdown.
Tumblr media
Confirm Close All Tabs
Are you someone who always wants to close all of your tabs without being asked every time? If you said yes, this new feature is for you! A new global setting has been created that allows you to always hide the “Close All Tabs” confirmation dialog. You can set "confirmCloseAllTabs" to true at the top of your profiles.json file and you’ll never see that popup again! Thanks to @rstat1 for the contribution of this new setting. 😊
Other Improvements
Accessibility: You can now navigate word-by-word using Narrator or NVDA!You can now drag and drop a file into the Terminal and the file path will be printed!Ctrl+Ins and Shift+Ins are bound by default to copy and paste respectively!You can now hold Shift and click to expand your selection!VS Code keys used for key bindings are now supported (i.e. "pgdn" and "pagedown" are both valid)!
Bug Fixes
Accessibility: Terminal won’t crash when the Narrator is running!Terminal won’t crash when you provide an invalid background image or icon path!Our popup dialogs all now have rounded buttons!The search box now works properly in high contrast!Some ligatures will render more correctly! Read the full article
0 notes
enterinit ¡ 5 years ago
Text
Download Notepad++ MSI
Tumblr media
Download Notepad++ MSI. Notepad++ logo 512x512 for System Center Configuration Manager (SCCM) deployments:
Tumblr media
Notepad++ 7.8.3 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.8.3 enhancements & bug-fixes: Add the “Expand All”, “Fold All” and “Select/Show current editing file” capacity into Folder as Workspace.Fix restoring line position issue while document is wrapped.Improve Json syntax highlighting.Make filling find field of Find dialog with selected word(s) optional.Make doSaveOrNot dialog simpler when there’s a single file to save.Fix auto-insert {} imbrication not working issue.Make cmd cli (for “Open Containing Folder in cmd”) customizable.Prevent from setting Updater’s Proxy as Notepad++ is not in Admin mode.Disable file association settings when Notepad++’s no admin right.Fix incremental search bar “highlight all” option not conserved bug.Enhance SQL syntax highlighting (add 2 more keyword lists).Fix too small buffer issue during add text macro playback.Fix “Close All Unchanged” not working issue for sub-view.Eliminate garbage displaying in Find-result fold margin. Don’t forget support Authors. Notepad++ v7.8.3
Notepad++ 7.8.2 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.8.2 enhancements & bug-fixes: 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. Notepad++ v7.8.2
Notepad++ 7.8 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.8 enhancements & bug-fixes: Upgrade Scintilla from 4.1.4 to 4.2.0Fix non Unicode encoding problem in non-Western language(Chinese or Turkish).Add “No to All” and “Yes to All” options in Save dialog.Add the command line argument “-openFoldersAsWorkspace” to open folders in “folder as workspace” panel. Example: notepad++ -openFoldersAsWorkspace c:\src\myProj01 c:\src\myProj02Enhance plugin system: allow any plugin to load private DLL files from the plugin folder.Fix File-Rename failing when new name is on a different drive.Make “Clear all marks”, “Inverse Bookmark”, “Remove Consecutive Duplicate Lines” & “Find All Current Document” to be macro recordable.Make “Command Argument Help” MessageBox modal.Fix Folder as Workspace crash and “queue overflow” issues.Make Combobox font monospace in Find dialog.Fix folding in user-defined languages for non-windows line endings.Fix crash of Folder as Workspace when too many directory changes happen.Fix ‘-nosession’ overwrites config.xml issue.Fix the crash due to NPPM_DESTROYSCINTILLAHANDLE message.Improve GUI in Find dialog for Find Previous & Find Next buttons.Fix Sort Line as Integer regression.Add more OS information to debug info.Fix tab dragging issues under WINE and ReactOS.Fix indent indicators continue to following code blocks for Python.Fix Python folding collapse issue.Fix crash when sorting “out of range” columns.Fix find 2 times for the same occurrence in both original and cloned documents issue.Fix command line issues where filenames have multiple white spaces in them.Fix Document Peeker constantly changing focus problem.Make backward direction checkbox be also on Find dialog’s Mark tab.Add 2 new columns for HTML Code in the Character Panel.Fix “clear all marks in find dialog also removes bookmarks” issue.Enhance supported language (on function list or auto-completion): LISP, BaanC,(PL/)SQL & COBOL. Notepad++ v7.8
Notepad++ 7.7.1 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable Notepad++ v7.7.1 enhancements & bug-fixes: Fix drag and drop tab regression: dragging tab is switched to another tab issue.Fix an input regression: Cyrillic, Turkish and other languages input issue in ANSI mode.Fix an ASP regression: VB looses syntax highlighting in ASP document.Fix Reload dialog displaying issue during File Monitoring.Fix “unhide lines” markers disappears issue.Fix Plugin menu is not localized issue if no plugin installed.Add “Copy File Name” command in context menu of “Folder as Workspace”.Fix crash while sorting lines with numbers longer than 20 digits.Enable Scintilla Virtual Space Option change from macro.Add Tcl, CMake and AutoIt keywords; add Python and SQL new syntax highlighting cathegories. Notepad++ v7.7.1
Notepad++ 7.7 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.7 new feature & bug-fixes: Continue Microsoft binary code signing thanks to the offer from DigiCert (again).Upgrade Scintilla from v3.56 to v4.14.Fix a regression of memory issue while reloading a file.Fix cursor flickering problem after double clicking on URL.Make Python files default to using spaces instead of tabs.Add "Count in selection" option in Find dialog.Add Ctrl + R shortcut for "Reload from disk" command.Fix '\' display problem in CSS while using themes (Remove Batang font for CSS tags).Fix crash while right clicking on DocSwitcher's column bar.Fix all plugins being removed problem while Plugin Admin romoves an old plugin (of old system). Notepad++ v7.7
Notepad++ 7.6.6 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.6.6 bug-fix: Fix crash issue inserted by adding an enhancement for retaining read only setting state in session. Notepad++ v7.6.6
Notepad++ 7.6.5 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.6.5 enhancements & bug-fixes: Security enhancement: GPG Signature is provided for Notepad++ release.Fix a long waiting issue about file auto change detection: enhance "File status Auto-Detection" to avoid switching editing tab off behaviour.Fix encoding (language) detection regressions since v7.6.Fix a regression: double-clicking on a "find all in current document" result for an unsaved doc prompts to save it.Added close all unchanged tabs command.Restore deleted "Launch in browser" customized shortcuts in EU-FOSSA bounty program by implementing them in more secure way: Add "View CurrentRetain read only setting state in session.Enhancement: after file reload user can still undo.Fix a bug in command "Remove Consecutive Duplicate Lines" and make it work with old Macintosh EOL.Fix UDL language marker bullet position, if UDL Name exceeds 14 characters, extend UDL names to max 64 characters.Enhance external call code to avoid eventual arbitrary commands execution. (EURO-FOSSA)Fix crash issue by command "On Selection->Open File" while the number of selected characters is exceed 2048. (EURO-FOSSA)Fix crash issue of User Define dialog while deleting a unallocated entry. (EURO-FOSSA)Fix crash issue on shortcut command while its length exceed 260. (EURO-FOSSA)Add an enhancement on "Open..." command to prevent from the eventual crash. (EURO-FOSSA)Fix stack Buffer Overflow in Command::extractArgs. (EURO-FOSSA) Notepad++ v7.6.5
Notepad++ 7.6.4 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.6.4 new features and bug-fixes Add Markdown in zip packages and fix Markdown not working in installer package of v7.6.3.Switch from certificate verification to hashes verification due to "Notepad++" is rejected by certification authority.Enhance User Defined Language System for supporting more than one UDL file. Here is new behaviour.Add "Remove Consecutive Duplicate Lines" feature to remove duplicate consecutive lines from whole document.Add new shortcut "shift + scroll" for horizontal scrolling.Add Stack Overflow as search engine.Add the capacity to rename non-existing document's tab.Fixed file open hang issue in old style mode.Fix "Find in files" tab translation issue on initial dialog call.Fixed macro playback junk characters display issue on Find dialog.Ensure each recorded command is playable before playing to avoid exploit in hacking. (EURO-FOSSA)Enhance "Search on Internet" command to avoid command hijacked. (EURO-FOSSA)Fix buffer overrun in Print dialog. (EURO-FOSSA)Load nppPluginList.dll as resource instead of binary for the sake of security. (EURO-FOSSA)Check Updater's authenticity before its each launch to prevent from hijacking. (EURO-FOSSA)Fix stack buffer overflow in WordStyle dialog. (EURO-FOSSA)Fix stack buffer overflow issue on User Define Language dialog. (EURO-FOSSA)Prevent eventual DLL hijacking while loading plugins. (EURO-FOSSA) Notepad++ v7.6.4
Notepad++ 7.6.3 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.6.3 new enhancement and bug-fixes Add Markdown language (Markdown++), in UDL, included only in installer.Move plugins home from %ProgramData% to %ProgramFiles% for the sake of security.List plugins in alphabetical order in Plugins Admin dialog.Fix loading unexpected dll as plugin issue. (EU-FOSSA)Fix stack overflow issue while affecting "ext" field on stylers.xml. (EU-FOSSA)Fix stack overflow in XML Parsing. (EU-FOSSA)Fix a remote code execution vulnerability via "Open containing folder" command. (EU-FOSSA)Fix EXE Hijacking of gup.exe launched by Notepad++. (EU-FOSSA)Fix crash issue due to heap overflow in clipboard history panel. (EU-FOSSA)Remove run external exe entries for avoiding to execute eventual hijacked binaries. (EU-FOSSA) Notepad++ v7.6.3
Notepad++ 7.6.2 MSI x64
No desktop shortcut;English localization;No AutoUpdater;No PluginsAdmin;Upgradable. Notepad++ v7.6.2 new enhancement and bug-fixes Fix Plugins Admin unzip (0 lengh) bug.Add generation of SHA-256 hash feature.Add Plugins Admin module into portable version (zipped package).Add new feature: double click splitter resets panes to equal size.Fix the plugin crash issue due to the inexistent plugin conf path. Notepad++ v7.6.2
Notepad++ 7.6.1 MSI x64
No desktop shortcut;English localization;No AutoUpdate;Upgradable. Notepad++ v7.6.1 new feature & bug-fixes Several bug-fixes & enhancement on Plugins Admin.Notepad++ will load plugins from %PROGRAMDATA% instead of %LOCALAPPDATA%.Fix installer's plugins copy issue under Linux (by using WINE).Fix Installer HI-DPI GUI glitch.Fix "Import plugins" not working issue.Fix printer header/footer font issue.Make installer more coherent for the option doLocalConf.xml.Make text display right in summary panel. Notepad++ v7.6.1
Notepad++ 7.6 MSI x64
No desktop shortcut;English localization;No AutoUpdate;Upgradable. Notepad++ v7.6 new feature & bug-fixes Add Built-in Plugins Admins. Users can install, update and remove plugins by some clicks via Plugins Admin.Change plugin loading method: Remove the legacy plugin loading way and apply only the new plugin loading method.Add new message NPPM_GETPLUGINHOMEPATH in Notepad++ API for plugin, so plugin can get its path easily.Fix a regression of performance issue while word wrap option is enable.Fix a performance issue for switching back to folded document.Fix crash issue due to Unix style path input in Open file dialog.Fix UTF-8 detection problem: 4 byte characters UTF-8 character can be detected now.Enhance/Fix encoding detection/problem.Fix auto-indent issue by typing Enter on empty line.Fix "Close all but this" behaviour if multiple views are present and some files are dirty.Fix tool tip in document switcher showing the old name issue (after being renamed).Add autoit and lua autoCompletion. Notepad++ v7.6
Notepad++ 7.5.9 MSI x64
No desktop shortcut;English localization;No AutoUpdate;Upgradable. Notepad++ v7.5.9 bug-fixes and enhancements Fix hanging problem while switching back a fully-folded document by using shortcut (Ctrl-TAB).Fix possible file corruption during backup or power loss or other abnormal N++ termination.Fix wrong backup file deleted issue.Fix backup not fully disabled issue.Add 2 command line flags "-notepadStyleCmdline" and "-z" for the replacement of notepad.exe.Add new plugin API NPPM_REMOVESHORTCUTBYCMDID to allows plugins to remove unneeded shortcuts.Fix Tail monitoring incoherent status after deleting a monitored file.Fix issue with wrong smart highlighting when it is disabled.Fix last active tab is ignored on Notepad++ restart issue.Fix Tab non-responding by mouse click after dragging bug.Fix switching back position restoring issue for wrapped document.Add several spiritual quotes and a subtle Easter egg in the source code. Notepad++ v7.5.9
Notepad++ 7.5.8 MSI x64
No desktop shortcut;English localization;No AutoUpdate;Upgradable. Notepad++ v7.5.8 bug-fixes Remove annoying "no update" notification.Fix Folder as Workspace not updating regression.Fixed crash issue by checking & unchecking "Disable extension column" option in preferences dialog.Fixed a crash when trying to launch a secondary instance with command line arguments.Fix "Explorer Here" from "Folder as Workspace" problem if folder name contains comma. Notepad++ v7.5.8
Notepad++ 7.5.7 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.7 bug-fixes Fix hanging problem while shutdown and backup file is absent.Fix Sort Lines as Integers issue: use Natural Sort algorithm.Fix JavaScript not working regression in Function list.Fix Open File Dialog error for a long path.Fix document map display bug when the view is scrolled past the end of the file.Fix tool bar display bug in big icon mode issue.Make caret line always visible on click from Finder panel.Fix UDL export extension issue.Fix Run Macro multiple times dialog display glitch after deleting a Macro. Notepad++ v7.5.7
Notepad++ 7.5.6 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.6 enhancements & bug-fixes Fix macro playing back crash issue on new added "find previous" and "find next" buttons.Function List enhancement: Highlight the current function based on cursor position.Fix crash on styler dialog of User Defined Language dialog.Fix file status detection issue under Windows XP.Ghost typing enhancement: Unicode, syntax highlighting and speed support.Add a message from outer space. Notepad++ v7.5.6
Notepad++ 7.5.5 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.5 enhancements & bug-fixes Restore 2 buttons ">" in Find dialog (optional).Fix monitored (tail -f) file not always updated issue.Keep Doc Switcher's ordering in sync with Tab bar.Shortcut Mapper enhancements: Add filter capacity and make dialog resizable and maximizable.Fix for "Toggle Single Line Comment" malfunctioning with HTML/XML.Make Unix style path (slashes) work in open file dialog (optional).Fix tab sticks to mouse pointer problem after external update of a opened file.Fix encoding not sync (on status bar) after reloading.Fix menu items' state is not maintained due to save macro command.Fix line ending changes are not detected in reloaded changed files issue.Fix highlighting of tags in XML files issue.Fix Unicode file name comparison to match Windows behaviour (as opposed to doing a linguistic filename comparison). Notepad++ v7.5.5
Notepad++ 7.5.4 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.4 bug-fixes The Access Violation crash issue has been fixed in this release: the crash is caused by DSpellCheck, but due to disordered notifications sent by Notepad++. Both DSpellCheck plugin and Notepad++ has been enhanced to prevent from this issue.Fix a crash bug due to disordered notifications sent to plugins.Fix encoding broken regression.Improve smart highlighting performance.Auto-completion enhancement: remove unwanted symbols {} for variable names.Add auto-completion for BaanC & CoffeeScript.Fix localization copy regression in Installer. Notepad++ v7.5.4
Notepad++ 7.5.3 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.3 bug-fixes Fix shell extension registration failure in installer.Fix theme files installation failure in installer.Fix DSpellCheck incomplete installation in installer. Notepad++ 7.5.3
Notepad++ 7.5.2 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. The main new fix: Notepad++ Auto-updater (WinGup) has been upgated fom v4.1 to v4.2 in this release in order to fix Notepad++ auto-updating issue in certain network configuation. Other Notepad++ v7.5.2 new features and bug-fixes Fixed hanging issue while modifying JavaScript TAB settings.Add DSpellCheck plugin into distribution.Add version and other info into installer.Fix an issue while installing a x64 version, x86 version (if it exists) is not removed - and vice versa.Fix display glitch of certificate checking error message.Remove unused/empty entries from shortcut mapper.Add BaanC function list feature.Add batch auto-completion into installer. Notepad++ v7.5.2
Notepad++ 7.5.1 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.5.1 new features and bug-fixes Fix some excluded language cannot be remembered bug.Fix a localization regression bug.Fix the bug that Notepad++ create "%APPDATA%\local\notepad++" folder in local conf mode.Add Visual Prolog language support.Add auto-completion support for batch file (*.bat).Enhance Function List for PHP and JavaScript.Enhance Shortcut Mapper by adding category column.Make double click work for language menu disabling/enabling in preferences dialog.Make double click work to improve file extension movement in Preferences dialog.Fix bug: language menu item is restored back on the wrong zone.Add a spiritual quote. Notepad++ v7.5.1
Notepad++ 7.4.2 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.4.2 bug-fixes Add SWIFT language support.Fix replace in files regression.Enhance Find Replace dialog (resizable & remove search direction radio buttons).Fix a crash issue while doing a column insertion on a CJK unicode document.Fix repeated notification dialog for modification from outside of Notepad++.Fix a visual glitchy during tab drag and drop. Notepad++ v7.4.2
Notepad++ 7.4.1 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.4.1 bug-fixes Fix Notepad++ hanging issue on start up due to its connection on Internet - disable the certification chain verification.Fix the opened zero length file not saving bug.Improve Document Peeker performance issue for large files. Notepad++ v7.4.1
Notepad++ 7.4 x64 MSI
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.4 new features and bug-fixes Add document peek feature (while mouse hovering on tab).Add peek on document map feature.Fix issue with clicking links in html/js/asp/php.Fix folding vertical line loses colour after changing folding style via Preference dialog.Enhance folding feature (multi-line quotes) for python.Improve certificate verifying method.Fix issue of losing syntax highlighting while changing file extension (by "save as").Enhance the UI of "Windows" dialog (Menu "Window->Windows...") for sorting.Apply the new file custom encoding (Unicode or not) while opening an empty content file.Improve whitespace visibility while the visualization of whitespace is activated.Support RTL for header and footer printing.Add a warning message for launching folder as Workspace while both files and folders are dropped in Notepad++.Drag and dropping tabs is possible in multi-line tab mode.Fix issue of right clicking on multiline tabs.Add new moving tabs with mouse wheel feature (SHIFT + Mouse Wheel)Fix text on active tabs (multi-line mode) being clipped problem.Fix regression for saving session file (for session file extension, if set).Enhance saving workspace file by adding workspace file extension (if set).Fix change.log always opened issue. Notepad++ v7.4
Notepad++ 7.3.3 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.3.3 bug-fixes and enhancements Fix CIA Hacking Notepad++ issue (https://wikileaks.org/ciav7p1/cms/page_26968090.html).Fix mouse wheel to task list scroll crash bug.Fix flickering issue while switching back after modifying or deleting a document from outside.Support Motorola S-Record, Intel and Tektronix extended hex file formats.Improve multi-line tab: maintaining the selected tab position.Fix add char into word char list bug.Add Shift+Enter in Find dialog for searching in the opposite direction.Fix a regression that delimiter settings is not retained correctly.Add clear command button in shortcut mapper.Enhancement: file extension supported in Load/Save Session dialog if a session file extension is set. Notepad++ v7.3.3
Notepad++ 7.3.2 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.3.2 new features and bug-fixes Fix crash issue on column mode editor.Fix "Use new style save dialog" setting's regression.Enhance "Open file" command - open a file from editor zone without selecting its full path.Fix word char list settings not applying on next launch issue.Fix block uncomment for line comment bug.BaanC Language is supported.Add error notification on run dialog.Fix the caret position not maintained issue between document move.Fix caret goes to wrong position after word completion.Enhance Function List for supporting language.Add check mark in Language menu.Fix toolbar not showing issue while launching Notepad++ from system tray in some unknown configuration. Notepad++ v7.3.2
Notepad++ 7.3.1 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ 7.3.1
Notepad++ 7.3 MSI x64
No desktop shortcut;English localization;No Updater;Upgradable. Notepad++ v7.3 new feature and bug-fixes Add MD5 functionalities.Fix the problem of launch Notepad++ with Admin right after installation.Fix a problem of recent file history - add to recent file history only if file is removed from all the views.Get back Find dialog while you lost it (in a multi-screen + laptop configuration).Fix long hyperlinks truncated problem. Notepad++ v7.3 Read the full article
0 notes