Save with a Click Using EmEditor's Button Functionality
Save with a Click Using EmEditor’s Button Functionality
Viewing 4 posts - 1 through 4 (of 4 total)
Author
PostsNovember 11, 2006 at 5:12 am #3992
krolik
Member
Yutaka, please, add “Save as” button on Toolbar. I wait it from version to version, but it doesn’t appear :-(
And it will be nice to see function in Emeditor “move this file to Recycle Bin” (and then switch to next tab or window). Because when you examine a lot of files and many of them is the junk, it is necessary delete them quickly. Please, add this function!
Thanks…
November 11, 2006 at 6:35 pm #3996
Yutaka Emura
Keymaster
In future versions, you will be able to add the Save As button. In future, when a macro can be configured with a toolbar button with a favorite icon, you can assign any command to a toolbar button.
November 11, 2006 at 6:53 pm #3997
Yutaka Emura
Keymaster
This is a JavaScript macro to permanently delete and close the current document. I don’t know how to move a file to the Recycle Bin.if(document.FullName != ‘’){
sPath = document.FullName;
if(confirm(“Are you sure you want to delete “ + sPath + “?”)){
fso = new ActiveXObject(“Scripting.FileSystemObject”);
fso.DeleteFile(sPath);
document.close();
November 12, 2006 at 9:09 pm #3999
krolik
Member
Thank you! It works :-)
- Author
Posts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Also read:
- [Updated] Bridging Worlds Fusing Photos Into Majestic Tiles
- [Updated] Five iPhone-Compatible Podcast Services
- Essential Techniques for Securing PS4 Gameplay Moments
- How to Obtain Microsoft Office's Essential Spelling Correction Tool for Your EmEditor Text Editor
- OneKey Recovery - Understanding the Basics of This Efficient Data Restoration Solution
- Techniques Pour Conserver Vos Correspondances De Outlook Express Sur Un HDD Extern
- Top 10 Trending Backgound Music for YouTube Shorts for 2024
- Top 5 Under-$100 Gaming Keyboards – Your Next Purchase, In 2024
- Top 50 Iconic Latin Quotes for Charisma
- Windows 10 OEMリカバリディスクでHDD/SSDへのシステム移動手順
- Title: Save with a Click Using EmEditor's Button Functionality
- Author: Larry
- Created at : 2024-11-16 21:10:44
- Updated at : 2024-11-22 16:57:18
- Link: https://win-bits.techidaily.com/save-with-a-click-using-emeditors-button-functionality/
- License: This work is licensed under CC BY-NC-SA 4.0.