Forum Replies Created

Viewing 25 posts - 51 through 75 (of 392 total)
  • Author
    Posts
  • in reply to: EmEditor v20.6 beta 9 (20.5.909) #27348
    LTT
    Participant

    “Customize Update” button in Start window

    Portable version.
    Default settings.
    Open Start window.
    Press Tab key till “Customize Update” button is focused and appears. **

    The button should be hidden.

    in reply to: Thorough search in settings #27347
    LTT
    Participant

    Edit:
    1:

    Type “untitle” or “untitled”.

    in reply to: Outline background color is not being set #27346
    LTT
    Participant

    @ArthurZ

    Right click the menu bar and open “Customize Menus”. You can add the command anywhere in the menu.
    If you can’t find the command you want to add, search it in Keyboard Map (or Quick Launch) and see the category it belongs to.

    And you can even use a keyboard shortcut (also customizable) to trigger a command.

    Yes, I also think such features in EmEditor need to be enhanced.
    But we are off topic…
    Please keep one topic per thread if not relevant.

    in reply to: Outline background color is not being set #27340
    LTT
    Participant

    @Yutaka
    It does not work for me either. (Default settings, Win 7.)
    And you know we can preview the changed color in the view (before clicking OK/Cancel). This color does not work in the preview.


    @ArthurZ

    Right click the minimap (or the vertical scrollbar) and you can see the command(s) in the menu.

    in reply to: Thorough search in settings #27339
    LTT
    Participant

    1:
    In Configuration Properties window:
    Ctrl+F.
    Type “untile”.
    ** No result.

    2:
    Search with “title” in KeyboardMap/QuickLaunch.
    ** There’s a wrong item:
    Customize: CSV: Automatically Show/Hide Cell Toolbar

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

    Undo order

    Default settings.
    Type “%30x” before a new line character.
    Hover on “%30” and select “Convert” in the tooltip.
    Undo.
    Undo.

    Issue 1: The order of the undone steps was not correct. (Also seen in Undo/Redo History.)
    Issue 2: That new line character changed.

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

    Recent File List issue in tray menu:

    Default settings.
    Open and close file A and B.
    Now tray menu shows:
    1 B
    2 A

    Click 2.
    A is open. Now tray menu shows:
    1 A
    2 B

    Click 1.
    ** B is open.

    in reply to: Thorough search in settings #27198
    LTT
    Participant

    In Customize (or Configuration Properties) window:
    Ctrl+F.
    Type “selection”.
    ** No result.

    in reply to: CSV suggestions #27197
    LTT
    Participant

    Is it possible to support these in the future:
    Drag and drop CSV column(s) between windows.
    Multiple vertical selection (e.g. 2 individual CSV columns).

    in reply to: Markdown previewer #27196
    LTT
    Participant

    Maybe @Konstantin means that EmEditor lacks a “real view” for markdown?
    e.g. **aaa**
    “aaa” should be bold while the “**” pair should be hidden.

    in reply to: Jump to a random line in the selection #27195
    LTT
    Participant

    Something like this?

    yTop = document.selection.GetTopPointY(eePosLogical);
    yBottom = document.selection.GetBottomPointY(eePosLogical);
    var line_random = Math.floor((Math.random()*(yBottom – yTop + 1)) + yTop);
    document.selection.SetActivePoint(eePosLogical, 1, line_random);

    in reply to: SetActivePoint(…, iSel) #27194
    LTT
    Participant

    20.3.901

    Text:
    aaa bbb

    Select “aaa” and “bbb”. (2 selections.)
    Run this macro:
    xPos = document.selection.GetActivePointX(eePosLogical, 1) + 2;
    yPos = document.selection.GetActivePointY(eePosLogical, 1);
    document.selection.SetActivePoint(eePosLogical, xPos, yPos, true, 1);

    ** Error occurs (where the selections should merge).

    in reply to: EmEditor v20.3 beta 13 (20.2.913) #27173
    LTT
    Participant

    Not a big thing, but I will miss this handy and unique feature next time I need it via the shell menu…

    in reply to: CSV suggestions #27162
    LTT
    Participant

    > Multi-column sorting
    Sorry I forgot the “Advanced Sort”…

    in reply to: The 4 filter commands don’t select non-alphanumeric string #27161
    LTT
    Participant

    Edit:
    “Set Word to Find” command does not select but just receive the string at cursor.

    I realize the current design is better.
    Auto-picking a non-alphanumeric string often makes little sense.

    Now I even think “Set Word to Find/Replace” commands should behave this way.

    in reply to: EmEditor v20.3 beta 13 (20.2.913) #27160
    LTT
    Participant

    > Removed emedshl.dll and emedshl64.dll files from installers, and added Registry keys and values related to the Explorer context menu.

    But /fd does not accept more than one folder, while the dll does.

    in reply to: Wrap Indent #27114
    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:
    img4.imagetitan.com/img4/nggNgpEvY8uEZLt/23/23_emeditor_wrapindent_currentlinebgcolor.png

    in reply to: Batch Find/Replace dialogs #27112
    LTT
    Participant

    There are still some “mysteries”:

    3:
    Open Batch in “Find in Files”.
    Close the dialog.
    Open Find.
    Open Batch in Find.
    Close the dialog.
    Open Find again.
    Close Batch in Find.
    Close the dialog.
    Open “Find in Files”.
    ** Its Batch is closed.

    4:
    Open Batch in Find/Replace.
    Press keyboard shortcut for Replace/Find.
    ** Its Batch is closed.
    (Also occurs in “Find/Replace in Files”.)

    in reply to: Open URL via tooltip #27106
    LTT
    Participant

    I mean the unresolved issues I collected in the thread below (and you said you would consider the solution in the future):
    emeditor.com/forums/topic/active-string/#post-23156

    e.g. Click to select a nested Active String.

    Thank you for the macro solution.
    I’ll try to workaround these issues via macros first.
    If not resolved, I’ll post them one per thread clearly.

    in reply to: Can I Disable CSV? #27098
    LTT
    Participant

    TextPad can do up-to-3-key sorting, but on same-length text only.
    I’m afraid you didn’t get what I showed to you. Note the lower half in my image.

    in reply to: Wrap Indent #27094
    LTT
    Participant

    2:
    I was not able to describe how to reproduce another issue till now:

    Enable “Wrap Indent”.
    Indent a wrapped line (as the left image shows ▲).
    ** Such lines cannot be redrawn well, e.g. minimap/tooltip/WordComplete/menu covering leaves blanks in the wrapped view lines.

    in reply to: Wrap Indent #27093
    LTT
    Participant

    i.ibb.co/cQ8sKXd/Em-Editor-Wrap-Indent-Cursor.png
    ▲ Middle: When I turn off “Wrap Indent”.
    ▲ Right: When I turn on “Wrap Indent” again.

    in reply to: Open URL via tooltip #27092
    LTT
    Participant

    If ActiveString_1 contains ActiveString_2, the hovered inner one (i.e. 2) should take precedence.

    And hope other issues can be resolved when feasible:
    emeditor.com/forums/topic/active-string

    in reply to: Can I Disable CSV? #27090
    LTT
    Participant

    Tools menu:
    Properties for Current/All configuration(s):
    File:
    “CSV files to Detect” list:
    Uncheck the item not needed.

    Or,
    Tools menu:
    Customize: (Global settings are here.)
    CSV:
    “CSV Formats” list:
    Delete the item not needed.

    But think twice and learn some CSV features. You might find them useful someday, not only for CSV files, but also for common editing.
    e.g. By using different character as CSV delimiter, you can view/align/sort/copy/edit/… a part clearly+easily:
    i.ibb.co/0VbxXQb/Em-Editor-CSV-Column-Sort.png
    ▲ The image shows your m3u file sorted by the year, and by the sequence number.

    in reply to: Open URL via tooltip #27084
    LTT
    Participant

    Settings is as above.
    If the URL contains a percent-encoded string, e.g. %22, the tooltip will flicker when mouse cursor hovers over %22.

Viewing 25 posts - 51 through 75 (of 392 total)