Document was modified. Do you want to save it?

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 1
Joined: Thu Mar 12, 2015 11:41 am

Document was modified. Do you want to save it?

Post by trebornekmes »

:idea: Please give us the option of turning off that reminder. Since I mainly use AkelPad as a pad, most often I do not want to save the content as a file. It gets really irritating to always click on that No button.

Offline
Site Admin
Posts: 6311
Joined: Thu Jul 06, 2006 7:20 am

Post by Instructor »

Add following command to Hotkeys plugin:

Code: Select all

Call("Scripts::Main", 1, "EvalCmd.js", `AkelPad.Call("Scripts::Main", 2, "CloseUnnamedAll.js"); AkelPad.Command(4109 /*IDM_FILE_EXIT*/);`)
This will work in upcomming AkelPad 4.9.3 or you can update EvalCmd.js manually.
Post Reply