Sam Ramsden
- 活动总数 50
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 15
-
创建于 Ruby Debug Step Over Not Working
The Ruby Debugger will not step over ... step over is treated as a step into.I am using IntelliJ build #9886 with Ruby Plugin 2.0.235166 -
创建于 RubyMine vs IDEA SVN Unversioned Files
Hopefully I'm just missing a config option in RubyMine.The SVN Unversioned Files list inludes all the .svn folders (and more) in the RubyMine view but in IDEA the list shows what I expect.Any ideas? -
创建于 How to set default scope for subsequent "find in path" search?
已回答This functionality arrived with IDEA 6 or 7 .. I can't remember ... and it's being annoying me ever since.When I do a "find in path" search, do not find what I am looking for and decide to refine m... -
创建于 Search Results are no longer grouped by folder?
In IDEA 7, the search results from a 'find in path' are grouped by the folders the files reside in.In IDEA 8 (Diana 9008) they are not.Is this just a config option I'm missing? -
创建于 Debugger Not Working in RubyMine with JRuby 1.1.5
I never did get the Debugger to work with IDEA + Ruby + JRuby 1.1.3 ...http://www.intellij.net/forums/thread.jspa?threadID=277505&tstart=30... but now I'm trying RubyMine with JRuby 1.1.5 and am cu... -
创建于 Pending Spec Tests Labelled as Failures
When I run spec tests that include a pending test, I see a red bar for failure.Is there a configuration option for this somewhere?IntelliJ 9008Plugin 2.0.212928 -
创建于 Error running my_spec: Gem 'ruby-debug-ide' not found, please install it!
Just trying out the debugger on Dianna and immediately hit this...Error running my_spec: Gem 'ruby-debug-ide' not found, please install it!Can someone give me a simple howto for installing the requ... -
创建于 Showstopper... so back to Eclipse for me
I can't understand why this has started to happen but IntelliJ is now freezing when I get to a particular location in ruby code .. normally just after the dot when writing (for example)..foo = Foo.... -
创建于 Assorted Bugs, Enhancements or simply Howtos (aka Newbie Ignorance)?
+ when typing within a comment (ie, after "#" ) opening a single quote produces another ... annoying when trying to type .. eg, # this foo's bar ... can this be configured so's to only produce the... -
创建于 Speeding up the running of a single spec test
Although this issue is not exclusive to IDEA Ruby, you folks may be able to offer me a solution to this problem...Currently when I run a single spec test (by CtrlShiftF10 to run current file) it ki...