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:
- [New] Mastering Voice-Over Recording for Videos
- [Updated] 2024 Approved Precise Age Settings The Essential Guide for TikTok Profiles
- [Updated] Android Tricks Changing Video Ordering
- 1. Overcome Clonezilla Error: Successfully Retriaging Missing Partition Issue
- 2024 Approved The Ultimate List of Safe Toy Drones
- 推薦的免费RAID硬件复制软件 - 专业人士选用
- Best Methods for Vivo T2 5G Wont Turn On | Dr.fone
- Comprehensive AOMEI Software Guides: Simplify Your Data Backup with One-Click Solutions
- How to Unlock Apple iPhone 14 Pro Passcode without Computer? | Dr.fone
- HP ZBookの内蔵ディスクを入れ替える上級者向けガイド - ステップバイステップ解析
- In 2024, How To Bypass iCloud By Checkra1n Even From Apple iPhone XS Max If Youve Tried Everything
- Migrating Your Digital Life: Ensuring Complete Transfer to Your New iPhone
- Revolução Em Edição De Vídeo: Mastering Loops E Guias No Movavi Video Editor
- Step-by-Step Guide: Transferring an SSD Image Onto a USB Drive for Bootable Backup
- Streamline IntellGraphics G3000 Upgrade in Win11.
- Windows 10 Einrichtung - Übertragung Von Traditionellem MBR HDD Zu GPT SSD Unter Nutzung Von Secure Boot in UEFI Systemen
- Title: Save with a Click Using EmEditor's Button Functionality
- Author: Larry
- Created at : 2025-01-13 16:39:39
- Updated at : 2025-01-14 18:57:25
- 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.