| View previous topic :: View next topic |
| Author |
Message |
also
Joined: 27 Feb 2011 Posts: 7
|
Posted: Fri Aug 03, 2012 9:06 am Post subject: onLastExit |
|
|
Akelpad 4.7.4
Hi
I had a panel opened with the possibility to open all files onLastExit. The panel disappeared somehow and I cannot find how to open it. This feature is not defined in Plugin->Panel nor in Options -> Pug-ins. Anyway, is it possible to define a menu_item in menu File with "Open All Files On Last Exit" ?
Regards |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1067 Location: Poland
|
Posted: Fri Aug 03, 2012 12:48 pm Post subject: |
|
|
also
Sessions plugin.
Read the documentation: Sessions-Eng.txt |
|
| Back to top |
|
 |
also
Joined: 27 Feb 2011 Posts: 7
|
Posted: Fri Aug 03, 2012 3:32 pm Post subject: |
|
|
| KDJ wrote: | also
Sessions plugin.
Read the documentation: Sessions-Eng.txt |
I read this file, created a menu and inserted some sub_items into it
"Projects" Index(4)
{
"Open last project" Call("Sessions::Main", 1, "%a\AkelFiles\Plugs\Sessions\OnLastProject")
"Open onLastExit" Call("Sessions::Main", 1, "%a\AkelFiles\Plugs\Sessions\OnLastExit")
}
the desired session_files exists, but it does not open anything.
Anyway, thank you very much |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4640
|
Posted: Fri Aug 03, 2012 3:44 pm Post subject: |
|
|
also
| Code: | "Projects" Index(4)
{
"Open last project" Call("Sessions::Main", 1, "OnLastProject")
"Open onLastExit" Call("Sessions::Main", 1, "OnLastExit")
} |
|
|
| Back to top |
|
 |
also
Joined: 27 Feb 2011 Posts: 7
|
Posted: Fri Aug 03, 2012 5:04 pm Post subject: |
|
|
| Instructor wrote: | also
| Code: | "Projects" Index(4)
{
"Open last project" Call("Sessions::Main", 1, "OnLastProject")
"Open onLastExit" Call("Sessions::Main", 1, "OnLastExit")
} |
|
Thank you !! now it works |
|
| Back to top |
|
 |
|