Forum Replies Created

Viewing 25 posts - 576 through 600 (of 3,699 total)
  • Author
    Posts
  • Yutaka Emura
    Keymaster

    Hello,

    Thanks for inputs. That’s interesting.
    If you just want to replace these multiple selections with ascending or descending numbers, you can press ALT + N after you make multiple selection, and then specify the new numbers.

    Thanks,

    in reply to: Snippet/Macro #25413
    Yutaka Emura
    Keymaster

    I just need to clarify your question. Do you want the 4th parameter (in this case “|FolderName|Snippets|”) case-insensitive?

    in reply to: Select Line / Undo crash #25412
    Yutaka Emura
    Keymaster

    This issue was fixed on the latest version – v18.6.4.

    Thanks,

    in reply to: Select Word #25411
    Yutaka Emura
    Keymaster

    I need to revert Word Right/Left (Extend) commands to previous behaviors because some users complain the behavior changes. However, I added registry values, and settings those values can alter the behaviors:

    HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Common

    WordLeftType

    WordRightType

    Both REG_DWORD

    Please set 1 to both values for your preference.

    On the next major version, I will add this option available to the Customize dialog.

    Thanks,

    in reply to: Exsited Macros don't work after updating to V18.6 #25372
    Yutaka Emura
    Keymaster

    I can’t reproduce the issue. (I see this is just a portion of your macro, and I tested by deleting the last line “switch(whichItem)”.

    It seems that EmEditor is not properly installed. Can you uninstall EmEditor, restart Windows, and install EmEditor again?

    Thanks,

    in reply to: Snippet/Macro #25279
    Yutaka Emura
    Keymaster

    1. We will fix this on the next version.

    2. The next version will allow you to use this second form (notice the 3rd parameter is 2):

    editor.ExecutePlugin( "Snippets.dll", eePluginUserMessage, 2, "/FolderName/SnippetName" );

    The separator character (in this case, ‘/’) must be used as the first character of the string.
    ‘/’ can be any single character. For instance, the following is also OK.

    editor.ExecutePlugin( "Snippets.dll", eePluginUserMessage, 2, "|FolderName|SnippetName" );

    You can still use the old form (3rd parameter is 1) to keep backward compatibility.

    in reply to: CHM/Help #25278
    Yutaka Emura
    Keymaster

    1. The triple-click column is obsolete now because you can now single-click the headings to select a column. I will update the option name.

    2. Currently, it is not possible.

    3. We will think about improving the titles.

    4. We are correcting the page and index of the CHM.

    5. There are so many values in the registry, but we will think about that in the future.

    Thanks,

    in reply to: Start Window #24284
    Yutaka Emura
    Keymaster

    I see. This will be fixed on the next version. Thank you.

    in reply to: Toggle option in Incremental Search #24247
    Yutaka Emura
    Keymaster

    v18.6.0 beta 1 (18.5.91) fixes this issue. I will think about the background color option in the future.

    in reply to: Start Window #24246
    Yutaka Emura
    Keymaster

    v18.6.0 beta 1 (18.5.91) fixes the first issue regarding ESC key.
    I couldn’t reproduce the issue with drag and drop.

    in reply to: Markers on vertical scrollbar could remain #24245
    Yutaka Emura
    Keymaster

    v18.6.0 beta 1 (18.5.91) fixes this issue. Thanks!

    in reply to: Auto-Saved Files Lose Unicode #24209
    Yutaka Emura
    Keymaster

    Auto-saved documents are saved with the same encoding as the original document. By default, untitled document will be created as the system default encoding (Western European for European Windows, Chinese for Chinese Windows, etc.), and thus Unicode characters will be lost. To work around this issue, please go to configuration properties for Text, select the File page, click the New Files… button, and select UTF-8 form Encoding drop-down list box. This way, new untitled documents will start as UTF-8 encoding.

    I might actually consider making UTF-8 as default encoding for future versions.

    Thanks,

    in reply to: Toggle option in Incremental Search #24207
    Yutaka Emura
    Keymaster

    The next version will address this issue. Thanks!

    in reply to: Middle-click on a macro menu #24206
    Yutaka Emura
    Keymaster

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

    in reply to: Projects plugin-> This plugin doesn't work correctly? #24202
    Yutaka Emura
    Keymaster

    Thanks for screenshots.
    Please right-click in the Projects custom bar, select Tools – Properties for Current Solution Template, and make sure “Read Only” option is cleared.

    in reply to: Snippets: newlines #24200
    Yutaka Emura
    Keymaster

    The issue is not easy to fix. How about writing a macro to work around the issue?

    in reply to: Projects plugin-> This plugin doesn't work correctly? #24198
    Yutaka Emura
    Keymaster

    Hello David,
    To remove a file from a project, you will have to right-click on the file you want to remove, not on the project item. Can you send me a screenshot or a detailed description if you still have issues?
    Thanks,

    in reply to: Tab characters are invisible (0-width) in any non-TSV mode. #24193
    Yutaka Emura
    Keymaster

    I reproduced the issue with Chinese system locale on Windows 7. I will look into the issue.
    Thanks,

    in reply to: '%s' #24190
    Yutaka Emura
    Keymaster

    We will fix this on the next version. Thanks!

    in reply to: Tab characters are invisible (0-width) in any non-TSV mode. #24189
    Yutaka Emura
    Keymaster

    No, I am not using DirectWrite. Which font are you using? Can you try another font?

    in reply to: Tab characters are invisible (0-width) in any non-TSV mode. #24187
    Yutaka Emura
    Keymaster

    No, it should be seen as “x x”. There should be a single-character-width gap between “x” and “x”.

    in reply to: Previous/Next Logical Line #24180
    Yutaka Emura
    Keymaster

    Both commands will be optimized on the next version. Thanks!

    in reply to: MacroFolder: relative path #24179
    Yutaka Emura
    Keymaster

    Relative path shouldn’t be specified for the Macros folder, but this issue will be fixed on the next version.

    in reply to: All Commands #24178
    Yutaka Emura
    Keymaster

    These missing commands will be included to the All Commands menu on the next version.

    in reply to: Multiple Selection Editing #24177
    Yutaka Emura
    Keymaster

    The issue with newline characters not matching to the current line will be fixed on the next version.
    The Insert CR, Insert LF, and Insert CR+LF commands will be supported on the next version.

Viewing 25 posts - 576 through 600 (of 3,699 total)