Showing posts with label netbeans. Show all posts
Showing posts with label netbeans. Show all posts

Monday, April 5, 2010

Ruby in Netbeans

Used the Tools/Plugins to add Ruby plugin. Takes a while to install.

Git in Netbeans

Used nbgit plugin from Netbeans (0.3). Plugin installed okay. 

Put ProjectLocker seems to allow Git access only via a public key - which means that (since nbgit doesn't support that) I can't use it in Netbeans!

So used git-osx-installer from Google Code. Had to reopen the terminal window but then Git worked. Took my id_rsa.pub key from ~/.ssh/ and put it into ProjectLocker - used michaelfielding@Adventure.local as the identifier because that's what was at the end of the key file.

Lost Netbeans plugins

After I installed Ruby and PHP plugins into Netbeans (I think that was the trigger), the Plugins dialog box refused to populate. I opened the Netbeans application package and deleted the (empty) PHP and Ruby directories under Resources/Netbeans - but when I restarted, no difference.

Reinstalled Netbeans 6.8 and all the plugins had reappeared.