Jeffrey Palermo (.com)

Sponsors

The Lounge

Wicked Cool Jobs

News

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
CopyAsHtml Add-in for VS - level 100

This is a very useful tool.  Properly formatting code for a blog post has been a hassle up until now!  This is great.  A must-have tool.  Great job Colin.

Here is an example of code copied directly from VS using this add-in.

        private void WebForm1_Init(object sender, EventArgs e)

        {

            Trace.Write("WebForm1_Init");

        }

 

        private void WebForm1_Load(object sender, EventArgs e)

        {

            Trace.Write("WebForm1_Load");

        }

 

        private void WebForm1_PreRender(object sender, EventArgs e)

        {

            Trace.Write("WebForm1_PreRender");

        }

 

        private void WebForm1_Unload(object sender, EventArgs e)

        {

            Trace.Write("WebForm1_Unload");

        }


Posted Mon, Nov 8 2004 8:36 AM by Jeffrey Palermo

[Advertisement]

Comments

David Neal wrote re: CopyAsHtml Add-in for VS - level 100
on Mon, Nov 8 2004 4:18 AM
Ah, cool! Thanks for the tip Jeffrey!
avnrao wrote re: CopyAsHtml Add-in for VS - level 100
on Mon, Nov 8 2004 7:31 PM
I tried it, but .Text editor doesnt allow <style> tag. can you pls inform..how you have pasted this code..
Jeffrey Palermo wrote re: CopyAsHtml Add-in for VS - level 100
on Tue, Nov 9 2004 2:20 AM
Make sure to select the option "embed styles"
Rainer Hilmer wrote re: CopyAsHtml Add-in for VS - level 100
on Tue, Jan 23 2007 3:08 AM

CopyAsHTML won't work with my german version of VS2005 standard at home but I love your tool. I use it at the institute very often for my documentations. We run english versions of VS2005 pro there.

Can you please add localization to your tool?

Many thanks in advance.

Rainer Hilmer

Devlicio.us