Forum Replies Created

Viewing 25 posts - 101 through 125 (of 392 total)
  • Author
    Posts
  • LTT
    Participant

    Yes please keep and revive this option.
    I don’t want the cursor position to be moved casually.
    (Let me see if the issues really affect my use.)

    And currently,
    1:
    ** Application key opens the ruler menu.
    It should open the Context menu.

    2:
    When in a CSV mode, right-clicking in the ruler could change the column selection.
    Personally I don’t think it should.

    LTT
    Participant

    1:
    ** Now all the items are checked when Batch board is open.
    The status of the checkboxes should be remembered.

    2:
    The current design for batch item editing is not acceptable for me:
    Changing in the left board should NOT immediately change the selected item(s). I’d rather click a “Save” button to confirm the change.
    Should use double-click or an “Edit” button to send the item to the left board.
    Should revert the current search in the left board afterwards (if the user didn’t trigger the change during the editing).
    In a word, operations for batch item editing should be explicit.
    (I damaged some of my items while testing…)

    3:
    Should be able to insert an item at the current position by using “Add”, rather than change the order afterwards.

    4:
    After adding/editing, the list should scroll to that item.

    5:
    I don’t see why the buttons below should be disabled while Batch board is open:
    “Select All” button in “Find” dialog.
    “Replace” button in “Replace” dialog.
    “Extract” button in “Find in Files” dialog.

    in reply to: Mouse Zoom Annoyance #26748
    LTT
    Participant

    Not only does EmEditor have such fine options/commands, it also allows you to search options/commands several ways:
    * Search options/commands in Keyboard Map or Quick Launch.
    * Ctrl+F in Customize, and Configuration Properties.
    * Search in the help.

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

    I see 1 is fixed in 19.8.2.
    And the initial behavior of the encoding list changed. Nice!

    6+:
    When Tab Style = Button.

    in reply to: Start Window #26746
    LTT
    Participant

    19.8.2

    B+:
    But by disabling “Show New Options” we usually want to see a wider view for the lists, when the window is not wide enough.
    The previous behavior (to hide the right board) was better.

    C+:
    Disable/enable “Show New Options” from in the context menu of the list area.
    ** The CPU usage goes up, and the Start window is abnormal now.

    D:
    Removing an item from the list will not delete the corresponding file/folder.
    But I think a workspace file is another case. I hope it can be deleted when I remove the item.
    Currently even the RecoveryData.eeWorkspace / AWS files will remain.

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

    6:
    Does not show ReadOnly/Compare/SyncScroll icons on tabs.
    Seems to be a resource problem.

    in reply to: Start Window #26712
    LTT
    Participant

    >2:
    See the image:
    upload.ee/image/11527228/EmEditor_Icons_Small_StartWindow_18vs19.png
    Right: Some of the file icons look poor in v19. **
    Left: v18 is OK.

    A:
    Select item(s) in the list using keyboard.
    Press Del key.
    ** The focus will go to the top item.
    Please keep the focus on the adjacent item.

    B:
    Disable “Show New Options”.
    ** Clicking “Workspace” button (at the bottom) will not work.

    C:
    Then enable “Show New Options” from in the context menu.
    ** The CPU usage goes up, and the Start window is abnormal now.

    in reply to: EmEditor v19.8 beta 2 (19.7.92) #26711
    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:
    upload.ee/image/11526838/EmEditor_Status_BGcolor.png
    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: Middle Click: focus option #26684
    LTT
    Participant

    See if you can reproduce it this time:
    Default settings.
    Enable “Middle Click to Paste”.
    Find in files.
    Middle Click in the find-in-files result.
    Undo.
    Middle Click.
    ▲ This step (paste) is not saved in the Undo history.
    (“Redo” in the above post should have been “Undo”.)

    —————
    Disable “Middle Click to Paste”.

    Active String setting:
    URLs: Middle Clicked event: Action: None + Select String before Action

    Focus Find toolbar.
    Middle click a URL in the view.
    The URL is selected.
    ** But the focus is still in Find toolbar.
    The immediate Ctrl+C (to copy the selected URL) will miss.

    So please also make middle click set focus in such cases, which I think is a “natural” behavior.

    LTT
    Participant

    19.6.93
    Same steps.
    ** Then need to Cancel twice.

    in reply to: Snippet undo #26666
    LTT
    Participant
    Run this snippet: ${3:<${1:strong}>${2:${SelText}}</$1>}$0
    Result: <strong></strong>
    Type: x
    Result: <x></x>
    Undo.
    Result: <strong></strong>
    Type: a
    ** Result: <a></strong>
    in reply to: Associate with EmEditor #26642
    LTT
    Participant

    2 is not fixed yet.

    in reply to: Background color for “Current line” #26633
    LTT
    Participant

    i.ibb.co/86kgv1p/Em-Editor-Cur-Line-BGcolor.png

    Left: When dragging downward.
    Middle: When mouse released. (OK)
    Right: When dragging upward. (OK)

    in reply to: Active String #26628
    LTT
    Participant

    The macro:
    pastebin.com/P6r36UX4

    in reply to: Active String #26626
    LTT
    Participant

    Another example:

    —————
    Display settings:

    URLs:
    Style = Underline

    String enclosed by double quotation marks “…”:
    Style = Dotted Line

    —————
    Active String settings:
    URLs:
    Hovered event = run this macro:
    [code]ShowTip(‘Open‘, eeShowTipActiveString);[/code]

    —————
    Sample text:
    “www.url”

    —————
    ** When the URL is hovered, the tooltip is not correct.
    (The tooltip text should be “Open” and clickable.)

    in reply to: Background color for “Current line” #26625
    LTT
    Participant

    Drag downward in line number area,
    ** the background color for “current line” (at the bottom of the selection) is thinner than normal.

    —————
    Issue 2:
    Unable to select by dragging upward in line number area from below the empty EOF line.

    in reply to: Word Complete properties #26624
    LTT
    Participant

    I mean the Reset buttons such as in the “Keyboard” page mentioned above.
    (emeditor.com/forums/topic/wordcomplete/)

    in reply to: Add Next Occurrence, Deselect Bottom Selection, Skip #26612
    LTT
    Participant

    By “Add Next (Next) Occurrence” I mean either of the two commands.

    The ideal process I expect is:
    Add Next (Next) Occurrence. (= Use either of the two commands.)
    Then I see and check the new added one.
    If it’s not wanted, I use “Deselect Bottom Selection from Multiple Selections” command.
    Then I go on to add the next. Therefore I expect EmEditor should skip automatically for me, rather than I move/select manually.

    —————
    Suggestion 2:
    Add Next (Next) Occurrence
    ▲ Hope the two commands can be used via Find dialog box and/or macros, so regular expressions can be used.

    in reply to: Exclude CSV/normal mode switching from Undo/Redo history #26609
    LTT
    Participant

    Switching CSV modes also changes the Last Edited Position.
    “Move to Last Edited Position” command is affected.
    I don’t think it’s proper.

    in reply to: Csv property is not working #26608
    LTT
    Participant

    Thank you for this change.

    And you might missed the last line in my first post:
    Almost all the sub-pages for the properties from: emeditor_en.chm::/macro/config/index.htm
    e.g.:
    /macro/config/association.htm
    /macro/config/auto_save.htm

    in reply to: Select Word #26607
    LTT
    Participant

    By the way,

    ▼ In these help pages, you use “start”:
    /cmd/edit/right_word.htm
    /cmd/edit/shift_left_word.htm
    /cmd/edit/shift_right_word.htm

    ▼ But in this page, you use “beginning”:
    /cmd/edit/left_word.htm

    It affects the search.
    e.g. Search in the CHM:
    start near word

    in reply to: Select Word #26606
    LTT
    Participant

    Suggestion 1:
    Is it possible to make the alternative behavior also work for symbols?
    I hope I can stop between a symbol and a whitespace character:
    x = y
    + – * !

    Suggestion 2:
    Is it possible to make “Delete Left/Right Word” commands also obey the two options?

    in reply to: Add Next Occurrence, Deselect Bottom Selection, Skip #26604
    LTT
    Participant

    But the skip behavior is more convenient, especially when the further occurrences are far from each other, or are not in sight.

    And when skipping (which is actually searching the next by EmEditor), I will not miss any further occurrence.
    If I move cursor manually, or use mouse to add the next wanted, I could miss some if I don’t see all in between.

    So please consider reviving this “beneficial bug”, or adding an option for it.

    in reply to: Add Next Occurrence, Deselect Bottom Selection, Skip #26582
    LTT
    Participant

    But please consider the skip as a feature.
    Otherwise one can not go further using keyboard for the next occurrence when “Add Next Next Occurrence” command can not reach.

    And the current behavior is not correct yet:
    {x}
    {x}
    {x}
    {x}
    Select the 1st “x”.
    Add Next Occurrence.
    Add Next Occurrence.
    Deselect Bottom Selection from Multiple Selections.
    Add Next (Next) Occurrence.
    ** The bottom selection is “}”.

    in reply to: Active String #26544
    LTT
    Participant

    Also hope the tooltip can be shown even when the hovered Active String is in a selection.

    > ** The Percent-encoding in the URL never shows the tooltip.
    ▲ I noticed this issue is fixed.
    Hope there will be more optimization when opportunities mature.

    New found issue:
    URLs: Hovered = a macro that will show a tooltip (using ShowTip method).
    Percent-encoding: Hovered = Decode and Show as Tooltip.
    ** When a Percent-encoding string in a URL is hovered, the tooltip will flicker.

Viewing 25 posts - 101 through 125 (of 392 total)