Camel1965

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

EmEditor Professional 21.5.2

Changes in EmEditor 21.5.2:


  • Fixed a bug where EmEditor could freeze on certain emoji sequences if the Warn invisible characters option is turned on.
  • Fixed a pre-v21.5 issue where bookmarks could disappear on the Line Up/Down command.
  • The new version stops Find in Files if a regex error occurs.
  • Changed the behavior of the Word Left command when spaces following after a word.
  • Adjusted the vertical scroll position after the Encode/Decode Selection commands when lines are wrapped.
  • Fixed an issue where EmEditor could not stop macros at alert(), confirm(), prompt() methods if run asynchronously on some computers.
  • Fixed customer-reported issues (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Fixed a potential crash while opening XML files (avoided syntax check while reading a file).
  • Supported more Emoji ZWJ Sequences, and fixed behaviors of the character check.
  • Fix an issue where the In Selection Only option in the Find/Replace dialog box was set in sticky vertical selection mode even if only one line is selected.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

EmEditor Professional 21.6.1

Version 21.6

  • Ability to specify character ranges by using the Unicode Script and Unicode General Category
  • Support of all possible Emoji sequences
  • Improved Replacement Expression Syntax
  • Ability to drag and drop a file to the Filter box in the Filter toolbar and a list box in the Advanced Filter, Batch Find, Batch Replace, Batch Find/Replace in Files dialog boxes
  • Speed improvement of the Advanced Filter command, the Join CSV command, and Multi-Find in the Find dialog box
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

EmEditor Professional 21.7.0

Changes in EmEditor 21.7.0:


  • Fixed a bug where selecting All in Half-Width/Full-Width Conversion dialog box converts selection only in a CSV mode.
  • Fixed an issue related to the Cell toolbar while filtered.
  • The new version shows you a message box if the Read Only in Headings is set on the Delete/Cut Columns command rather than disabling these commands.
  • The new version enables conversion commands when a column is selected and the Read Only in Headings is set.
  • Fixed a bug where the Replace Expression did not parse \x{hhhhh} values correctly.
  • Fixed a bug where editor.QueryStatusByID(EEID_TOOLBAR1 + n) did not work correctly.
  • Fixed a v21.6 bug where a certain condition on filtering could crash EmEditor.
  • Fixed a v21.6 bug where Extract Replace might not have extracted all occurrences in a line.
  • Fixed customer-reported issues
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

EmEditor Professional 21.7.1​

May 20, 2022
  • Fixed a bug where EmEditor could crash when you select the Character Code Value command on certain characters.
  • Fixed issues related to the Compare command with the Split Vertically option.
  • Fixed the “This operation does not support regular expression, number ranges, or search strings including newlines.” error might have appeared in normal Find in Files.
  • Fixed the document tabs might not be arranged correctly when resized under a certain condition.
  • Added the “Oldest date modified” and “Newest date modified” options to the Advanced dialog box (Find in Files).
  • Added EE_INFO_EX message, INFO_EX_DATA structure, Editor_DocInfoEx inline function.
  • Fixed a bug related to the Delete Duplicate command while multiple selections exist.
  • Fixed a bug related to the AutoFill handle unable to drag beyond the last line.
  • Fixed a bug where EmEditor might have crashed on the Extract Bookmarked Lines to New File command on split windows.
  • Added EI_GET_CONFIG, EI_SET_CONFIG, EI_SAVE_FILE, alternative forms of Editor_DocGetModified, Editor_DocGetLines, Editor_GetLineW inline functions, and hDoc field to GET_LINE_INFO structure.
  • Fixed issues related split windows, status bar, Cell toolbar font, Toolbars dialog.
  • Fixed macro recording issues related to the BatchReplace method.
  • The new version will not erase old status messages when showing the “Jump to…” message on the status bar while hovering on Find in Files results.
  • Fixed an issue related to the mouse pointer and active strings.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

EmEditor Professional 21.8.0​

June 9, 2022
  • The previous version of EmEditor (v21.7) supported comparison and synchronized scrolling results in one split window. v21.8 improves the split window by showing document titles above documents in the split window so that it is easier to identify the left and right documents. When you resize or maximize a split window, the previous version did not adjust the split border position. The new version moves the split border proportionally as you resize the window. Moreover, v21.8 allows you to show two documents side-by-side in a split window without comparing or synchronize scrolling by selecting the Split View command on the Compare menu. All the above features are supported on EmEditor Professional and EmEditor Free.
  • A major feature of EmEditor Professional is the ability to include regular expressions (RegEx) and number range expressions (NumRange) for search strings when you use the Bulk Replace All feature that was previously implemented on v21.7. Several customers including this customer asked for this improvement. It becomes useful when you have many simple strings to search for, but you want to include a few RegEx or NumRange strings. Bulk Replace All works very fast if all search strings are non-RegEx and non-NumRange (None). Adding RegEx to the list of search strings will slow down the Bulk Replace All process significantly. Nevertheless, if you have only a few RegEx, Bulk Replace All is still faster than Batch Replace All.
  • If you mix search strings with RegEx or NumRange, Bulk Replace All will search all these strings simultaneously, but a conflict can occur. If a conflict occurs, (None) will get the highest priority. NumRange is the second priority, and RegEx is the last priority.
  • v21.8 also supported RegEx and NumRange search strings for Bulk Find in the Batch Find in Files dialog box, and Bulk Replace All in the Batch Replace in Files dialog box.
  • Another new feature of v21.8 is the CommitList plug-in by Makoto Emura, which shows the commit history of a Git repo. It allows easy comparisons between files of different revisions. The current minimal feature set of the plug-in leaves an opportunity for your feedback to be reflected in future versions, so we would like to hear your feedback as to which features you would like to see in the plug-in.
  • A customer has asked for the ability to limit search files by their time stamp while working on Find in Files. Thus, we added the Oldest date modified and Newest date modified date boxes to the Advanced dialog box (Find in Files). If only the Oldest date modified is set, EmEditor searches files newer than the specified date. If only the Newest date modified is set, EmEditor searches files older than the specified date. If neither of them is set, EmEditor searches all files regardless of file dates.
  • Another customer has asked for the ability to extract all matches (not just one match) per line while Filter results are displayed. Thus, we added the Extract Options command to the menu displayed when you click on the Extract All button in the Filter toolbar. Selecting this command will bring up the Filter Extract Options dialog box, where you can select the Extract All matched strings option, and the Delimiter to separate matched strings.
  • Another customer has asked for the ability to record the Number of Additional Visible Lines Above/Below Matched Lines to macros. Thus, we added two more parameters to the Filter method of the Document object, where you can specify these numbers. If you already have macros that use the Filter method, and you want to display additional visible lines above/below matched lines, you might need to set these parameters to non-zero values, or -1 to instruct the Filter method to not change these values.
  • Finally, I hope you like EmEditor, whether you use the Professional or Free version. Please contact us or write in forums if you have any questions, feature requests, or any ideas in the future.)
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

EmEditor Professional 21.8.1

Changes in EmEditor 21.8.0:


  • New CommitList plug-in, which shows the Git history of the current document
  • Ability to use regular expressions and number range expressions for Bulk Replace All and Bulk Find commands
  • Ability to search only a specified range of time stamp in files while working on the Find in Files command
  • Split View command
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

EmEditor Professional 22.0.0

Changes in EmEditor 22.0.0:​


New General Features​

  • Added the Fuzzy Matching feature, which is the ability to search, filter, and join CSV using approximate string matching. The feature includes several options in EmEditor Professional while only the Match similar strings option is available in EmEditor Free.
  • Added the Fuzzy Matching button to the Find and Filter toolbars.
  • Added the ability to highlight
    Zaloguj lub Zarejestruj się aby zobaczyć!
    (Base64) used in email meassage headers, and display tooltips with the decoded string when hovering the mouse over them. Added the ability to decode them by using the existing Base 64 to Plain Text (Current Encoding or UTF-8) commands.
  • Added the Insert as Characters, Insert as Lines, Insert as Vertical, and Insert as Cells commands to the menu displayed when right-clicked on the Clipboard History.
  • The default Main menu was redesigned to include the Insert, Convert, Bookmarks, Sort, and Plug-ins popup menu items at the top. These changes allow you to access frequently used commands without clicking the menu several times. Diacritics/Marks commands in the Insert menu allows you to type these special characters without memorizing the corresponding shortcuts keys.
  • Supported Unicode 15.0 for Unicode names, East Asian width, Unicode script, and General Category properties.

