Forum Replies Created
- AuthorPosts
- Yutaka EmuraKeymaster
This issue will be fixed on the next version. Thank you!
January 1, 2020 at 4:50 pm in reply to: Remember the clicked Active String when the event occurs #26541Yutaka EmuraKeymasterWhich commands did you define for User Menu (8)?
December 31, 2019 at 12:13 pm in reply to: Comment/Uncomment command changes the relative cursor position #26540Yutaka EmuraKeymasterThis should be fixed on the next version.
Yutaka EmuraKeymaster>It seems Csv property is not working.
>“Unspecified error” will occur on the 3rd line:A CSV format must be selected before you use the Csv property, otherwise “Unspecified error” will occur.
We will fix the Help errors. Thanks,Yutaka EmuraKeymasterEmEditor should work with Linux + Wine. Please let me know if the latest version of EmEditor crashes with Wine.
Yutaka EmuraKeymasterIn v18.8.0, I fixed an issue with Ubuntu + Wine where EmEditor could crash during its launch. Please let me know if the latest version of EmEditor still crashes with Wine.
Yutaka EmuraKeymasterIn v18.8.0, I fixed an issue with Ubuntu + Wine where EmEditor could crash during its launch. Please let me know if the latest version of EmEditor still crashes with Wine.
December 26, 2019 at 9:49 am in reply to: Selection position issue if CSV delimiter length >1 #26532Yutaka EmuraKeymasterThis issue will be fixed on the next version. Thank you!
Yutaka EmuraKeymaster>4+:
>Is it possible to underline the accelerator key, and show all the other “&”s in the menu?Please try “&&”.
December 26, 2019 at 9:45 am in reply to: automatically save workspace and search results document #26530Yutaka EmuraKeymasterI can’t reproduce the issue.
In order to reproduce the issue, can you please write a procedure to reproduce the issue so that I can test?
Can you also please export your settings to registry (Tools menu, Import and Export, and select “Export all settings into a registry file”), and zip all the files including the AppData subfolder, and send it to me? (tech @ emurasoft.com)
Thank you,
December 18, 2019 at 7:38 am in reply to: EmEditor 19.4.0 – 20,000 Lines or more, Search for New Line Bug #26515Yutaka EmuraKeymasterHi Pangius,
I reproduced this issue, and it will be fixed on v19.5.0. Thank you!Yutaka EmuraKeymasterThere was a bug in the Paste command. I will fix this issue on the next version (v19.5.0).
Yutaka EmuraKeymasterThis will be addressed on v19.5.0.
Yutaka EmuraKeymaster> ShowTip(“sTip”, eeShowTipCurrentMouse);
> ** The tooltip blocks the mouse clicks.> Please add a note/list of such features in CHM for ShowTip method.
>ShowTip(“sTip”, eeShowTipActiveString);
>** If LineSpace >= 0, the underline of the Active String is covered by the top border of the tooltip.
>Please move it down by 1 pixel.All these issues were addressed on the next version (v19.5.0).
Thank you,Yutaka EmuraKeymasterThis issue will be fixed on the next version.
Thank you!Yutaka EmuraKeymasterThis will be fixed on the next version. Thank you!
Yutaka EmuraKeymasterI couldn’t reproduce 1. The sizes are not saved during adjusting except only when the CTRL key was depressed. However, I fixed another issue, please check the next version again.
3. will be implemented on the next version.
Also fixed a bug related to the Reset Font Size command.
December 10, 2019 at 2:15 pm in reply to: What is a “solution”? Why both workspaces and projects? #26471Yutaka EmuraKeymaster“Solutions” and “projects” are used for the Projects plug-in, while workspaces are used within the core of EmEditor. A solution is a group of projects, similar to Visual Studio solution. Does this make sense?
Yutaka EmuraKeymasterHello,
You can write a macro like this:cfg = document.Config; general = cfg.General; general.VirtualSpace = !general.VirtualSpace; cfg.Save();
then assign this macro as a keyboard shortcut or toolbar button.
Yutaka EmuraKeymasterHello,
By default, you can press CTRL + SHIFT + I, or select the Edit menu – Advanced – Insert Special Character.Yutaka EmuraKeymasterWe will fix these issues on the next version. Thanks!
Yutaka EmuraKeymasterWe will implement these on the next version.
Yutaka EmuraKeymasterHi LTT,
1. I fixed the issue with resetting the macros.
2. The default macros list does not show IPTip.jsee, and that’s actually correct.
3. I didn’t add the tooltip, but resizing the dialog box will show the full path on the next version.
Thanks,
December 9, 2019 at 10:42 am in reply to: Find toolbar doesn’t reflect the current search after Find in Files #26462Yutaka EmuraKeymasterHi LTT,
This issue will be fixed on the next version. Thank you.Yutaka EmuraKeymasterHi jic,
Is this different from the Word Wrap feature?
Please try Wrap by 80 characters with the Word Wrap turned on (default), select all text, and select “Edit” menu – “Convert Selection” – “Insert Newline Characters” or “Split Lines”. - AuthorPosts