Forum Replies Created

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • TianCheng Yu
    Participant

    Thanks for the explanation!

    TianCheng Yu
    Participant

    :o

    TianCheng Yu
    Participant

    Is this possible? It would be very convenient to change file encoding without opening “save as” dialog.

    in reply to: Support for shell script in EmEditor #27153
    TianCheng Yu
    Participant

    git config –global core.editor “emeditor.exe -sp”

    Thanks! This solved my issue, and now EmEditor works perfectly as git editor.

    in reply to: Support for shell script in EmEditor #26759
    TianCheng Yu
    Participant

    For example, in notepad++, there are options like -notabbar -nosession, which makes it possible to use as a replacement for vim in various command-line & desktop hybrid environments.

    in reply to: An option to change Toolbar animation #25863
    TianCheng Yu
    Participant

    I tried this on my laptop and there is no issue at all. Probably it is due to some weird corrupted system setting…

    in reply to: An option to change Toolbar animation #25862
    TianCheng Yu
    Participant

    I am using Windows 10 1803 (17134.799). The theme is default theme, only color changed.

    The Windows default theme gives the same result.

    in reply to: An option to change Toolbar animation #25860
    TianCheng Yu
    Participant

    The animation when mouse is hovered on seemed correct for me, no such glitch happen.

    The issue only exists when the mouse leaves (the menu loses focus).

    in reply to: An option to change Toolbar animation #25859
    TianCheng Yu
    Participant

    Maybe this is due to that the animation does not change the entire text’s color at same time?

    Here is a screenshot in the middle of the animation:

    This behaviour is especially obvious and uncomfortable when using high refresh rate monitors.

    Because it only happens in few frames, it may be imperceptible on normal 60 Hz monitors.

    in reply to: An option to change Toolbar animation #25858
    TianCheng Yu
    Participant

    I tried turn on and off visual effects in Windows, there is no difference about this behaviour.

    The effect when the mouse is hovered on a toolbar menu, the background becomes blue and text becomes white is distracting (hard to read the text when the animation is playing).

    It would be better if there is an option to use the behaviour like toolbar (the Print button has the mouse hovered), like Windows Notepad:

    Notepad behaviour

    i.e. only make the background deeper with a rectangle around the button, but not changing the color of the menu text.

    in reply to: An option to change Toolbar animation #25855
    TianCheng Yu
    Participant

    Thanks. But it is set to 0.0 second.

    in reply to: An option to change Toolbar animation #25852
    TianCheng Yu
    Participant

    The fade-in and fade-out of the texts are very distracting

    in reply to: Multiple lines selecting #23842
    TianCheng Yu
    Participant

    The current behaviour:
    Current Behaviour
    And this is what I expected:
    Expected Bahaviour

    in reply to: Multiple lines selecting #23795
    TianCheng Yu
    Participant

    I have tried the new beta version, but I am expecting that after moving the cursor up and down once, the position of the cursors will not change.

        #10
            addend = 0; augend = 0;
        #10<-cursor
            addend = 0; augend = 1;<-cursor
        #10<-cursor
            addend = 0; augend = 2;

    Also, is it possible to have the blue background of selected line for multiple lines selection? (Not only the left part, but also the entire line)

    in reply to: Multiple lines selecting #23770
    TianCheng Yu
    Participant

    For example:

        #10
            addend = 0; augend = 0;<-cursor
        #10
            addend = 0; augend = 1;<-cursor
        #10
            addend = 0; augend = 2;

    After pressing down key, I expect (which is correct in EmEditor):

        #10
            addend = 0; augend = 0;
        #10<-cursor
            addend = 0; augend = 1;
        #10<-cursor
            addend = 0; augend = 2;

    And another down key:

        #10
            addend = 0; augend = 0;
        #10
            addend = 0; augend = 1;<-cursor
        #10
            addend = 0; augend = 2;<-cursor
    in reply to: Minimap #21407
    TianCheng Yu
    Participant

    Maybe you can consider pre-drawing some lines in the background?

    in reply to: The Minimap Problems #21383
    TianCheng Yu
    Participant

    Maybe you could add a option to turn the current line highlights on?

    in reply to: problem with minimap #21217
    TianCheng Yu
    Participant

    And the current line highlight doesn’t show in the minimap.

    in reply to: problem with minimap #21216
    TianCheng Yu
    Participant

    I suggest that the minimap has a constant scaling ratio, so when the file is too big or small, it won’t looks strange(characters too tall or too small).

    Also it’s better to have a split bar between the file(main) view and the minimap.

    in reply to: Problem with filtering log files #21169
    TianCheng Yu
    Participant

    I think he might means that switching between the filtered file and another file will cause EmEditor to refilter the big file and cause freezing.

Viewing 20 posts - 1 through 20 (of 20 total)