4 Replies Last post: Mar 7, 2013 10:30 PM by Tomás Garrido  
rh007 Newbie 22 posts since
Dec 20, 2011
Currently Being Moderated

Feb 20, 2013 2:49 AM

Sometime jump to definition doesn't work since upgrading to rubymine 5

For cases that used to work on 4.5, it stopped working after I upgrade to 5.

 

I haven't tried with the minimal code example but in my current code base, using rubymine 5, sometimes I can't even jump to method definition in the same class. Switching back to rubymine 4.5 works on the same code. When it doesn't work, cmd + mouse over doesn't even hilight the method on rubymine 5.

 

does anyone else have the same problem?

Tomás Garrido Newbie 3 posts since
Feb 23, 2013
Currently Being Moderated
Feb 23, 2013 9:30 PM in response to: rh007
Re: Sometime jump to definition doesn't work since upgrading to rubymine 5

I'm having same problem, even with 5.0.1 version.  I'm running it under ubuntu 12.04.m Oracle's java 1.7.0_15.  I can access definitions in my own classes, but  I can't access some definitions located in Rails sources, something that I could do with 4.5.4.  Problem is specially critical when I try to navigate from model classes.

I imported settings from 4.5.4 version.

I tried erasing .idea directory and also tried with a brand new project. Also tried using "Invalidate caches...".   I've been looking for a solution but couldn't find it.  I reverted to 4.5.4 until somebody founds a fix.  Please let me know if you can fix it.

 

Thanks.

Oleg Sukhodolsky JetBrains 381 posts since
Apr 4, 2012
Currently Being Moderated
Feb 24, 2013 12:29 AM in response to: Tomás Garrido
Re: Sometime jump to definition doesn't work since upgrading to rubymine 5

If you can provide some test which demonstrates the problem you have please file a bug in our tracker (http://youtrack.jetbrains.com/issues/RUBY)

 

Oleg.

Tomás Garrido Newbie 3 posts since
Feb 23, 2013
Currently Being Moderated
Mar 7, 2013 12:04 AM in response to: Oleg Sukhodolsky
Re: Sometime jump to definition doesn't work since upgrading to rubymine 5

Thanks for your answer.

 

I isolated problem looking at RubyMine logs.  It's related to using spanish accented chars in inflections initializer.  This works on RubyMine 4.5.4, but not in 5.0.x versions.

I created issue: http://youtrack.jetbrains.com/issue/RUBY-13286
RUBY-13286 Code navigation doesn't work for models if spanish accents are used in inflections.rb in RubyMine 5

Tomás Garrido Newbie 3 posts since
Feb 23, 2013
Currently Being Moderated
Mar 7, 2013 10:30 PM in response to: Oleg Sukhodolsky
Re: Sometime jump to definition doesn't work since upgrading to rubymine 5

Reported bug was fixed. Does this will be included in a future version or as part of a new build of 5.0.2?  Thanks.

Code navigation doesn't work for models if spanish accents are used in inflections.rb in RubyMine 5

More Like This

  • Retrieving data ...