Forum Replies Created
- AuthorPosts
- December 8, 2018 at 12:30 pm in reply to: Using the %USERPROFILE% variable instead of directly specifying the file locatio #24020nisborParticipant
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?November 26, 2018 at 1:24 pm in reply to: Using the %USERPROFILE% variable instead of directly specifying the file locatio #24005nisborParticipantDid 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%November 22, 2018 at 10:52 am in reply to: Using the %USERPROFILE% variable instead of directly specifying the file locatio #23998nisborParticipantBy 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.
November 22, 2018 at 10:44 am in reply to: Using the %USERPROFILE% variable instead of directly specifying the file locatio #23997nisborParticipantAnd 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 ((
November 22, 2018 at 10:37 am in reply to: Using the %USERPROFILE% variable instead of directly specifying the file locatio #23996nisborParticipantNow 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.November 22, 2018 at 7:57 am in reply to: Using the %USERPROFILE% variable instead of directly specifying the file locatio #23994nisborParticipantEverything 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 behaviorNovember 22, 2018 at 7:49 am in reply to: Characters/Words/Lines counters in the statusbar don't work #23993nisborParticipantoh thank you! I didn’t understand that – now I see it works!
nisborParticipant:) 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 columnsnisborParticipantHi, 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=sharingnisborParticipant1. It uses registry
2. ThanxnisborParticipant1. 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?
nisborParticipantHi, I have the same problem with emeditor 11.0.5
it is Win XP Home SP31.
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 crashesCan 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.
nisborParticipantmake 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);}
- AuthorPosts