I recently switched to Eclipse (Helios) for my programming needs, and I like it very much.
There is just on thing that is driving me crazy, how can I launch (compile and
It's all about defining the External Tool correctly.
For example, the following should work if your selected file is a Unix executable.
/usr/bin/open
${selected_resource_loc}
-a /Applications/Utilities/Terminal.app ${selected_resource_loc}
When you run make sure you select "src"
This should work. You could improve it further. You could even write an AppleScript that would do that and run it using osascript
.