Forum Replies Created

Viewing 25 posts - 551 through 575 (of 3,682 total)
  • Author
    Posts
  • in reply to: Start Window #25535
    Yutaka Emura
    Keymaster

    Suggestion 2:
    Hope one can open workspace(s) without closing the current windows:
    Add such a checkbox option in Start window, and in Customize:Workspace.

    Actually, you can select a workspace while pressing CTRL key, and the current windows will not close.

    Suggestion 3:
    Hope one can open multiple files/workspaces at a time:

    You can use keyboard (SHIFT + DOWN/UP), or CTRL + click to select multiple items.

    New issue:
    When Start window is opened (automatically or manually) in an empty tab, the text cursor will disappear, even when Start window is closed.

    If you press the DOWN key to open the Start Window, the Restore Previous Workspace button will have the focus initially (no text cursor appears), but pressing the UP key will bring the focus back to the editor (the text cursor will appear). Otherwise, the text cursor should appear initially. If you believe there is a bug, please let me know how to reproduce the issue.

    in reply to: Line selection #25532
    Yutaka Emura
    Keymaster

    Except for Suggestion 1, these issues were already addressed in v18.7.0 beta.

    Yutaka Emura
    Keymaster

    Now we can do multi-selection by pressing [Ctrl] key. I wonder if possible to use “search result” as multi-selection area. Search function is powerful enough, if use search result directly, we can reduce time to do selection.

    In the Find dialog box, instead of clicking “Find Next” button, you can click “Select All” button, then all the search results will be selected.

    in reply to: "Wrap by Window" problems #25525
    Yutaka Emura
    Keymaster

    These issues will be fixed on the next version. Thank you!

    in reply to: Indent #25487
    Yutaka Emura
    Keymaster

    Hello LTT,

    A. One way to insert tabs in empty lines is, make a vertical selection (CTRL + ALT + Up/Down arrow) where you want to insert tabs, and press TAB.

    I will fix issues B and D on the next version.

    Thanks,

    in reply to: Symbols list customization #25478
    Yutaka Emura
    Keymaster

    The Symbols list comes from the Projects plug-in. Any customizations can be done within the Projects plug-in. I am not sure what you want to do with regular expressions.

    in reply to: Tags file #25477
    Yutaka Emura
    Keymaster

    Are you referring to Exuberant Ctags files? If so, the Projects plug-in (included in the typical EmEditor install) supports it. There is the “Use Fixed Tag File” option and “Tag File Name” text box in the Symbols page of the Solution Template Properties.

    Yutaka Emura
    Keymaster

    Hello LTT,
    This issue will be fixed on v18.6.5.
    Thanks,

    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,

Viewing 25 posts - 551 through 575 (of 3,682 total)