New source copy helper for Windows Live Writer
Are you already tiered of BlogMyCode or CopyAsHTML popup windows and non-standard right-mouse-click-do-something-then-maybe-I-help-you dialogs? Let me introduce my last plugin for Windows Live Writer blog client – Code Past Plugin. It’s really simple as it should be. This plugin uses standard copy functions from anywhere (no only from VS2005). Then it converts code into XHTML and put it into WLW window. Don’t this should work this way? Without right clicks and unnecessary windows? Download it now and use it. Here the sample format of code. You can optionally add header or line numbering. You can even break lines (if you wish). The other feature I added is new clipboard detection, so if you has something really wrong there and already opened code adding dialog, you don’t have to close it and copy something else, just switch to Studio, copy new code and the plugin will detect all your changes.
private void btOK_Click(object sender, EventArgs e)
{
this.Close();
}
string getOptionText()
{
if (actCode != string.Empty)
{
StringBuilder sb = new StringBuilder();
if (cbLinesNum.Checked)
{
string[] outp = actCode.Replace(@"\r\n", "\r").Split('\r');
int offset = 0;
for (int i = 0; i < outp.Length; i++)
{
if (outp[i].Trim() == string.Empty)
{
sb.Append("<br/>");
offset++;
}
Here it’s configuration window with preview.
If you catch bugs or have feedbacks, please notice me via email or in comment to this post. I’ll appreciate you
Download Code Past Plugin (372 KB, MSI installer)
April 20th, 2007 · Comments (7)
7 Responses to “New source copy helper for Windows Live Writer”
Leave a Reply
Discover other tags
My tools
- .NET Framework Detector
- Duplicate images finder
- Exchange Security Policy for Windows Mobile Devices Fix
- Gas Price Windows Vista SideBar gadget
- Israel Traffic Information Windows Vista SideBar gadget
- Localization fix for SAP ES Explorer for Visual Studio
- LocTester
- RTL and LTR in Windows Live Writer
- Silverlight controls library
- Snipping tool integration plugin for WLW
- USB FM receiver library
- Vista Battery Saver
- WebCam control for WPF
- Windows Live SkyDrive attachment for Windows Live Writer
- Wireless Migrator
- WPF Virtual Keyboard




January 1st, 2009 at 12:10 am
I found your site on faves.com bookmarking site.. I like it ..gave it a fave for you..ill be checking back later
January 1st, 2009 at 12:11 am
thanks
January 1st, 2009 at 12:11 am
Thanks!
January 1st, 2009 at 12:11 am
Ok, regarding the "bug" with Orcas. It seemed, that RTL color table is completely unstable there, so I added new checkbox, that makes you able to choose wheither use internal color table or read the colors from the original document.
You can download the new version from the same location within the post
January 1st, 2009 at 12:11 am
This should not be any difference. This it old good 2.0. The only thing can be is that Orcas uses XPS instead of RTF. I’ll check it on VPC.
Thank you
January 1st, 2009 at 12:11 am
great addin.
I have problems with it though with Orcas. everything comes blue or light green.
March 11th, 2009 at 5:01 pm
Not able to download. Got not found page.