« Return to Thread: NB6.7RC3 : bad cursor placement with ruby-1.9.1

NB6.7RC3 : bad cursor placement with ruby-1.9.1

by Chauk-Mean :: Rate this Message:

Reply to Author | View in Thread

Hi,

I have the following basic script :

---------------
# To change this template, choose Tools | Templates
# and open the template in the editor.

a = {:a => 'x', :b => 'z'}

def foo(param)
  puts param
end

v = foo(a)
---------------

1/ If I use the built-in JRuby-1.2.0 or a Ruby-1.8 platform (1.8.6-p369) as the project platform :
- When I click on one of the elements (a, foo, or v) in the Navigator, the cursor is placed correctly at the appropriate location in the source file.

2/ Now if I use a Ruby-1.9 platform (1.9.1-p129) :
- When I click on one of the elements in the Navigator, the cursor is placed at a wrong location in the source file.

Am I missing something ?
If not, I hope that this will be corrected in the 6.7 final release.

Cheers.

Chauk-Mean.

 « Return to Thread: NB6.7RC3 : bad cursor placement with ruby-1.9.1