Copying code snippets for your blog
There was a conversation on IRC a while ago about wordpress plugins for syntax-highlighting code snippets. Wouldn’t it be cool if you could copy code from eclipse and paste it into your blog ?
CodeSnippet for Eclipse lets you do just that:
protected void tearDown() throws Exception {
closeWindow("Create a new account");
closeWindow("Address Details");
}
Wow! Something I’ve been looking for! This will be very useful to me
Prakash G.R.
19 Jul 08 at 9:07 am