Forum Replies Created

Viewing 25 posts - 1,226 through 1,250 (of 3,700 total)
  • Author
    Posts
  • in reply to: Display corruption #20129
    Yutaka Emura
    Keymaster

    Hello JohnQSmith,

    I reproduced the issue, and I will look into the issue.

    For this task, you might want to use the Filter toolbar.

    You can enter “ABCD00000” with the “Negative” button pressed. After filtered, press the “Extract All” to get all lines without “ABCD00000”.

    Thanks,

    Yutaka Emura
    Keymaster

    If you want to reset all settings, you can go to Tools menu > All Commands > Tools > Reset All.
    If you don’t want to reset all settings, you can go to Properties of Java configuration, Highlight (1) and click “Reset”.

    Thanks,

    in reply to: Replace three dots #20093
    Yutaka Emura
    Keymaster

    Hello,

    This is fixed on version 15.1.2. Please update on the Help menu > Check Updates.

    Thank you,

    in reply to: High resolution display support #20082
    Yutaka Emura
    Keymaster

    Hello,

    Thanks for screenshots. I fixed those on EmEditor v15.1.1, which will be released shortly.
    Thanks!

    in reply to: High resolution display support #20076
    Yutaka Emura
    Keymaster

    Hello,
    Can you send me a screenshot of the problem on EmEditor? That would be helpful. You can paste the image here, or email me at [email protected].
    Thank you!

    Yutaka Emura
    Keymaster

    Hello,

    I realize this issue, and it will be fixed shortly on v15.1.1.

    Thanks!

    in reply to: Word Count stats should be selectable and copyable #20041
    Yutaka Emura
    Keymaster

    Hello QiaoJiao,

    This request has been supported on v15.1.0 beta 4:

    https://www.emeditor.com/forums/topic/emeditor-v15-1-0-beta-4/

    Thanks,

    in reply to: Spelling mistake on the new in 15.0 page #20038
    Yutaka Emura
    Keymaster

    Hello Paul,

    We have fixed these.

    Thank you,

    in reply to: Word Count stats should be selectable and copyable #20035
    Yutaka Emura
    Keymaster

    Hello QiaoJiao,

    I will consider adding an ability to copy the Status bar contents to the Clipboard.

    Thanks,

    in reply to: msg: Inconsistent number of columns detected #20034
    Yutaka Emura
    Keymaster

    Hello blondie63,

    That’s because you are trying to open a CSV file but it contains lines where the number of columns is different from other lines. You can double-click on the message:

    filename (number): Inconsistent number of columns detected.

    and jump to the number’s line of the “filename” file, and correct the line by adding or remove a separator (usually comma).

    If this is not a CSV file, you can simply ignore the message, and either (1) disable CSV detection by going to Configuration Properties – File tab and clear all the CSV files to Detect check boxes, or (2) Customize dialog – CSV tab and clear the “Validate CSV and Output Errors” check box.

    Thanks,

    in reply to: Workspace not save if crash #20033
    Yutaka Emura
    Keymaster

    Hello Jeff,

    EmEditor should save workspace when it crashes or the Windows shutdown, however, it will not save if you force EmEditor quit from TaskManager, blue screen or anything unusual happens. To prevent from loosing the workspace, you might want to turn on Auto Save feature on configuration properties, or manually save workspaces periodically. I might consider additional auto-save workspace features in the future.

    Thanks,

    Yutaka Emura
    Keymaster

    Hello voiid,

    When you copy text, please make a vertical selection by pressing ALT key while dragging the mouse, or use CTRL + SHIFT + F8 to start selection. Then pasting anywhere to see the expected result.

    Thanks!

    in reply to: Regex Find Replace #20019
    Yutaka Emura
    Keymaster

    I am not exactly sure, but I hope this is correct.

    In the Replace dialog box, click the “Customize…” button, and set 4 or more in the Additional Lines to Search for Regular Expressions text box.

    Set the Use Regular Expressions check box

    Find:

    word1((.|\n)*?)word2(.*?)word4
    

    Replace with:

    \3\1word2\3word4
    

    Thanks!

    in reply to: Did anybody have the similar problem? #20008
    Yutaka Emura
    Keymaster

    There are 3 kinds of return types, also called newline codes: CR only, LF only and CR+LF. You file contains mixture of these types. You can distinguish these by settings the “Show CR and LF with different marks” check box in the Marks tab of configuration properties.

    If you want to save the file with the same newline code, open all the files that you want to convert the newlines, and then select Save All with Encoding.

    Thanks!

    in reply to: insert a link with other characters #20004
    Yutaka Emura
    Keymaster

    Hello netsking,

    You might want to set the “Recognize Double-Byte Characters as URLs” check box in the Link tab of configuration properties.

    Thanks,

    Yutaka Emura
    Keymaster

    Hello mldisibio,

    Thanks for your report and information by email.
    This bug was fixed on my PC, and the next version will include the fixes. The problem was related to the new “More…” submenu.

    If anyone encounters the same problem and want to fix it before the update is released, please go to the History tab of the Customize dialog box, and then set “64” in the “Popup if Number of Items Exceeds” text box. This will effectively disable the “More…” menus, and fix the problem.

    Thank you,

    in reply to: Count property of selection return a wrong value? #19960
    Yutaka Emura
    Keymaster

    Hello,

    For the n’th selection, you can find the top and bottom position with the following method.

    xTop = GetTopPointX( eePosLogical, n );
    yTop = GetTopPointY( eePosLogical, n );
    xBottom = GetBottomPointX( eePosLogical, n );
    yBottom = GetBottomPointY( eePosLogical, n );
    Yutaka Emura
    Keymaster

    Hello,

    For the n’th selection, you can find the top and bottom position with the following method.

    xTop = GetTopPointX( eePosLogical, n );
    yTop = GetTopPointY( eePosLogical, n );
    xBottom = GetBottomPointX( eePosLogical, n );
    yBottom = GetBottomPointY( eePosLogical, n );
    in reply to: About Filter Bar #19952
    Yutaka Emura
    Keymaster

    Hello,

    If you select “Customize Markers” in the Tools menu, you will see the “Title” check box and text box where you can specify a title for each marker you define. This way, you can use shorter titles for all markers to fit in a window width.

    Thanks!

    in reply to: Export language spelling files with new words #19951
    Yutaka Emura
    Keymaster

    Hello,

    The user dictionary is saved in %APPDATA%\Emurasoft\EmEditor\Spell\UserDic.bin as UTF-16LE without signature.

    Thanks!

    in reply to: Count property of selection return a wrong value? #19950
    Yutaka Emura
    Keymaster

    Hello,

    This is actually not a bug, but it was not explained in the Help.

    document.selection.count always returns 0 if EmEditor is not in the multiple selection mode.

    It can be 1 when there is only one selection while it is in the multiple selection mode. For example, if you try to click at the same Cursor position while pressing CTRL key and move mouse and release the key. Or if there is only one word in a file and press CTRL + SHIFT + A, it should select the word and there will be only one selection.

    It is important to distinguish between the normal selection mode and the multiple selection mode, so I will leave the behavior as it is, and will add more explanation to the Help.

    Thank you!

    in reply to: About Filter Bar #19936
    Yutaka Emura
    Keymaster

    Hello r91085,

    The beta 3 of v15.0 addressed these issues. Please download at:

    https://www.emeditor.com/forums/topic/emeditor-v15-0-0-beta-3/

    Thanks!

    in reply to: Replace in Files – multiple times #19932
    Yutaka Emura
    Keymaster

    Hello Simon,

    Thank you for sending me files.

    The third parameter of the ReplaceInFiles method should be a fully-qualified path. You should replace “*.xml” with “C:\\… xmlFilesForChange …\\*.xml”. After this change, the macro works well.

    Thanks,

    in reply to: EmEditor v15.0.0 beta 1 #19930
    Yutaka Emura
    Keymaster

    Today, we are releasing EmEditor v15.0.0 beta 2.

    Updates from v15.0.0 beta 1 include:

    Bug Fixes

    • Fixed a certain bug related to embedded newlines in CSV mode when a very large file is opened.
    • Fixed a certain bug related to multiple folders separated by ‘|’ in the Find in Files dialog box.

    To Download

    http://files.emeditor.com/beta/emed64_14.9.902.exe (64-bit installer)
    http://files.emeditor.com/beta/emed32_14.9.902.exe (32-bit installer)
    http://files.emeditor.com/beta/emed64_14.9.902_portable.zip (64-bit portable)
    http://files.emeditor.com/beta/emed32_14.9.902_portable.zip (32-bit portable)

    These files will be deleted when official release versions become available. The official releases can be downloaded at the Download page.

    Thank you for continue using EmEditor!

    in reply to: Replace in Files – multiple times #19929
    Yutaka Emura
    Keymaster

    Hello Simon,

    This forum can change double quotes to curly quotes, and some other changes. Would you please zip a sample JavaScript file and send it to [email protected] ?
    Also, all these lines have the same issue? If so, please simplify the macro to only one or a few line(s) to make it easier to test.

    I have a problem with my existing Macro not working for replace in files across 80+ XML files

    Can you explain more details of the problem?

    Thank you,

Viewing 25 posts - 1,226 through 1,250 (of 3,700 total)