FIXED: Method tracking: Wrong pos if cursor is on a class

Post bug reports when testing beta versions here.
Post Reply
HarryH
Posts: 232
Joined: 28 Feb 2015 11:20

FIXED: Method tracking: Wrong pos if cursor is on a class

Post by HarryH »

Hello,

if the cursor is directly on a class (e.g. with double click on the class or manually), the last method of the previous class is activated in the Code Explorer. Better would be to activate the current class and select nothing in the method list. Besides there are also positioning problems if a class have no methods. I tested it with python syntax.

And please, see also http://www.rj-texted.se/Forum/viewtopic.php?f=5&t=3493. IMHO it is appropriate. :wink: :roll:

Bye!
User avatar
Rickard Johansson
Site Admin
Posts: 6627
Joined: 19 Jul 2006 14:29

Re: Method tracking: Wrong positioning if cursor is on a cla

Post by Rickard Johansson »

Should work better now in next release.
Post Reply