Open file and reuse existing akelpad window
Posted: Tue Jun 09, 2009 9:45 am
Would you add a command line option or internal command so that the Favorite menu can open file in current window even when akelpad in running in SDI mode.
Support forum
http://akelpad.sourceforge.net/forum/
Code: Select all
var AkelPad=new ActiveXObject("AkelPad.document");
if (WScript.Arguments.length)
{
AkelPad.OpenFile(WScript.Arguments(0));
}
Code: Select all
"F&avourites" Index(3)
{
-"File1" Call("Scripts::Main", 1, "OpenFile.js", "C:\SCANDISK.LOG", 0)
-"File2" Call("Scripts::Main", 1, "OpenFile.js", "C:\file.txt", 0)
}