Announcing codeShare!
Posted At : January 31, 2007 5:00 PM
| Posted By : Mark Drew
Related Categories:
codeShare
Have you ever been in the position that you had some code that wouldn't do something? You wanted to show it to someone, so you cut and paste the code (bye bye formatting) and email it... great... but what if you could do this straight from your editor?
Announcing the codeShare project! This is a new website by Ryan Everhart, Robert Froehling (and Dave Shuck and Aaron Lynch on the InstantSpot integration) allows you to post a code fragment and it returns a private URL that you can share with others and comment on the code.
You might ask why I am announcing this (apart from it being a damned useful service)? Well, over the last couple of weeks I have written a plugin for this service that works straight from your IDE of choice, Eclipse!
So now codeShare also works with Eclipse, standalone and with InstantSpot!
Check out Ryan's post for more details on codeShare
Of course, you could also watch a little video I made (no sound) on how to use it.
You can get the plugin from the codeSharePlugin website


Ryan
That is correct, just drop that file into the plug-ins directory within your eclipse directory.
You'll have to restart eclipse to see it.
Ryan
As simple as that... bit retro I know... but we didnt have a lot of time to make it into an update site
@Justice: Thats not up to me to say how codeShare works, I just did the plugin. But codeshare uses a privateURL, so that its private by obfuscation and it has an expiry date on it.
I'm no Eclipse expert, but can you try restarting eclipse cleanly? Maybe that will reset somethings.
eclipse -clean
Ryan
Ryan
Thanks for the feedback guys!
Ryan