eg: There are 2 files in controller folder:
so in the left navigation box we'll see:
controller
|——low_quotation_controller.rb
|__quotation_controller.rb
In netbean 6.5,when i input 'q' in the navigation box,it will match quotation_controller.rb
but now in netbean 6.9,it match low_quotation_controller.rb first
I don't like this match method;
Is there any settings can let 6.9 match file with 6.5's method?
TKS!