Stack Analyzer extension
Is there an example anywhere of how to write a plugin to extend the
Stack Analyzer so that it can decode a different format stack? One of
our libraries insists on "prettying" up it's stacks and it means that
they need reformatting before IntelliJ can easily use them. I'd love to
fix this but don't really know what to extend in IntelliJ to get started.
I saw the zkm.jar in the plugins and this obviously does something
similar, but it doesn't come with source.
Any suggestions?
Thanks - Guy
--
--
Guy Gascoigne-Piggford
www.wyrdrune.com
]]>
Please sign in to leave a comment.
something like this
Thanks, I'll go give that a go.
Guy
maas wrote:
--
-- Guy Gascoigne-Piggford
www.wyrdrune.com
]]>
Hello Guy Gascoigne-Piggford,
G> Is there an example anywhere of how to write a plugin to extend the
G> Stack Analyzer so that it can decode a different format stack? One
G> of our libraries insists on "prettying" up it's stacks and it means
G> that they need reformatting before IntelliJ can easily use them. I'd
G> love to fix this but don't really know what to extend in IntelliJ to
G> get started.
G>
G> I saw the zkm.jar in the plugins and this obviously does something
G> similar, but it doesn't come with source.
It does. The source for the zkm plugin, as well as a number of other plugins,
is included in the Plugin Development Package which you can download from
our Web site (http://www.jetbrains.com/idea/plugins/plugin_developers.html)
or from the EAP download page (http://www.intellij.net/eap).
--
Dmitry Jemerov
Software Developer
http://www.jetbrains.com/
"Develop with Pleasure!"
Very nice, thanks.
Guy
Dmitry Jemerov wrote:
--
-- Guy Gascoigne-Piggford
www.wyrdrune.com
]]>