XamlPadX V3.0

So I finally got some time to upgrade XamlPadX... One of the things that I really wanted to add was the plugin support and here you have it. So now users can create their own addins which will plug into xamlpadX.

Addin developers can use 3 functionalities of XamlPadX:

     void ChangeAppBackground(String str);
String textBoxContents { get; set; } //this is the content in the xaml textbox
int TextBoxCaretIndex //this is the caret index in the xaml textbox

The color pallette is now included as an addin - so on installation we already have one plugin ready. All selected addins are included in the menu. To create a new addin, all you need is to create a control which extends AddInAddInView shown below

      ColorPallette : AddInViews.AddInAddInView

 You could override the SendSignal call which is made by XamlPadX on first displaying the addin...

Bear in mind that the addins will work only with .NET 3.5 installed...Even if you dont have it, we catch the exception but allow running the app.

The addin feature wouldnt have seen the light hadnt it been for Keith, who is now in the Silverlight team :) ... Thanks Keith.

The other interesting feature added in 3.0 is the Loading option. You can now load dlls and have them referenced in xaml.

 The sample Xaml snippets have also been enhanced... Right click in the editiable textbox and check out the samples :)

Additional enhancements include perf, code restructuring, bugs, .... you get it :)

Download/Setup: Click here

You might want to uninstall XamlPadX if you already have it.

HAPPY HOLIDAYS

Share this post

 

XamlPadX.exe