Page 6 of 10 FirstFirst ... 2345678910 LastLast
Results 51 to 60 of 98

Thread: Notepad++ (Latest version)

  1. #51

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,780
    Rep Power
    2484982

    Απ: Notepad++ (Latest version)

    Notepad++ 7.9 release-(2020-09-28)

    Notepad++ v7.9 Enhancements & bug-fixes:

    1. Add the ability to open the target file of a Shortcut (*.lnk).
    2. Enhance side panels behaviour: close a single panel instead of the entire stack.
    3. Fix Monitoring & document auto-update not scrolling to the end of the file with Word wrap enabled issue.
    4. Fix mouse cursor flicker while hovering URLs.
    5. Add back hovered blue underlined URLs.
    6. Enhance C++, Perl, Python parsers and add VHDL in Function List.
    7. Improve some ambiguous commands naming in Shortcut Mapper.
    8. Add an option to prevent right click from canceling selection.
    9. Add ability to sort lines randomly.
    10. Fix "Close All BUT this" looses current document data issue.
    11. Allow user to start making a stream selection and then change to column block (by pressing ALT key).
    12. Add word wrap option to find results context menu.
    13. Add keyboard navigation ability to Column Editor.
    14. Add keyboard shortcut ability to Projects, Folder as Workspace and Function List for switching among these panels.
    15. Enable project panels toggle from menu.
    16. Enhance Folder as Workspace to restore latest selected item of last session on Notepad++ startup.
    17. Fix inaccurate line margin update with word wrap enabled.
    18. Fix Find previous/next commands not scroll vertically to show match result issue (with word wrap disabled).
    19. Fix column key sort with col block starting in col1 bug.
    20. Add confirmation preference for Replace All in All Opened Documents operation.
    21. Add Escape keypress in functionlist searchbox to clear its text.
    22. Add RTL capability to localized messageboxes.
    23. Make (Find) dlgAlwaysVisible a true Preference setting.
    24. Fix sorting by column key using incorrect key values.
    25. Add search scope to Find window status bar output.
    26. Fix false hit result in Find in Finder.
    27. Prevent redundant line data copy in Finder.

    Included plugins:
    1. NppExport v0.2.9
    2. Converter 4.2.1
    3. Mime Tool 2.5


    Updater (Installer only):
    * WinGup (for Notepad++) v5.1.1
    Notepad++ v7.9 released

  2. #52

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,780
    Rep Power
    2484982

    Απ: Notepad++ (Latest version)

    Notepad++ 7.9.1 release-(2020-11-02)

    Notepad++ v7.9.1 Enhancements & bug-fixes:

    1.Fix NUL file-corruption bug after Windows shutdown brutally (Fix #6133).
    2.Fix inaccurate URL detection by replacing a new URL parser (Fix #3912, #3353, #4643, #5029, #6155, #7791, #8634)
    3.Fix RegEx look behind operations and \A and and \b and \z (Fix #713, #1870, #2216, #2360, #9004, #4855).
    4.Split functionList.xml into multifile in “functionList” Folder (Implement #4896).
    5.Make tray icon work again in administrator mode (Fix #8528).
    6.Fix dialogs & floating dockable panels don’t minimize to system tray issue (Fix #9044, #8928).
    7.Add alternative icon set for tab bar (Implement #8068).
    8.Add ability to remove any duplicate lines in a document, keeping the first occurrence (Fix #8965).
    9.Fix incorrect icon for monitoring status in Document list panel and in Document switcher (Fix #8783).
    10.Add copy marked text & styled text to clipboard commands to menu (Implement #8943, #6095).
    11.Fix find-all-open-docs not finding all matches in ANSI files (Fix #8901).
    12.Display long lines better in Find-result panel by increasing its max length to 2048 (Fix #7723).
    13.Fix double clicking on find result line not working (Fix #9009, #8525).
    14.Fix Find-result rclick-Copy incomplete data bug (Fix #8801).
    15.Add case insensitive lines sorting (Implement #4479).
    16.Add “Open Containing Folder as Workspace” command in main menu and in context menu of tabs (Implement #3028).
    17.Enhance Sel info of status bar (Fix #8524).
    18.Add new option for save type of normal text files in Save dialog (Fix #8866).
    19.Fix file path truncated issue in save confirmation dialog (Fix #8812).
    20.Fix auto-Indent not working for PowerShell (Fix #9049).
    21.Allow setting of background color for bookmark margin (Fix #8833).
    22.Fix smart-highlighting not applying to cloned view (Fix #7910).
    23.Fix smart highlight issue related to EOF (Fix #8908).
    24.Fix closing file in 2nd view not removed from Doc Switcher (Fix #8800).
    25.Add Delete keystroke to remove selected root from Folder as Workspace (Fix #8960).
    26.Add TAB keystroke in Function List to switch between search field and list (Fix #8665).
    27.Add ESC keystroke in Function List to switch to edit window (Fix #8886).
    28.Add ESC keystroke to close Search Results Window (Implement #2946).
    29.Fix data-prefixed attributes are not recognized in HTML (Fix #6200).


    Notepad++ 7.9.1 release-(2020-11-02)

    Notepad++ v7.9.1 released

  3. #53

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,780
    Rep Power
    2484982

    Απ: Notepad++ (Latest version)

    Notepad++ 7.9.2 release-(2021-01-01)

    Notepad++ v7.9.2 Enhancements & bug-fixes:
    1. Fix regression of auto-Indent.
    2. Add custom URI schemes ability.
    3. Improve URL parser: fix apostrophe in an URL issue.
    4. Add context menu with "Copy link" ability.
    5. Add color samples on menu items for styling features.
    6. Add "-settingsDir" argument for overriding default settings path.
    7. Fix crash while exit command issued by plugin.
    8. Fix several bugs of PHP parser rule for function list.
    9. Move "Normal Text" to top in Languages Menu.
    10. Add new API NPPM_GETSETTINGSONCLOUDPATH for plugins.
    11. Add an option for displaying constant line number width.
    12. Fix function list is empty with new user profile in the same PC issue.
    13. Fix single-quoted string being badly recognized as attribute value in XML.
    14. Fix docked panels appear with "-nosession" cmd line parameters.
    15. Improve text selection after Replace All In Selection operation.
    16. Add the number of total documents on windows dialog's title bar.
    17. Fix scroll to last line problem after main window resizing.
    18. Fix Plugin admin display UTF-8 issue in its description.
    19. Fix Search result's text direction (RTL) not always synchronized with main edit zone's one issue.
    20. Fix dockable panels display issue in RTL direction.
    21. Fix Search result line number highlighting inaccurate issue.
    22. Make "Line" preceding each line number on Search Results translatable.
    23. Fix menu check marks not being removed after closing "Clipboard History" and "Character Panel" panels.
    24. Fix command line arguments -p, -n & -c negative value's undefined behaviour.
    25. Add new Margin/Border/Edge sub-page in Preferences.
    26. Fix find in files failure issue due to directory path with leading/trailing spaces.
    27. Fix folder icon display issue in "Folder as Workspace" after "Expand/Collapse All".
    28. Make "Clipboard History" and "Character Panel" togglable.
    29. Fix Find in found results dialog launch failure after macro execution.
    30. Disallow Goto dlg offset option from moving to position inside multi-byte char or between CR and LF.
    31. Fix "Go to..." dialog wrong Offset value in empty files.
    32. Prevent corruption possibility when using -p command line parameter in a UTF file.
    33. Improve indent guidelines on non-brace control block languages.
    34. Prevent names of untitled tabs from duplication.
    35. Add tooltips for Folder as Workspace 3 commands.
    36. Fix "SCI_NEWLINE" inside a macro not working issue.
    37. Fix bug where search-results won't open 'new 1' file.
    38. Fix tab close button remain pushed issue.
    39. Enhance ghost typing command line argument feature - using white space directly instead of %20.
    Notepad++ v7.9.2 released

  4. #54

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,780
    Rep Power
    2484982

    Απ: Notepad++ (Latest version)

    Notepad++ 7.9.3 release-(2021-02-15)

    Code:
    Notepad++ v7.9.3 Enhancements & bug-fixes:
    1.Discontinued support for Windows XP due to technical reasons. Notepad++ 7.9.2 is the last version to run on Windows XP. (Ref)
    2.Upgrade Notepad++ License: update GPL version from v2 to v3. (Fix #9425)
    3.Fix the regression of copying line data from search results. (Fix #9334)
    4.Fix “Print Line Number” preference is ignored for printing regression. (Fix #9379)
    5.Fix a regression in Chinese Simplified localization. (Fix #9329)
    6.Fix dockable panels not being displayed regression due to multi-instance mode activation. (Fix #9341 & #9363)
    7.Make split-lines feature work again with multi-edge rightmost specified edge. (Fix #8262)
    8.Enhance modern style file dialog for allowing UNIX style file path. (Fix #9374)
    9.Use the modern browse folder dialog to get folder path. (Fix #8513)
    10.Improve option for setting save dialog filter to All Types. (Fix #9325)
    11.Add ability to delete entries from combo box history in Find dialog with DELETE key. (Implement #9366)
    12.Fix lost session issue on Windows reboot/shutdown. (Fix #7839)
    13.Add “save Folder as Workspace in session” option in save session dialog. (Implement #9165)
    14.Make value dialog height accurate in any DPI. (Fix #8443)
    15.Fix issue that Switch-To-Panel keyboard shortcuts cannot be used in context menu. (Fix #9435)
    16.Fix a memory leak issue. (Ref)
    17.Fix blurry display problem on an extended monitor. (Fix #8115)
    18.Fix incompatible plugin not being deleted issue. (Fix #9377)
    19.Synchronize GUP localization file (if available) with Notepad++ in installer.
    20.Enhance “No update” dialog with the download page link in the Notepad++ updater.
    21.Fix NPPM_SETLINENUMBERWIDTHMODE API not working issue. (Fix #9338)
    Notepad++ v7.9.3 released

  5. #55

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,780
    Rep Power
    2484982

    Απ: Notepad++ (Latest version)

    Notepad++ 7.9.4 release-(2021-03-15)

    Notepad++ v7.9.4 Enhancements & bug-fixes:
    1. Upgrade Scintilla from v4.2.0 to v4.4.6.
    2. Fix DPI scaling broken while dragging Notepad++ into the 2nd monitor regression.
    3. Add "Find in Projects" feature.
    4. Fix project workspace changes lost on save cancel issue.
    5. Fix folder picker not being launched issue because provided directory is invalid.
    6. Fix network path (UNC path) not working in file dialog.
    7. Fix shortcut name more than 64 characters makes a menu entry empty name issue.
    8. Fix extension appending issue in file dialog.
    9. Fix file not turning to modified state (with Session Manager plugin) bug after its content being changed.
    10. Add an option to mute all sounds in preferences dialog.
    11. Make JSON auto-indent for brace.
    Notepad++ v7.9.4 released

  6. #56

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,780
    Rep Power
    2484982

    Απ: Notepad++ (Latest version)

    Notepad++ 7.9.5 release-(2021-03-23)[/COLOR][/SIZE]

    Code:
    Notepad++ v7.9.5 Enhancements & bug-fixes:
    1. Fix Notepad++ not starting up due to SaveAsAdmin plugin (for installer package).
    2. Fix UNC path with quotes handling in folder & file Open/Save dialog.
    3. Fix file doesn't save as extension type on Windows 7.
    Notepad++ v7.9.5 Released

  7. #57

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,780
    Rep Power
    2484982

    Απ: Notepad++ (Latest version)

    Notepad++ v8 Release​


    Code:
    New update:07.06.2021
    Notepad++ v8 new features & bug-fixes:
    1.  Add Dark Mode.
    2.  ARM64 build is available.
    3.  One button to build them all - build Notepad++ with Scintilla static lib and Boost RegExpr headers.
    4.  Add new Fluent UI icons for toolbar.
    5.  Add new feature "Distraction Free Mode" (Menu "View->Distraction Free Mode").
    6.  Add new API NPPM_ADDTOOLBARICON_FORDARKMODE for dark mode.
    7.  Add 1 click action (SHIFT-click) on close button to close all tabs in dockable panel.
    8.  Add ability of changing select text foreground color (optional).
    9.  Allow Replace to stop after replacement (optional).
    10. Fix append extension feature not working in save dialog.
    11. Add ability to reverse line order.
    12. Add ability to style only current instance of text.
    13. Fix duplicated entries in Auto-Completion pop-up window.
    14. Fix Python Function List not showing functions in some circumstance.
    15. Enhance Folder as Workspace performance while adding/removing files in bulk.
    16. Add Ada, Fortran, Fortran77 & Haskell in function lists.
    17. Improve performance of "Open all" command in Search results.
    18. Add "Copy Pathnames" command to Search results context menu.
    19. Catch regex search exceptions and show exception message.
    20. Add MarkAll Preference settings for case and word.
    21. Fix regression: Handle "Default Directory" setting correctly in Open/Save File Dialog.
    22. Fix a special character in UTF16 file crash issue
    23. Add "Append extension" checkbox to Save As dialog.
    24. Fix Copy command in Search result is available as there's no selection.
    25. Add padding ability in the edit zone.
    26. Make new tab name translatable.
    27. Improve character case handling in RegEx.
    28. Fix dragged out UDL file is not applied to UDL in the new instance.
    29. Add command line parameter for adding specified string to app title bar.
    30. Fix Auto-Completion ignoring case issue.
    31. Fix "Match Whole Word" option being enabled in RegEx Search.
    32. Fix sort with column key selection that appears after tab characters.
    33. Fix "Reload Workspace" menu command not working issue.
    34. Fix view file in Edge browser failure issue if name contains spaces.
    35. Add ability to avoid accumulating multiple search results.
    36. Fix UTF-16 decoding/encoding for code points above U+FFFF.
    37. Fix "Save As" command removing original path from recent files history issue.
    38. Fix function List button tool tips mixed up issue.
    39. Remove Microsoft Bing from search engines for Search on Internet command.

    Notepad++ v8 Released

  8. #58

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,780
    Rep Power
    2484982

    Απ: Notepad++ (Latest version)

    Notepad++ v8.1 Release-(2021-06-17)

    Notepad++ v8.1 regression-fixes and improvements:
    Fix regression of auto-completion performance issue
    Fix Open dialog with “Save” label for “Open” button
    Fix Notepad++ crash on dark mode while starting up
    Improve look & feel in dark mode
    Adapt Tooltips in dark mode
    Remove white line under menubar in dark mode
    Make multiline and vertical tabs work in dark mode
    Notepad++ 8.1 release

  9. #59

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,780
    Rep Power
    2484982

    Απ: Notepad++ (Latest version)

    Notepad++ v8.1.1 Release-(2021-07-04)

    Notepad++ v8.1.1 bug-fixes:
    1. Fix edit zone not being applied to dark mode issue on another user account in the same machine.
    2. Enhance dark mode (make user interface more dark-modable).
    Notepad++ v8.1.1 Released

  10. #60

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,780
    Rep Power
    2484982

    Απ: Notepad++ (Latest version)

    Notepad++ v8.1.2 Release-(2021-07-19)
    Code:
    1. Make dark mode restartless.
    2. Activate dark mode in Windows 11.
    3. Make Notepad++ dark mode colors customizable: add 6 more color tone choices.
    4. Add customizing dynamically dark mode colors capacity
    5. Add command line flag -udl="UDL name" to open a file by applying an existent UDL via its name.
    6. Use always current file directory in File Rename dialog.
    7. Fix "Remember last used directory" unexpected behaviour.
    8. Fix corrupted encoding text on status bar if shortcut assigned to encode command.
    9. Add a Save all confirm dialog.
    10. Improve JavaScript auto-completion.
    Notepad++ v8.1.2 Released

Page 6 of 10 FirstFirst ... 2345678910 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. DVB Max Latest version
    By mehmetkarahanlı in forum PC Cards
    Replies: 5
    Last Post: 11-11-18, 16:43
  2. DVBViewer latest version
    By djdiageo in forum PC Cards
    Replies: 21
    Last Post: 21-09-18, 12:57
  3. Latest Version KMPlayer
    By mehmetkarahanlı in forum Pc Sofware & Tools
    Replies: 0
    Last Post: 07-09-18, 16:18
  4. MP3 Browser {latest version}
    By sat gr in forum Enigma2 Plugins ΟΕ 2.0
    Replies: 18
    Last Post: 28-12-16, 21:11

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •