dchelimsky / rspactor forked from rubyphunk/rspactor
- Source
- Commits
- Network (13)
- Downloads (7)
- Wiki (1)
- Graphs
-
Branch:
master
rspactor /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Nov 14 06:30:31 -0800 2008 | |
| |
APPL.icns | Sun Jun 22 09:41:35 -0700 2008 | |
| |
CHANGELOG | Fri Jan 02 05:46:25 -0800 2009 | |
| |
English.lproj/ | Fri Jan 09 07:03:38 -0800 2009 | |
| |
INSTALL.txt | Wed Jan 07 08:58:10 -0800 2009 | |
| |
Info.plist | Fri Jan 09 05:10:57 -0800 2009 | |
| |
README.txt | Fri Jan 09 06:22:01 -0800 2009 | |
| |
RSpactor.xcodeproj/ | ||
| |
Rakefile | Tue Jan 06 14:05:07 -0800 2009 | |
| |
Sparkle.framework/ | Fri Nov 14 06:30:31 -0800 2008 | |
| |
VERSION | Fri Jan 09 05:10:57 -0800 2009 | |
| |
app/ | Mon Jan 12 14:14:07 -0800 2009 | |
| |
badge.png | Tue Oct 14 13:32:17 -0700 2008 | |
| |
main.m | Sun Jun 22 09:41:35 -0700 2008 | |
| |
pkg/ | Fri Jan 02 05:12:34 -0800 2009 | |
| |
rb_main.rb | Sun Jun 22 09:41:35 -0700 2008 | |
| |
resources/ | Sat Dec 20 03:07:33 -0800 2008 | |
| |
rspactor_bin.rb | Mon Nov 17 15:42:03 -0800 2008 | |
| |
spec/ | Fri Jan 09 13:50:43 -0800 2009 |
README.txt
NetBeans support by Richard Poirier Note: Due to a bug in Netbeans (http://www.netbeans.org/issues/show_bug.cgi?id=113903), the Netbeans window freezes after opening a file in it from the command line. But one just has to resize the window or hit command+shift+return to make it full screen to "unfreeze" it. It's a pain but it's still quicker than opening the file manually and scrolling down to the relevant line. == Building instructions $ git clone git://github.com/rubyphunk/rspactor.git $ cd rspactor $ rake package If you get "ld: framework not found Ruby" on Leopard: $ cd /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/Ruby.framework/Versions/Current $ sudo ln -s usr/lib/libruby.dylib Ruby

