Page 1 of 1

Coder plugin - Toggle "Show list" window

Posted: Mon Jan 03, 2011 10:13 pm
by djray
Hi,

Using the latest versions of Akelpad and the Coder plugin.
Nice to finally see code folding!

Just one thing:

There is an option in Coder's "CodeFold 1" settings panel called "Show list".

I'm trying to add a button with the Toolbar plugin to toggle the "Show list" window. Any ideas how I can do that?

Thanks!

Posted: Mon Jan 03, 2011 11:37 pm
by iglezz
djray
Add

Code: Select all

-"CodeFold list show/hide" Call("Coder::CodeFold", 1) Icon("%a\AkelFiles\Plugs\Coder.dll", 3)
to your buttons list

Posted: Tue Jan 04, 2011 5:13 am
by djray
I should have checked the bottom of the Toolbar code window!
The code was already there; I just had to comment it out!

Thanks! :)