10
votes
18answers
2k views
Eclipse keyboard shortcuts broken in OSX 10.5.6
So I have been using Leopard for a year now, and the lastest update broke the keyboard mapping for eclipse. I use the dvorak layout, and now in eclipse if I press the ⌘ and the b key it does a build, …
8
votes
8answers
943 views
How do you install lxml on OS X Leopard without using MacPorts or Fink?
I've tried this and run in to problems a bunch of times in the past. Does anyone have a recipe for installing lxml on OS X without MacPorts or Fink that definitely works?
Preferably with complete …
5
votes
8answers
186 views
What’s the best resource to learn how to write apps for Mac OS X?
Hi.
I'd like to learn how to write application for Mac OS X.
Like how to use XCode properly, Cocoa syntaxes and examples, etc.
I'm already a web developer using ruby, php, mysql, rails, etc.
I …
5
votes
7answers
1k views
How can I make a program start up automatically in OSX?
I have a little program that I want to make open automatically when my mac is started up.
Because this program accepts command line arguments, its not as simple as just going to System …
4
votes
3answers
222 views
How to use hotspot probes in dtrace on Mac OS X Leopard?
My Leopard system has dtrace built in. I also have Java 6 installed, using the Apple-provided installer:
$ java -version
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build …
4
votes
1answer
120 views
Jerky/juttery (core-)animation in a screensaver?
I've built a screensaver for Leopard which utilises core-animation. It doesn't do anything overly complicated; uses a tree of CALayers and CATextLayers to produce a "table" of data in the following …
4
votes
6answers
619 views
Accessing a webserver from a cocoa application.
I am writing a cocoa application in which I want to download a file from a webserver. What will be the most convenient method to go about doing this? Should I go in for NSSockets or a NSUrlRequest? Or …
4
votes
5answers
3k views
How do I uninstall python from OSX Leopard so that I can use the MacPorts version?
I want to use the macports version of python instead of the one that comes with Leopard.
3
votes
6answers
265 views
Where is Java source code for various com.sun.* packages on Leopard?
I am working on my MacBook at home, running Leopard, with the latest JDK 1.6 from Apple installed. In IDE, I'd like to browse source code for com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel, but IDE …
3
votes
2answers
613 views
NSTableView with custom cells
Hello there, it seems I've been searching for a long time and haven't found a great, easy, answer to my problem.
I'm using XCode with Cocoa/ObjC and am trying to create an NSTableView which will load …
3
votes
4answers
2k views
How to set up PEAR on Mac OS X 10.5 Leopard
I'm ultimately trying to install PEAR so I can easily install PHPUnit. I want to set up a Mac, Apache, MySQL, PHP, PHPUnit development environment so I can test locally. I already have Apach, MySQL …
3
votes
3answers
733 views
Fixing broken Macports
I just tried (for the first time, I might add) a
port upgrade installed
in Macports, and I'm afraid I might come to regret it: A lot of errors -- specially regarding X11 and Python.
Here's a …
3
votes
4answers
1k views
PHP w/ Zend Debugger on OS X 10.5
I have OS X 10.5 set up with the precompiled versions of PHP 5 and Apache 2. I'm trying to set up the Zend Debugger, but with no luck. Here's what I did:
I downloaded …
3
votes
3answers
688 views
Is it possible to select a specific tab in OSX Terminal.app using keyboard shortcuts?
I know I can cycle through my tabs using cmd+{ or cmd+}, but is it possible to select a specific tab (i.e. cmd+3 for the third tab in iTerm) in Leopards' Terminal.app?
3
votes
4answers
1k views
How do I make the apple terminal window auto change colour scheme when I ssh to a specific server
When I ssh into a remote production server I would like the colour scheme of my terminal window to change to something brigh and scary, preferably red, to warn me that I am touching a live scary …
