Forum Replies Created

Viewing 25 posts - 1 through 25 (of 392 total)
  • Author
    Posts
  • in reply to: Saving EmEditor Program configuration #28004
    LTT
    Participant

    @YEMURA
    It’s “ini” configuration.

    in reply to: Saving EmEditor Program configuration #28003
    LTT
    Participant

    The draw order seems complicated.
    I have to set it this way:
    picshack.net/ib/Ogai299qED.png

    @Yutaka

    Default settings.
    Highlight(1):
    Switch to “Both User-Defined Strings and Default Keywords”.
    Add the 2 items as shown in the above image.

    ** I couldn’t get them work, till I switched to “Only User-Defined Strings”.

    ** If I use 2 non-regex items instead ( “[” and “[-” ), only “[” works in “Only User-Defined Strings”, no matter what the order is.

    I got dizzy on this…
    Please add a description in the help about the draw order/rules used in Highlight(1), e.g.:
    Default keywords vs User-defined strings
    Regex vs Non-regex
    The sort order

    in reply to: Highlight(1); CHM #27996
    LTT
    Participant

    Please add an option for CamelCase if possible. Thank you.
    Personally I prefer CamelCase for all case-insensitive languages.

    in reply to: Saving EmEditor Program configuration #27995
    LTT
    Participant

    You can add a string in Highlight(1):
    [-
    ▲ Enable “Highlight Right Side” (or “Highlight Right All”) for it.
    ▲ Choose a color for it.

    Or add this:
    ^\[-
    ▲ Enable “Regular Expression” for it.
    ▲ Enable “Highlight Right Side” (or “Highlight Right All”) for it.
    ▲ Choose a color for it.

    in reply to: Syntax highlight color #27991
    LTT
    Participant

    You can change them in “Display” page, in the same window.

    in reply to: Command line option for CSV mode #27985
    LTT
    Participant

    How about adding 2 options:

    To specify the initial CSV mode :
    /csv “format-10”

    To detect CSV by the order:
    /dcsv “format-10” “format-1” “format-20”

    in reply to: Toolbar behavior: hidden, and slide out when hovered over #27984
    LTT
    Participant

    Before v20.9, when in Full Screen mode, the toolbars and the menu bar were hidden, and would slide out on mouse hover.

    This behavior is more convenient than switching between 2 layouts or toggling on/off toolbars.

    And I wonder if this behavior is available even when it’s not in Full Screen mode.

    in reply to: Shortcut-key conflict between Snippets and the core #27588
    LTT
    Participant

    This thread reminds me of some other suggestions:

    https://www.emeditor.com/forums/reply/23709/

    https://www.emeditor.com/forums/topic/snippets-2/
    The 6th (and other ones).

    in reply to: EmEditor v20.6 beta 9 (20.5.909) #27477
    LTT
    Participant

    Some of the issues here are not fixed yet:
    https://www.emeditor.com/forums/reply/27337/
    https://www.emeditor.com/forums/reply/27338/

    Please at least fix #27337.
    In the example I only mentioned 2 files. But suppose there are more files…

    in reply to: Wrap Indent #27113
    LTT
    Participant

    The cursor position is correct now.
    ** But after “Wrap Indent” is toggled, the “current line background color” doesn’t follow.
    See the right image:
    http://img4.imagetitan.com/img4/nggNgpEvY8uEZLt/23/23_emeditor_wrapindent_currentlinebgcolor.png

    in reply to: EmEditor v20.1 beta 4 (20.0.904) #26968
    LTT
    Participant

    This issue occurs again:
    When doing incremental searching, the history Search Colors (i.e. from Search String (2) ) should be temporarily suppressed. The colors make the view noisy.
    ( Once reported in: https://www.emeditor.com/forums/topic/selecting-moving-theme-incremental-searchlist/ )

    in reply to: Wrap Indent #26984
    LTT
    Participant

    Oh I forgot this thread.

    > I understand it clings to the right edge. How would you like to correct it?

    Is it possible to release the value that determines the min length of a wrapped line?
    e.g. If I set it to 50, the wrapped line should be 50-char long in width, overriding “Wrap Indent”.

    —————
    > I am not sure what you mean by “clings to the left edge.”

    See the screenshots:
    null

    1:
    Initial view, when “Wrap Indent” is already enabled.

    2:
    Disable “Wrap Indent”.
    ** EmEditor just pans the text to the left edge. It does not rearrange the text instantly.

    3:
    Toggle wrap methods (or change window size).
    Now the text is rearranged.

    4:
    Enable “Wrap Indent”.
    ** EmEditor just pans the text to the right edge. (And there’s no horizontal scrollbar.)

    in reply to: EmEditor v19.8 beta 2 (19.7.92) #26710
    LTT
    Participant

    1:
    Enable “Use uchardet to detect file encodings when the Detect All option is set”.
    Open a file.
    It prompts for encoding.
    Choose “Select Encoding from List”. OK.
    ** The file is opened directly with System Default encoding. There’s no chance to select encoding.

    2:
    Check/uncheck the uchardet option in Start window.
    ** The change does not work instantly.
    I have to open Customize dialog once (but no need to click OK), or restart EmEditor.

    3:
    The background color in Status bar is changed (and not neat) in the new version:

    Maybe it’s a classic-theme issue. But will you optimize it a little?
    (Personally I prefer the gray it was before.)

    4:
    I also notice that the text in Status bar is closer to the top border now.
    So how about decreasing the height of Status bar by removing the bottom blank?

    5:
    Customize: Workspace/Language:
    ** The color of the link text is changed to black now.

    in reply to: Active String #26627
    LTT
    Participant
    in reply to: Question of Funtion "Grab Text" #26396
    LTT
    Participant

    @Yutaka ,

    https://www.emeditor.com/forums/topic/close-all-without-save/#post-23440
    Is there any opportunity to have “EmEditor grabbing EmEditor” again?
    Thank you.

    —————
    https://rammichael.com/textify
    Textify can “grab” Chrome (via Chrome APIs).
    But it cannot edit or return the text.

    Is it possible to implement “EmEditor grabbing Chrome” that way?

    in reply to: EmEditor v21.1 beta 2 (21.0.902) #27739
    LTT
    Participant

    “set the clipboard macro as default” could be misunderstanding.
    What I mean is:
    Manually save the clipboard content to the memory as the default macro.
    Then we can run the content as default.
    The clipboard changes will NOT change the default macro, unless we save it again.

    in reply to: EmEditor v21.1 beta 2 (21.0.902) #27725
    LTT
    Participant

    Thank you for the “Run Clipboard Macro” command.
    Please also add the ability to set the clipboard macro as default.

    in reply to: EmEditor v21.1 beta 3 (21.0.903) #27724
    LTT
    Participant

    v21.0.909

    Customize: Active String: URIs: Hovered: Action: Run Macro: Add this macro:
    emeditor.com/forums/reply/27103/

    ** The behavior is poor, no matter when mouse is on the URL or on “%22”.

    in reply to: GetUnicodeName: One name per line #27704
    LTT
    Participant

    Yes it can be done char by char.
    But since GetUnicodeName() supports a string, how about directly making the default result clearer to encourage users to use it?

    And, for example, if I choose to split the default result in a macro, it’s not proper to use ” AND ” as the separator, because a Unicode name could contain ” AND “.

    It’s a pity if we have to avoid using the default result for a string.

    —————
    By the way,
    I have a memory that “Character Code Value” command used to be able to handle the 1st character of a string selection.
    But now it can’t.
    Is this a change or a bug?

    in reply to: EmEditor v21.1 beta 3 (21.0.903) #27699
    LTT
    Participant

    Default settings.
    Customize: Active String: URIs: Hovered: Action: Run Macro: Add any macro.
    Now hover on a URL.
    ** The macro seems to be running all the time, can not be stopped, and blocks many operations in the current window. The mouse cursor is “Busy”.

    in reply to: EmEditor v21.1 beta 2 (21.0.902) #27698
    LTT
    Participant

    Add for the above:

    With this command, we can run/test the “macro from clipboard” more conveniently.
    If we want to run it with the “Macro Temporary Options”, then we open the dialog.

    in reply to: EmEditor v21.1 beta 2 (21.0.902) #27689
    LTT
    Participant

    How about handling “macro from clipboard” this way:

    Add a “Get Macro from Clipboard” command in Macros menu.
    Use this command to set the “macro from clipboard” as the current macro (just like what “Select this” command does).
    Now the clipboard change won’t affect the current macro.

    Usage example:
    Record a macro.
    Edit to make it better.
    Ctrl+A (or select a part). Ctrl+C.
    Use “Get Macro from Clipboard” command.
    Now I can run the edited macro, without saving it. And it’s better than just record-and-run-without-editing.

    This way, the “(Clipboard)” item in “Macro Temporary Options” dialog is not necessary.

    —————
    Alternative commands:
    Run Macro from Clipboard (directly)
    Run Macro from Selection (directly)
    Get Macro from Selection
    Maybe you could weigh them and choose the best solution.

    in reply to: EmEditor v21.0 beta 9 (20.9.909) #27688
    LTT
    Participant

    Thank you!
    Works as expected in simple tests.
    I will use it further in practice.

    in reply to: Shortcut-key conflict between Snippets and the core #27651
    LTT
    Participant

    Is issue 4 (in #27587) an intended design?

    in reply to: EmEditor v21.0 beta 9 (20.9.909) #27650
    LTT
    Participant

    emeditor.com/forums/topic/macro/#post-23710
    ▲ Is it possible to implement the two suggestions now (in the new “Macro Temporary Options” dialog box)?

    Is it possible to make EmEditor accept the clipboard content (or a selection of text) as the temporary macro?
    I know a macro can do this and I made one. But how about making it as a native feature?

    —————
    Is it possible to implement this:
    emeditor.com/forums/reply/25410/

    Thank you.

Viewing 25 posts - 1 through 25 (of 392 total)