Phil Swenson

- Total activity 142
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 60
-
Created a few things RubyMine needs
1st of all, probably 70% of your target audience runs OS X. So you need to make RubyMine (and IJ) act more like an OS X app.This means by default CMD-w closes the current window. CMD-{ and CMD-} ... -
Created rake context menu disabled
I'm using IJ 8.0.1 and the Ruby plugin. In my rails project, the Rake context menu is greyed out. What does this mean? How can I run rake tasks from IJ?thanks -
Created copy paste quit working - argh!
I'm on OS X, 8.01 and all of a sudden copy/paste quit working. Both the keystrokes and the menu don't work. No error, just doesn't do anything. Restarting IJ doesn't help.any ideas? -
-
Created are you guys still working on the ruby plugin?
I haven't seen a ruby plugin update in months and still no debugger... is there active development going on? -
Created groovy performance inside IJ
For some reason executing groovy code inside IJ is MUCH, MUCH slower than executing from the command line. Is this a known problem? -
Created Function keys on OS X
I'm an OS X newbie.... I can't figure out how to get the functions keys to work properly with IJ. I'm running the debugger and F8 toggles itunes play/pause (which is the symbol on the f8 key)Note ... -
Created bug with IJ 7584 EAP + Jet Groovy
I am frustrated by all the problems with the 7.0.1 IJ/Groovy combination (mainly that it doesn't compile groovy most of the time when I hit compile), so I upgraded to 7584.I had a major prob...this... -
Created Rails server not visible on a different machine
I notice that when I run Rails inside IJ, I can only view the rails server (localhost:3000) on the same machine. If I try from another machine the port seems blocked. I know this is an IntelliJ i... -
Created Where does IntelliJ look for Jars when using JRuby for RoR?
From what I gather, most people are putting their jars in their Rails project under the lib directory. I think that there should be a rails option to point at a dir for jars. Is there one or shou...