Archive for the ‘eclipse’ Category
Friday, November 20th, 2009
I found a good tutorial on IBM on doing Python development with Eclipse. It might be a little out of date, but I think only the screens got moved around a little bit. It includes details on how to use ant, which I've recently started using with cruise ...
Posted in eclipse, python | 3 Comments »
Thursday, September 10th, 2009
This is more of a note to myself, but I had a hard time figuring out how to jump to a matching brace in eclipse.
on a mac: apple+shift+p
on a pc, under linux: ctrl+shift+p
I like how BBEdit handles this. If I double click on a brace, it selects ...
Posted in eclipse | No Comments »
Friday, May 8th, 2009
I got this error after installing the Mono framework on MacOS X 10.5.6 and trying to set up a new project with eclipse.
NAnt 0.86 (Build 0.86.2898.0; beta1; 12/08/2007)
Copyright (C) 2001-2007 Gerry Shaw
http://nant.sourceforge.net
For more information regarding the cause of the build failure, run the build again in debug mode.
Try 'nant -help' ...
Posted in apple, eclipse, mono | 2 Comments »
Monday, April 20th, 2009
It looks like developing using c# and eclipse on the Mac is pretty easy, at least on first glance. Here's a good guide to get started.
It only took about 2 minutes to go from "I think I'll give this a shot" to "sweet it compiled."
Posted in c++, eclipse | No Comments »