Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37927
Reakcje/Polubienia
33983
EditPad Lite 8.2.4
EditPad Lite 8.2.4 – 31 May 2021
This release fixes one bug that we introduced in EditPad Lite 8.2.3 last week. The Search|Replace Current and the Search|Replace & Find Next commands substituted
Zaloguj lub Zarejestruj się aby zobaczyć!
with nothing instead of substituting them with the capturing group matches of the most recent regular expression match. This bug did not affect the Replace All command.

EditPad Lite 8.2.3 – 26 May 2021
If you enter a
Zaloguj lub Zarejestruj się aby zobaczyć!
with a syntax error into the Search box then EditPad highlights the invalid part of the regex in red. If you try to search with it anyway then you get a popup message explaining the error. But a regex that is syntactically valid may still trigger an error while the regex engine tries to execute it due to
Zaloguj lub Zarejestruj się aby zobaczyć!
,
Zaloguj lub Zarejestruj się aby zobaczyć!
, or an
Zaloguj lub Zarejestruj się aby zobaczyć!
. EditPad now pops up an error message for these execution errors too instead of treating them as failed match attempts. This makes the problem with the regex more obvious.

You can use the
Zaloguj lub Zarejestruj się aby zobaczyć!
menu item to toggle between EditPad’s light and dark themes. Doing so also switches your file types between light and dark color palettes if you selected palettes that have a light or dark companion palette. Two issues were fixed in this area. The Search and Replace boxes now immediately use the new palette if the file type of the active file has a light or dark companion palette. Companion palettes that you select for
Zaloguj lub Zarejestruj się aby zobaczyć!
are now preserved correctly when you restart EditPad.

EditPad 8.2.0 through 8.2.2 maintained the right-click menu of EditPad’s taskbar button by themselves when running on Windows 7 or later. Windows calls this menu the JumpList. This was done to implement a feature request to allow this right-click menu to be used to switch between files that are already open in EditPad. But this caused various problems. The JumpList failed to retain pinned items. EditPad 8.2.0 and 8.2.1 failed to start when the JumpList could not be initialized which happened when
Zaloguj lub Zarejestruj się aby zobaczyć!
. As the problems outweighed the benefits, EditPad 8.2.3 lets Windows maintain its JumpList just like EditPad 8.1.2 and all prior versions used to do.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37927
Reakcje/Polubienia
33983
EditPad Lite 8.2.5
Bug fixes:
  • Changing the font size with Ctrl+Wheel only made the font larger when using a complex script text layout.
  • Search: Replacements were jumbled if the replacement string contained a case conversion backreference that is not at the end of the replacement and the case conversion has no effect because the matched text is already the correct case or doesn’t have any case; e.g. replacing 9 with \U0; resulted in ;9 instead of 9;.
  • Search|Find Last had issues when using a regular expression; now it will say that regular expressions cannot search backwards similar to Search|Find Previous.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37927
Reakcje/Polubienia
33983

EditPad Lite 8.4.0​

June 27, 2022
  • New feature:
  • Font used by the main menu, toolbars, and context menus can now be changed by right-clicking the main menu or any toolbar and selecting Menu Font.
  • Improvements:
  • Manifest now includes longPathAware to indicate support for paths longer than 260 characters (which EditPad has had since version 8.0.0).
  • Status bar now adjusts its height and the width of its panel to the size of the font.
  • Bug fixes:
  • Reducing font size after enabling line numbers no longer makes the cursor invisible at the start of the line.
  • Search|Highlight All: A zero-length regex match at the very end of the file is now highlighted.


New in EditPad Lite 8.3.1 (March 1, 2022)​


  • Improvements:
  • Do not copy text in AceText’s clipboard if PowerGREP 2.x.x is installed as this old version of PowerGREP was not correctly future-proofed for AceText’s new clipboard format.
  • Search: Allow Find Previous with a regular expression when the Line by Line search mode is active, going through the lines in the file from bottom to top and applying the regex to each line from left to right.
  • Bug fixes:
  • File Types|Encoding: If the default encoding is UTF-16 or UTF-32 but the file being opened is not a multiple of 2 or 4 bytes in size then open the file using the non-Unicode encoding instead of trimming the final bytes in the file to make it a multiple of 2 or 4 bytes in size. Previously, EditPad would check whether the file is likely valid UTF-16 or UTF-32 after the final bytes had been trimmed which could result in the file being opened using the non-Unicode encoding but with 1 or up to 3 characters missing at the end.
  • Search Options|Adapt Case: When searching in regular expressions mode (regardless of whether the seach term is a regex or a literal) and replacing with a literal string using the Adapt Case option, then doing a second replacement with a different replacement string continued to use the previous replacement until a regex match with different casing was found.
  • Search: Pasting 17 or more bytes from a hex editor into the small Search or Replace box failed with an access violation error.
  • Search: Regexes like Gliteral that start with G and then have nothing but literal text ignored the G finding the literal text anywhere in the file.
  • Search|Replace Current as well as Replace and Find Next/Previous commands failed with an access violation error if the replacement text contained the %LINE% or %LINEN% match placeholders (8.3.0 only).


New in EditPad Lite 8.3.0 (January 20, 2022)​


  • Improvement:
  • Single-line edit controls now select all their contents when they receive keyboard focus as they used to do in EditPad 7 and as they do in most Windows applications.
  • Bug fixes:
  • AceText would sometimes paste into the Search or Replace box when the multi-line Search panel is a floating window even though EditPad’s main editor control had keyboard focus.
  • File Types|Brackets: Changing the option to highlight brackets within tags now immediately updates bracket matching in files that are already open.
  • Search|Find Next now indicates no match can be found instead of looping when the cursor is at the end of the search range and the option to loop automatically is off; this stops it from looping when searching for a regex that finds a zero-length match at the end of the search range.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37927
Reakcje/Polubienia
33983

EditPad Lite 8.4.1​

November 7, 2022
  • Bug fixes:
  • FTP: Could not connect to FTP servers such as WS_FTP that return a 503 error if the SYST command is sent before logging in (5.4.0 only).
  • Home key had no effect if the cursor was beyond the end of a line on an empty line (and thus also beyond the start of that line) when using a complex script text layout.
  • Placeholders: A single extraneous character at the end of a placeholder option was ignored; e.g. %MATCH:LQ% was interpreted as %MATCH:L%.
  • Preferences|Open Files: Automatically reload all files in the active project that were modified on disk did not reload the active file when switching back to EditPad when multiple files are open in the project and only the active file was modified by another application.
  • Switching between a left-to-right and right-to-left text layout did not immediately move the vertical scroll bar to the other side of the editor; it would move after switching to another file and back.
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry