Forum Replies Created

Viewing 25 posts - 776 through 800 (of 3,680 total)
  • Author
    Posts
  • in reply to: Changes to filtered line apply to all lines in between #23031
    Yutaka Emura
    Keymaster

    Currently, you can bookmark filtered lines by clicking the Bookmark All button on the Filter toolbar, and then select the Select Bookmarked Lines (on the right-click menu on the left edge or line numbers).

    I will consider adding the Select All (filtered lines) on the Filter toolbar in future versions.

    Thanks,

    in reply to: "Delete Duplicate Lines" problems #23026
    Yutaka Emura
    Keymaster

    On beta 3, the problem 2 was also fixed. Thanks!

    in reply to: Filter lines starting with capital letter #23025
    Yutaka Emura
    Keymaster

    I fixed the issue with the number of selected lines incorrectly displayed in the status bar and the Word Count plug-in.
    I also optimized the Word Count plug-in for speed, but if you need to speed up the plug-in, you might want to remove unnecessary queries such as Widths.
    Also, queries using regular expressions can take much longer time than others, so should be removed if unnecessary.
    Thanks,

    in reply to: DirectWrite and SurrogateFallback in registry #23024
    Yutaka Emura
    Keymaster

    On beta 3, I added the Font Fallback list box to the Text Rendering page of the Customize dialog box. You can add “HanaMinB” to the list. This option is Enabled only on Windows 8.1 or later.

    Thanks,

    in reply to: Unexpected black line problem #23023
    Yutaka Emura
    Keymaster

    Hello,

    I still can’t reproduce the issue.
    Do you use dual monitors (or more than one monitor) ? What is the DPI (or scale) for each monitor?
    Which language version is your Windows, English, or Chinese?
    Which language is specified in the Current Language for non-Unicode programs in the Administrative tab of Region settings in Control Panel?

    Thanks,

    in reply to: Unexpected black line problem #23017
    Yutaka Emura
    Keymaster

    Hi sky,
    What was the name of the font and size when you open “test.txt” file in EmEditor (See the View menu)? What is the file encoding of the file (UTF-16 or UTF-8 or something else)?
    Thanks,

    in reply to: Filter lines starting with capital letter #23016
    Yutaka Emura
    Keymaster

    Hi Patrick C,
    Regarding Option 2, I am not sure what you mean by “There is one downside that Option 2 does add the last line to the count if it is blank.”
    Can you please clarify this sentence?

    in reply to: "Delete Duplicate Lines" problems #23008
    Yutaka Emura
    Keymaster

    I adjusted the code on beta 2. I will continue to adjust the code until the official release.
    Thank you!

    in reply to: "Double-clicking" behavior #23007
    Yutaka Emura
    Keymaster

    This was fixed on beta 2.
    Thank you,

    in reply to: Unexpected black line problem #23004
    Yutaka Emura
    Keymaster

    Hello sky,

    I know this is a bug under a certain circumstance, but I couldn’t reproduce the issue. If you find the condition where you can reproduce the issue, can you please write more details? Or can you export current settings (including AppData folder) exported from Tools menu > Import and Export > Export all settings into a registry file, and send the file to tech @ emurasoft.com? If this is a portable version, you can send all INI files with the AppData folder. Thank you.

    in reply to: Caret too thin: possible regression in v17.6 beta1 #22997
    Yutaka Emura
    Keymaster

    Please go to the View page of the Customize dialog, and see if the “System Default” is used for the Width under Cursor Size and Color. You can also change the width here.

    Thanks,

    in reply to: "Delete Duplicate Lines" problems #22996
    Yutaka Emura
    Keymaster

    This version was optimized for VERY large files, but I will have EmEditor revert to the original code when small to medium size documents are used. I will find a sweet spot where any document sizes will get the fastest speed.
    Thanks!

    in reply to: Better font rendering via DirectWrite #22986
    Yutaka Emura
    Keymaster

    EmEditor now supports DirectWrite on v17.6.0 beta 1.

    https://www.emeditor.com/text-editor-features/history/new-in-version-17-6/

    Thanks!

    in reply to: Expose the current document's return method as a property #22983
    Yutaka Emura
    Keymaster

    I added this property to v17.6.0 beta 1.

    document.NewLineCode

    This is a GET-ONLY property. You can’t use it to set a value.

    For example:

    code = document.NewlineCode;
    switch( code ) {
    case eeCrAndLf:
      ...
    case eeCrOnly:
      ...
    case eeLfOnly:
      ...
    case eeNewlineMixed:
      ...
    }
    
    Yutaka Emura
    Keymaster

    Hello,

    I am not sure exactly what the issue is, so can you please send me a screencast or screenshot to tech @ emurasoft.com? You can also send me sample files (after zipped) with steps to reproduce the issue.

    Thanks,

    Yutaka Emura
    Keymaster

    Hello Yang Yang,

    I will think about that in future versions.

    Thanks!

    in reply to: Replace in Files Extract #22932
    Yutaka Emura
    Keymaster

    Hello,

    Please try this:

    1. Open all the files you are interested in one group window.
    2. Open the Replace dialog box (NOT Replace in Files).
    3. Set the “Use Regular Expressions” check box.
    4. Set the “Search All Documents in the Group” check box.
    5. Click the Down arrow next to the Extract button, and make sure the “Use Output Bar” is set.
    6. Enter regular expressions in the Find and Replace text boxes
    7. Click “Extract” button.

    Thanks,

    in reply to: Filter Bookmarked Lines #22931
    Yutaka Emura
    Keymaster

    Hello,

    I believe all you have to do is:

    1. Filter
    2. Extract Bookmarked Lines to New File

    You might want to record this procedure to a macro.

    Thanks,

    Yutaka Emura
    Keymaster

    Please try this: go to Customize dialog – Search page, make sure the “Change font for Find/Replace Drop-down List” check box is set, and clear the “Change Font only if Character Set of Selected Font is not System Default”.
    Thanks,

    in reply to: "Double-clicking" behavior #22918
    Yutaka Emura
    Keymaster

    I reproduced the issue, and it will be fixed on the next version. Thanks!

    in reply to: Minor cosmetic problem in CSV mode #22908
    Yutaka Emura
    Keymaster

    This will be fixed on the next release. Thanks!

    in reply to: "Continue AutoFill" problem #22896
    Yutaka Emura
    Keymaster

    Thanks for information. This should be fixed on beta 3, which I released today.

    in reply to: "Continue AutoFill" problem #22886
    Yutaka Emura
    Keymaster

    Hello,

    I couldn’t reproduce the issue, and it might be due to your particular settings. Please zip a crash report file along with your settings (including AppData folder) exported from Tools menu > Import and Export > Export all settings into a registry file. You can email the file to tech @ emurasoft.com

    Thanks,

    in reply to: Is this a bug? #22885
    Yutaka Emura
    Keymaster

    Please use this registry technique to work around in your case.
    Yes, the icon is correct, it is a triangle shape.
    It is NOT unusual to use DWORD for 64-bit apps..

    Thanks,

    in reply to: Is this a bug? #22874
    Yutaka Emura
    Keymaster

    Please try v17.5.0 beta 1 (17.4.901) which I released today. If this still doesn’t work, please open regedit.exe, and create a new REG_DWORD value “AltNodeImage” in the HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Common key, and assign the value 1 to it. Thanks,

Viewing 25 posts - 776 through 800 (of 3,680 total)