Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterIn 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 Emura
KeymasterIn 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 Emura
KeymasterThis issue will be fixed on the next version. Thank you!
Yutaka Emura
Keymaster>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 Emura
KeymasterI 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 Emura
KeymasterHi Pangius,
I reproduced this issue, and it will be fixed on v19.5.0. Thank you!Yutaka Emura
KeymasterThere was a bug in the Paste command. I will fix this issue on the next version (v19.5.0).
Yutaka Emura
KeymasterThis will be addressed on v19.5.0.
Yutaka Emura
Keymaster> 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 Emura
KeymasterThis issue will be fixed on the next version.
Thank you!Yutaka Emura
KeymasterThis will be fixed on the next version. Thank you!
Yutaka Emura
KeymasterI 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 Emura
Keymaster“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 Emura
KeymasterHello,
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 Emura
KeymasterHello,
By default, you can press CTRL + SHIFT + I, or select the Edit menu – Advanced – Insert Special Character.Yutaka Emura
KeymasterWe will fix these issues on the next version. Thanks!
Yutaka Emura
KeymasterWe will implement these on the next version.
Yutaka Emura
KeymasterHi 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 Emura
KeymasterHi LTT,
This issue will be fixed on the next version. Thank you.Yutaka Emura
KeymasterHi 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”.December 7, 2019 at 11:25 am in reply to: Is it possible to add a description column in the batch replace window? #26449Yutaka Emura
Keymaster>▲ Sorry I don’t get it. I don’t see any history/favorites item in it. How to save one into it? Do they have titles?
I mean if I make search favorite features in the future, then I will add favorite items to the “>” menu. The feature has not been implemented yet. Sorry for confusion. Either way, I will think about favorite search features in the future.
I am not sure why RSS doesn’t work, but it is a WordPress issue and beyond my responsibility.
I am not sure about @ either.
December 6, 2019 at 7:23 am in reply to: Is it possible to add a description column in the batch replace window? #26443Yutaka Emura
KeymasterHello David,
As for the row numbers you want at the first column, if you reorder items in the list, do you also want numbers to be reordered (like serial numbers), or do you want numbers stay at the same place (like Line Numbers)?
If they are serial numbers, then numbers and titles can be combined into one column, and you can just put a number at the left of each title.
December 6, 2019 at 7:11 am in reply to: Context menu “Rename” for tabs missing in 19.4.0 x64 (installed version) #26442Yutaka Emura
KeymasterThank you for checking. We will fix the English (U.K.) resource for the Rename command. I am sorry it was missing before.
December 5, 2019 at 12:39 pm in reply to: Context menu “Rename” for tabs missing in 19.4.0 x64 (installed version) #26440Yutaka Emura
KeymasterHello,
This is where the Rename command appears:
https://www.emeditor.com/text-editor-features/history/new-in-version-19-4/
Do you use EmEditor in the English (U.S.) UI? If not, which language do you select in the Language page of the Customize dialog box?
December 4, 2019 at 1:20 pm in reply to: Software Wish – Improve the function “Combine documents into a single file” #26434Yutaka Emura
KeymasterHello David,
If you just want to combine files at disk, you can do that with the COPY command in Command Prompt, for instance:
COPY file1.txt + file2.txt file3.txt
or
COPY *.txt file3.txt
What do you think?
- AuthorPosts