Adds local printing option to file menu in cloud9 ide
This is a plugin that encapsulates harutyun's solution to local printing into a plugin that integrates it into the cloud9 ide interface.
Print: Mac: COMMAND-P WIN: CTRL-P
use command c9 install c9.ide.print and then reload your editor.
In order to use custom plugins during alpha you need to change some settings in your c9 workspace.
Go to Cloud9>Preferences>Experimental>SDK and enable the two toggles for Load Plugins From Workspace and Load Custom Plugins. That should do the trick!

