1

I'm adding a new feature to my FNN plug-in to allow exporting the reports to CSV similar to the functionality of the Filter Export plug-in.

Should be simple enough to implement, but if the source code for Filter Export was available somewhere it might save me a little work and would help me make my feature more consistent with the one that the users are already used to.

Is the source code for Fog Creek plug-ins available somewhere, specifically the Filter export plug-in?

flag

2 Answers

6

The source code for all of the Fog Creek plugins is shipped with the version of FogBugz you run on your own server. The source files are located in [installation path to FogBugz]/Plugins/examples.

Of course, if you're using FogBugz On Demand, you can't get at such a directory. Just email us at plugins@fogcreek.com and we can email you a copy of the source. Keep in mind that the Filter Export plugin is written in Wasabi, and so reusing its source might require some translation work. :)

link|flag
That will work fine. Wasabi is pretty easy to follow/port, it looks strikingly similar to VB.NET. – JohnFx Mar 15 2011 at 14:43
It started as classic VBScript and has had additional features/functionality added to it over the years. VB.Net is a decent comparison. :) – db Mar 15 2011 at 17:09
0

You can use .Net Reflector to disassemble plugins.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.