New Options​

  • Added the Fuzzy Matching check box to the Find, Replace, Find in Files, and Replace in Files dialog boxes.
  • Added the (Fuzzy Matching Options) to the Find, Replace, Find in Files, and Replace in Files dialog boxes.
  • Added the Fuzzy Matching check box and the (Fuzzy Matching Options) to the Batch Find, Batch Replace, Batch Find in Files, Batch Replace in Files, and Advanced Filter dialog boxes.
  • Added the Fuzzy Matching check box and the (Fuzzy Matching Options) button to the Join CSV dialog box
  • Added the Fuzzy Matching Options dialog box and the String/Character Range dialog box
  • Added the Row Headings text box to the CSV Format page of the Customize dialog box

New Commands​

  • Fuzzy Matching (Filter Toolbar)
  • Fuzzy Matching (Find Toolbar)

Plug-in New Features​

  • Improved the CommitList plug-in by adding the ability to compare branches.
  • Added the FLAG_FIND_FUZZY flag to the FILTER_INFO_EX, FIND_REPLACE_INFO, and GREP_INFO_EX structures.
  • Added the FLAG_FIND_FUZZY flag to the Editor_Filter, Editor_FindReplace, and Editor_BatchFindReplace inline functions.
  • Added the JOIN_FLAG_FUZZY flag to the JOIN_INFO structure and the Editor_Join inline function.

Macro New Features​

  • Added the eeExFindFuzzy flag to the Find and Replace methods of the Selection object, FindInFiles and ReplaceInFiles of the Editor object, the Filter method of the Document object, and the Add, AddFind, and AddReplace methods of the Filters collection.
  • Added the eeJoinFuzzy flag to the Join method of the Editor object.
  • Added the Fuzzy property to the Regex object.
  • Added the FuzzyOptions object, CharacterRange object, and CharacterRanges collection.
  • Added the FuzzyOptions property to the Editor object.
  • Added the RowHeading property to the Csv object.
  • Added the ability to record the Join CSV command to macr
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

EmEditor Professional 22.0.1

Changes in EmEditor 22.0.1:


  • Worked around an issue where you couldn’t print only one specified page on Windows 11 Update (Version 22H2). For instance, printing while specifying page 3 in the Print dialog box actually printed page 1.
  • Fixed a bug where the Fuzzy Matching Options menu item existed in the menu displayed when you clicked on the > button in the Find/Replace dialog box in EmEditor Free. The Fuzzy Matching Options is available only on EmEditor Professional.
  • v22.0.0 always displays file extensions even if the Hide extensions for known file types option was turned on in File Explorer. This was reverted on v22.0.1.
  • Supported Emoji sequences including the variation selector (VS15) for text style (U+FE0E).
  • Fixed a pre-v22.0 issue where the Bulk Replace in CSV mode or multiple-selecitons might not have worked correctly.
  • Fixed a pre-v22.0 issue where the last newline might not have been copied if the last line is empty in the CSV cell selection mode.
  • Fixed a pre-v22.0 issue related to the Add Next Next Occurrence command while loading a very large file.
  • The new version will not display the EmEditor Launch time when the EmEditor Quick Start option is turned on.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

EmEditor Professional 22.1.0

New General Features​

Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry