Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterYou 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 Emura
KeymasterTo go back to normal, please select the Compare command again, or Reset to Normal Mode on the Macros menu.
Yutaka Emura
KeymasterI am not exactly sure what your question is. Please write an example, what you expect to match literally, and what EmEditor actually matches.
Yutaka Emura
KeymasterThe macro should be :
document.selection.Replace("$","[\\\\google]",eeReplaceAll | eeFindReplaceRegExp,0);
Yutaka Emura
KeymasterPlease download the newest version at https://support.emeditor.com/en/downloads/suggested, and run the downloaded installer.
Yutaka Emura
KeymasterEmEditor 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 Emura
KeymasterI’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 Emura
KeymasterWhich 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 Emura
KeymasterI couldn’t reproduce the issue. Can you please export all your settings, reset all settings, and try again?
Yutaka Emura
KeymasterIf 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 Emura
KeymasterIf 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 Emura
KeymasterHello,
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 Emura
KeymasterI 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 Emura
KeymasterThis issue will be fixed on the next version. Thank you.
Yutaka Emura
KeymasterIf 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 Emura
KeymasterIt 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 Emura
KeymasterHello,
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 Emura
Keymaster1. 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 Emura
KeymasterThe issue was addressed in 21.4.902.
Yutaka Emura
Keymasterv21.4.902 improved this situation.
Yutaka Emura
KeymasterThis issue was fixed on 21.4.902.
December 30, 2021 at 2:03 pm in reply to: Show description in Status bar for a toolbar button #27999Yutaka Emura
KeymasterThis feature is now supported on 21.4.902.
Yutaka Emura
KeymasterI tracked down this caused by an issue fix on v20.4 beta 1. I will look into the issue.
Yutaka Emura
KeymasterI am adding the /csv option to specify the initial CSV mode in command line on the next version. Thanks,
December 26, 2021 at 9:31 am in reply to: Toolbar behavior: hidden, and slide out when hovered over #27980Yutaka Emura
KeymasterI am not exactly sure what you mean. Can you post a link to the web page that explain the behavior if you can find one?
- AuthorPosts