Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • nisbor
    Participant

    Now I repeated the bug. Native Emeditor sync function erases all hot-keys that are related with My macros on the target computer. And it does not depend on all options mentioned above.
    Do you want me to make a new topic?

    nisbor
    Participant

    Did you see my upper comments? This is the summary:
    It is impossible to sync macros library, located in Onedrive, and their hotkeys relatively via native emeditor sync because of macro’s location not supporting relative adresses with %USERPROFILE%

    nisbor
    Participant

    By the way, it is possible that the reason for erasing is that the addresses of Macros on both computers are different (due to the different user name – all they are placed into Onedrive folder) – so it is all the more necessary to implement the USERPROFILE

    But the fact that the hot keys for launching “External Instruments” were erased cannot be explained by this.

    nisbor
    Participant

    And now when I have to take advantage of the restoration of settings from the reg file, I’ve come across the fact that because the addresses of macros are written absolutely, and on my laptop, as I wrote in the text of the post, the user name is different from the user name on the work computer , then all macro hotkeys will have to be rewritten manually ((

    nisbor
    Participant

    Now I checked the native sync function more thoroughly and succeed to repeat the bug that I mentioned: during syncing all user defined hotkeys are being erased from the program. After that this “no hot keys” version is being copied to the sync folder (by the once in 10 min syncing option) and for 20 minutes all Emeditors on my computers become “no-hot-keyable”.
    For now I returned it to off mode.

    nisbor
    Participant

    Everything I wrote is considering that EmEditor native sync is OFF.

    I tried it and faced with problem of cleaning settings of hotkeys, and turned the native sync off.
    I haven’t described the error yet, as I didn’t have time for an exact study of the behavior

    in reply to: Characters/Words/Lines counters in the statusbar don't work #23993
    nisbor
    Participant

    oh thank you! I didn’t understand that – now I see it works!

    in reply to: High resolution display support #20079
    nisbor
    Participant

    :) The left sided bar – toolbars made of folders with thumbnails: top and middle – with small icons, bottom (firefoxes) – with big icons. The right column – is windows’s regular taskbar panel.
    To make two columns –
    you should have at least one user’s toolbar + regular windows taskbar panel
    in unlocked mode try to drag any of them to the right side so that the other stays left, and it makes the layout to change its mode to two columns

    in reply to: High resolution display support #20077
    nisbor
    Participant

    Hi, you can see the image here: https://drive.google.com/file/d/0BwwKv6xKROgPNFY2Y0owTVlsSWljTGVHTW9xREdrYXNoNzIw/view?usp=sharing
    it is 3840x2160px image and its physical size is 15.6 inch, so you can imagine that all interface parts are extremelly small.
    To compare – here you can see the MS Word screenshot on the same display (interface is optimized to high ppi screen): \
    https://drive.google.com/file/d/0BwwKv6xKROgPdXA0V1lRZVpwbHRlYXVja09DY3MxMG4tNGxJ/view?usp=sharing

    in reply to: Macro operations still crash the editor #10293
    nisbor
    Participant

    1. It uses registry
    2. Thanx

    in reply to: Macro operations still crash the editor #10291
    nisbor
    Participant

    1. How can I determ|/change if it is saved in ini file or in registry? A problem occurs with all languages.

    Before I used the trial 10 version EE, and now I’ve bought the 11.0.5 version. Before the installation v11 (after uninstalling v10) I’ve cleaned the registry of all lines that contained EmEditor or Emura, but it didn’t help too.

    May be a problem is that before v10 I used EE v7 with separate russian language pack (that was uninstalled later)?

    2. Thanks

    3. Waiting

    4. Waiting

    5. There is one more problem: in version 7 there was possibility to increase the Find/Replace text fields height by dragging the right bottom corner of Find/Replace window vertically, now in version 11.0.5 I cant do it. It is being dragged only in horisontal direction. Therefore I cant use now the Ctrl+M (Ctrl+Enter) combination in Find/Replace expressions. How to repair it?

    in reply to: Macro operations still crash the editor #10287
    nisbor
    Participant

    Hi, I have the same problem with emeditor 11.0.5
    it is Win XP Home SP3

    1.
    1) After selecting macros from folder (Macros/Customize/New) and pressing Open the program crashes,
    2) when I press “Edit” in “Customize macros” window it crashes,
    3) when I change language in “Customize” window and press OK it crashes

    Can i ask more questions?

    2. The HTML Toolbar disappears from toolbars after program reload

    3. Did you add the pared HTML tags highlighting?

    4. How can I highlight different strings with the help a macro referrence? I have macro which works with the text and during the process I need to highlight some strings (as a result of its work), and it should not depend on search results highlighting.

    in reply to: Remove blank lines? #8557
    nisbor
    Participant

    make the .jsee file and put it inside:

    var check = document.selection.Find(“[ts]*n[ts]*n”,eeFindNext | eeFindAround | eeFindReplaceRegExp); while (check) {check = document.selection.Replace(“[ts]*n[ts]*n”,”n”,eeFindNext | eeReplaceAll | eeFindReplaceRegExp);}

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