Page 1 of 1

Plugins Command crash in ContextMenu

Posted: Sun May 21, 2017 7:03 am
by Diamen
When i add:
"Plugins..." Command(4259)
to ContextMenu ad execute from toolbar
it work but crash AkelPad on close form.

Re: Plugins Command crash in ContextMenu

Posted: Sun May 21, 2017 6:52 pm
by DV
Please provide more details (maybe including other commands in the menu, what plugins you use and so on).
The very same "Plugins..." Command(4259) in the ContextMenu works for me for years without problems.

Posted: Mon May 22, 2017 7:02 am
by Diamen
in ContextMenu::ShowMenu
i have

Code: Select all

"HOTKEYS"
{
	"Plugins..." Command(4259)
	"Setting..." Command(4260)
	"CodeFold" Call("Coder::CodeFold", 1)
	"Coder" Menu("CODER")
	"Lineboard" Menu("LINEBOARD")
	"Speech" Call("Speech::Main")
	"Templates" Menu("TEMPLATES")
	"Format" Menu("FORMAT")
	"xBrackets" Menu("XBRACKETS")
	"Mark" Menu("MARK")
	"SaveFile" Menu("SAVEFILE")
	"Clipboard" Menu("CLIPBOARD")
	"Sessions" Menu("SESSIONS")
	;"Escape key" Menu("EXIT"); Icon("%a\AkelFiles\Plugs\Exit.dll", 0)
	#"Smart navigation" Menu("SMARTSEL") Icon("%a\AkelFiles\Plugs\SmartSel.dll", 0)
}
in Toolbar plugin i have:

Code: Select all

SET(32, "%a\AkelFiles\Plugs\Hotkeys.dll")
    -"Hotkeys..." +Call("Hotkeys::Main") Menu("HOTKEYS") Icon("%a\AkelFiles\Plugs\Hotkeys.dll", 0)
UNSET(32)
when i choice "Plugins..." in toolbar, it show and after close AkelPad crash.

Plugins installed:
Clipboard, Coder, ContextMenuFormat, Hotkeys, LineBoard, Log, SaveFile, Scripts, Sessions, SpecialCharSpeech, Stats, Templates, ToolBar, XBrackets

Posted: Tue May 23, 2017 7:50 am
by Instructor

Posted: Tue May 23, 2017 2:38 pm
by Diamen
do it is possible to have x64 version to test?

Posted: Sat Jun 03, 2017 6:05 pm
by Instructor

Posted: Sat Jun 03, 2017 9:07 pm
by Diamen
fixed