Forum Replies Created
- AuthorPosts
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,
Yutaka Emura
KeymasterHello,
I can’t reproduce the issue. Are you using the latest version (v16.9.3)? If you change your settings please me know your settings in details, or send me your registry file (or INI files) after zipped or screenshots.
Thanks,
Yutaka Emura
Keymaster1. I realize there is a bug in the “Delete Duplicate Lines” command. This will be fixed on the next vefsion. Please use the “Advanced” version until the next fixed version is released.
2. I will look into this. Thanks!Yutaka Emura
KeymasterThis will be fixed on the next version.
Thanks!Yutaka Emura
KeymasterHello,
This will be fixed on the next version. Thank you!
June 23, 2017 at 11:14 am in reply to: Question – Unsmooth /Slack operating while opening a 12MB XML file! #21993Yutaka Emura
KeymasterThe 12 MB file is very small, and should be no problem with EmEditor. Can you please disable Outline if already enabled? Can you also disable all plug-ins?
If the problem still persists, please export all settings first (Tools > Export and Import), and then try the “Reset All Settings” command (Tools menu > All Commands > Tools).
Thanks,
Yutaka Emura
KeymasterHello Billy,
I will change this upper limit to 255 on the next version.
Thank you,
June 15, 2017 at 10:23 am in reply to: Move keyboard focus from Output Bar back to the document? #21970Yutaka Emura
KeymasterThe next version will allow F6 to move from Outline Bar (or any custom bar) to the main editor pane. It was disabled since v10 for some reason.
By the way, there is another command called “Next Pane or Custom Bar” to move between any custom bars or panes, and you can assign F6 for this. Please search the Quick Launch window.
Thanks,
June 14, 2017 at 3:40 pm in reply to: A minor issue of Chinese translation in the New Snippets Plugin #21960Yutaka Emura
KeymasterThese will be fixed on the next version. Thanks!
Yutaka Emura
KeymasterIndices change. I recommend using/saving the document object itself to distinguish among others. For instance,
doc = editor.Documents.Item(1);if you have this “doc” object, you can use this doc for later use.
June 12, 2017 at 10:15 am in reply to: Don't synchronize find/replace text between Find toolbar and Find/Replace dialog #21936Yutaka Emura
KeymasterI understand that you want two histories (Find dialog box and Find toolbar) completely separately saved.
Yutaka Emura
KeymasterI already fixed this issue, and it will be fixed on the next version.
Thank you,Yutaka Emura
KeymasterI reproduced the issue. It should have been vice versa. It will be fixed on the next version.
Thanks,Yutaka Emura
KeymasterIt should work. Please try it.
June 9, 2017 at 3:19 pm in reply to: Some HTML Character Reference will be recognized as Hexadecimal colors #21925Yutaka Emura
KeymasterThis will be fixed on the next version. Thanks!
Yutaka Emura
KeymasterPlease go to the Customize dialog box, select Active String page, select URLs in the Type, Left Double-Clicked in the Event, and select Open URL with Default Program from the Action drop-down list.
Then, select Left-Clicked in the Event, and select None from the Action.June 8, 2017 at 11:35 am in reply to: Projects plugin: "Add Existing Files" also adds Untitled unsaved documents #21902Yutaka Emura
KeymasterI think you mean “Add All Open Files”, but this bug will fixed on the next version.
June 8, 2017 at 11:17 am in reply to: Fail to toggle the Replace >> button of the Find toolbar, on a rare occasion #21901Yutaka Emura
KeymasterThis will be fixed on the next version. Thanks!
June 8, 2017 at 11:07 am in reply to: Don't synchronize find/replace text between Find toolbar and Find/Replace dialog #21900Yutaka Emura
KeymasterI just need to clarify. Do you want the Find toolbar history (and the currently visible string in the Find toolbar) NOT copied from the Find dialog box?
- AuthorPosts