Using toggle button in toolbar Permanently deleted user Created November 26, 2007 01:15 Hi,Is it possible to use a toggle button (instead of normal one) in toolbar, associated to a action? Could I do it via plugin.xml?Thanks,Andre
Hello Andre,
Yes. Your action class should extend ToggleAction in order for this to work.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks!