Plugins Command crash in ContextMenu

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 142
Joined: Fri Aug 15, 2008 8:58 am

Plugins Command crash in ContextMenu

Post by Diamen »

When i add:
"Plugins..." Command(4259)
to ContextMenu ad execute from toolbar
it work but crash AkelPad on close form.

DV
Offline
Posts: 1250
Joined: Thu Nov 16, 2006 11:53 am
Location: Kyiv, Ukraine

Re: Plugins Command crash in ContextMenu

Post 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.

Offline
Posts: 142
Joined: Fri Aug 15, 2008 8:58 am

Post 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

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

Post by Instructor »


Offline
Posts: 142
Joined: Fri Aug 15, 2008 8:58 am

Post by Diamen »

do it is possible to have x64 version to test?

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

Post by Instructor »


Offline
Posts: 142
Joined: Fri Aug 15, 2008 8:58 am

Post by Diamen »

fixed
Post Reply