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 |
So the output from the console, where I compile and run a small program is pasted as seen above.
For more details and some limitations see, Mike Stall's .NET Debugging Blog
No comments:
Post a Comment