Tuesday, October 23, 2007

Paste-From-Console Live Writer PlugIn

I came across this nice plugin for Windows Live Writer, Paste From Console by Mike Stall,

Using this plugin, you can paste text copied from console. This will paste with a fixed width console font, optionally compensate for console line wrapping, and optionally format the console prompt and input separate from the console output.

This can be very useful who often use output from Console for their Blog.

Here's an example:

D:\NEWStudy>csc hello.cs
Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.42
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.


D:\NEWStudy>hello.exe
Hello from C#

D:\NEWStudy>

So the output from the console, where I compile and run a small program is pasted as seen above.


WLWinsconsole


For more details and some limitations see, Mike Stall's .NET Debugging Blog

No comments: