| View previous topic :: View next topic |
| Author |
Message |
djray
Joined: 20 Jan 2009 Posts: 11
|
Posted: Mon Jan 03, 2011 10:13 pm Post subject: Coder plugin - Toggle "Show list" window |
|
|
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! |
|
| Back to top |
|
 |
iglezz
Joined: 15 Feb 2010 Posts: 19
|
Posted: Mon Jan 03, 2011 11:37 pm Post subject: |
|
|
djray
Add | Code: | | -"CodeFold list show/hide" Call("Coder::CodeFold", 1) Icon("%a\AkelFiles\Plugs\Coder.dll", 3) | to your buttons list |
|
| Back to top |
|
 |
djray
Joined: 20 Jan 2009 Posts: 11
|
Posted: Tue Jan 04, 2011 5:13 am Post subject: |
|
|
I should have checked the bottom of the Toolbar code window!
The code was already there; I just had to comment it out!
Thanks!  |
|
| Back to top |
|
 |
|