Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterHello,
Time information is not available in the Undo history. I just didn’t want to add too much information to the Undo history, which only increases the memory size.
Thanks,
July 30, 2017 at 11:21 am in reply to: Project PlugIn -> when will be available in more than one group? #22136Yutaka Emura
KeymasterJust be careful when you need to modify a solution. If you modify the same solution in more than one group at the same time, one group can overwrite a change by another group.
If you don’t need to change a solution often, you shouldn’t be worried.Yutaka Emura
KeymasterThe latest version of EmEditor supports per-monitor DPI scaling. Please always use the latest version of EmEditor.
Yutaka Emura
KeymasterThis is actually how EmEditor works currently. You should switch to the Block Selection mode BEFORE you copy the text.
I understand some people would like an alternative behavior, and I will think about adding the option in future versions.
Thanks,
July 28, 2017 at 10:37 am in reply to: Project PlugIn -> when will be available in more than one group? #22127Yutaka Emura
KeymasterIn the current version, a solution (or a project) in one group could overwrite another solution in another group. That’s why you will have to be careful when you save a solution.
Yutaka Emura
KeymasterHello,
Unfortunately, I am having a hard time understanding the issue. Can you please explain the issue in different words in details?
Can you reproduce the issue without SQL Server Management Studio?
Thanks,
Yutaka Emura
KeymasterYour anti-virus software shows a false positive alarm. The EmEditor file is virus free as you can see from VirusTotal:
Your anti-virus software might point to the web page rather than the file itself, because of the way the web page allows you to download a file. In any case, I can positively assure that there is no virus in our website. We will contact the anti-virus software maker.
Thanks,
Yutaka Emura
KeymasterI have just fixed the first issue, and it will be fixed on the next version.
I will look into the second issue as well.
Thanks,July 25, 2017 at 7:57 pm in reply to: The Outline Bar should be per configuration and/r per file #22111Yutaka Emura
KeymasterPlease check “Toggle Outline Bar per configuration” and “Toggle Outline Guide per configuration” check boxes in the Outline page of the Customize dialog box. (Tools menu > Customize)
Thanks,Yutaka Emura
KeymasterPlease explain more details of the feature you want. Is this different from the Undo/Redo History that was introduced on v16.8?
July 25, 2017 at 7:52 pm in reply to: Project PlugIn -> when will be available in more than one group? #22109Yutaka Emura
KeymasterActually, multiple instances of the Projects plug-in are allowed (but not supported) on the latest version.
You can click “OK” when you see the dialog:
“The projects plug-in can be displayed only in one group window.”Yutaka Emura
KeymasterI got it. This will be fixed on the next version.
Thanks!Yutaka Emura
KeymasterHello,
I found the bug. You can work around this issue by changing the order in My Macros list (EmEditor Macros menu > Customize > My Macros). If your macro “AddTimestampLine.jsee” is on the top of the list, this warning message appears.
I will fix the issue on the next version.
Thank you,Yutaka Emura
KeymasterHello,
I am not sure if I understand your question correctly, but are you trying to run a macro as a command line option when you launch EmEditor using the /mf option?
If so, you might want to copy or move your macro file to your Documents/My Macros folder and try again?If not, can you please send me a screenshot, sample file or macro and/or procedure to reproduce the problem?
Thank you,
Yutaka Emura
KeymasterHello,
I’ll update these, and also a few other dialog pages as well.
Thanks,
Yutaka Emura
KeymasterThis issue will be fixed on the next version. Thanks!
Yutaka Emura
KeymasterAs for the drop-down list, it is not the font size, but font name. Please select “Microsoft Sans Serif” from the Toolbars dialog box. On v17.0.0 release version, the default font will be revert to “Microsoft Sans Serif”.
The My Macros title will be fixed on v17.0.0 release.
Thanks,
Yutaka Emura
KeymasterThis will be fixed on the next version.
Thanks!Yutaka Emura
KeymasterI fixed these issues on beta 4. Thanks!
Yutaka Emura
KeymasterThe behavior was changed some time ago to optimize the launch speed. As you can imagine, if EmEditor checks the existance of new plug-ins, it slows down the launch process.
You can easily add new plug-ins from the Plugins dialog box -> Add button, and you can select multiple files simultaneously.
Yutaka Emura
KeymasterHello,
2. The Find, Replace, Filter, Column (the second drop-down in the Filter toolbar) drop-down list widths can be adjusted by adding REG_DWORD registry values:
CWFind
CWReplace
CWFilter
CWColumnat HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Common
The default value is 200 (or 125 for Column).
I will think about adding an easier way to change the widths in future versions.July 11, 2017 at 5:02 pm in reply to: Don't synchronize find/replace text between Find toolbar and Find/Replace dialog #22030Yutaka Emura
KeymasterAdded the Synchronize History with Find/Replace Dialog Boxes check box to the Search page of the Customize dialog box on v17.0.0 beta 2.
Yutaka Emura
KeymasterThis will be addressed on the next version.
Thanks,
Yutaka Emura
KeymasterHello sky,
I fixed the issue, and beta 2 will save “BRP” as a separate .bin file in the AppData folder. Thanks,
Yutaka Emura
KeymasterHello LTT,
I understand, and I fixed the issue. As for
As for “Hover” event:
I think the assigned action should be prevented from being triggered again and again instantly.
For example, if the action is “Decode and Show as Tooltip”, it should not be triggered again until the tooltip closed.This example shouldn’t be an issue because EmEditor won’t show more than one tooltip at a time. However, if the selected action is something like “Open an URL”, then multiple instances of a browser might open. Is this the case you want to prevent?
Thanks,
- AuthorPosts