Forum Replies Created
- AuthorPosts
- Yutaka EmuraKeymaster
As for the first screenshot, you can set the “Do not show this message again” check box to disable this message in the future.
As for the second screenshot, I am not sure what the issue is. Can you please create a minimum reproducible test case so that I can test the issue?
Yutaka EmuraKeymasterYou can write a macro like this:
if( document.selection.Find( "<span class=\"bld\">", eeFindAround | eeFindCount ) <= 1 ) { document.selection.Replace( "<span class=\"bld\">A</span>", "", eeReplaceAll ); }
Yutaka EmuraKeymaster1. This is not a bug, but any file encoding detection could fail. I would recommend not using the Detect All option.
2. To open files always as UTF-8, please deselect the Detect All option, and select UTF-8 as Opening Encoding in the File page of configuration properties.
Yutaka EmuraKeymasterOn the new version, 100 days is the maximum value for both Save Cursor Position and Save Bookmarks options. This was to prevent file history from becoming too large.
The bookmark and cursor position info is stored in
%APPDATA%\Emurasoft\EmEditor\Common\FileAttr.bin
.If you make automatic backups (using TotalCommander), you should restore the files (or move the files to original drive/location) before opening the files to see bookmarks.
Yutaka EmuraKeymasterYou could select Bookmark Changes on the Macros menu to set bookmarks on changed lines. Then, select the Invert Bookmarks command to set bookmarks on unchanged lines. You can then extract bookmaked lines. This way might not distinguish between changes and added/delete lines, but might help.
March 17, 2022 at 8:23 am in reply to: How to end Compare tool, restore window size and move file back? #28101Yutaka EmuraKeymasterTo go back to normal, please select the Compare command again, or Reset to Normal Mode on the Macros menu.
Yutaka EmuraKeymasterI am not exactly sure what your question is. Please write an example, what you expect to match literally, and what EmEditor actually matches.
Yutaka EmuraKeymasterThe macro should be :
document.selection.Replace("$","[\\\\google]",eeReplaceAll | eeFindReplaceRegExp,0);
Yutaka EmuraKeymasterPlease download the newest version at https://support.emeditor.com/en/downloads/suggested, and run the downloaded installer.
Yutaka EmuraKeymasterEmEditor still supports Windows 7 SP1 as of this writing, but Windows 7 needs to be most up-to-date including Service Pack 1. Have you applied all available updates for Windows 7?
Yutaka EmuraKeymasterI’ve just released v21.5.904, which addressed this issue. Can you please try it and let me know if it works for you? Thanks.
Yutaka EmuraKeymasterWhich version of Windows are you using? Can you try a different computer if possible?
As for the installation folder, please refer to FAQ #21 https://www.emeditor.com/support/#faqYutaka EmuraKeymasterI couldn’t reproduce the issue. Can you please export all your settings, reset all settings, and try again?
Yutaka EmuraKeymasterIf you are talking about the status bar, it shows the toolbar button description when you hover the mouse pointer to any button. This was a new feature requested by LTT: https://www.emeditor.com/forums/topic/show-description-in-status-bar-for-a-toolbar-button/
If you still see any random issues, please show a screenshot to explain the issue. Thank you.
Yutaka EmuraKeymasterIf you would like to open the selected path, you can write a macro like this:
editor.OpenFile( document.selection.Text, 0, eeOpenAllowNewWindow );
Please see: http://www.emeditor.org/en/macro_editor_editor_openfile.html
Yutaka EmuraKeymasterHello,
I’ve reproduced the issue, and it is fixed on v21.5.902. Please update to the latest version.
I also added this test case to our test macros.
Thank you,Yutaka EmuraKeymasterI think the newer behavior is correct, but I might be misunderstanding. To reproduce the issue, can you write a simple test case?
February 14, 2022 at 12:25 pm in reply to: Highlight (1): Top selected item changed when unfocused #28043Yutaka EmuraKeymasterThis issue will be fixed on the next version. Thank you.
Yutaka EmuraKeymasterIf a text box doesn’t disclose a method or API to grab text, there is no way for the feature to work. Unfortunately, since many app text boxes don’t disclose the method, it is difficult for EmEditor to grab text correctly.
January 5, 2022 at 12:06 pm in reply to: Add Transpose column in steps functionality in “Transpose” #28015Yutaka EmuraKeymasterIt would have been more helpful if you could write during the beta testing phase. Once I release an official version, it is difficult to change the specs.
You can use your regular expression replaces or write macros to do the same function.
Thanks,January 4, 2022 at 11:46 am in reply to: Add Transpose column in steps functionality in “Transpose” #28011Yutaka EmuraKeymasterHello,
I want to make the Transpose command as simple as possible. I didn’t want to add a dialog box to run the command. To accomplish your task, you can write or record a simple macro. Please let me know if you need more help to write/record a macro.Yutaka EmuraKeymaster1. You might want to consider using a different style (underline or bold) for the Current Line highlighting. Or you can use the Horizontal Line option in the Scroll page of configuration properties.
2. “*.esy” files are not used when you export or import. When you export and copy files into another location, did you also copy all the subfolders including the “AppData” subfolder?
Yutaka EmuraKeymasterThe issue was addressed in 21.4.902.
Yutaka EmuraKeymasterv21.4.902 improved this situation.
Yutaka EmuraKeymasterThis issue was fixed on 21.4.902.
- AuthorPosts