Coder plugin - Toggle "Show list" window

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 11
Joined: Tue Jan 20, 2009 9:15 am

Coder plugin - Toggle "Show list" window

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

Offline
Posts: 19
Joined: Mon Feb 15, 2010 9:00 am

Post 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

Offline
Posts: 11
Joined: Tue Jan 20, 2009 9:15 am

Post 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! :)
Post Reply