Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- November 29, 2017 at 3:53 am #22659DavidParticipant
I often copy some contents from web page or other documents. Then I will paste into the same file in EmEditor.
Everytime I have to type Enter key to create a new line after pasting. If possible to move to next line automatically? I saw there’re some commands related to “Paste” already. But I fail to get wanted result.November 29, 2017 at 4:24 am #22660Patrick CParticipantSounds like macro to me.
Paste the following two lines in a file and save as yourChoiceOfFileName.jsee
document.selection.Paste(); document.selection.NewLine(1);
Add the file to the MyMacros list you’ll find under Macros → Customise.
You can then assign a shortcut under Tools → Properties for All Configurations → Keyboard → Category: MyMacros
November 29, 2017 at 6:44 am #22661DavidParticipantHello, Patrick! Thank you very much!
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.