Usercode dropdown

Bug reports.
tallahassee101
Posts: 169
Joined: Thu Jan 13, 2011 2:06 pm

Usercode dropdown

Post by tallahassee101 » Wed Jul 04, 2012 5:14 pm

Hi,

When selecting Add User Code as a new action in my recording a drop down is available for the "Method"(s) available. It would be extremely useful if this dropdown would organize all the usercode methods alphabetically. Inside the IDE editor for a CS file it does this correctly. Additionally it would be useful if the there is inheritance in the user code to separate out the methods using indention of some sort. The way things are now the menu gets very hard to read when there are more than 10 user code methods and they are not in alphabetical order.

Ex:
public class UserCodeA {
public void MethodA_Beta() {}
public void MethodA_Alpha() {}
}

public class UserCodeB : UserCodeA {
public void MethodB_Dog() {}
public void MethodB_Clown() {}
}

Sample Drop Down Menu in UserCodeB's recording below:
UserCodeB()
MethodB_Clown()
MethodB_Dog()
UserCodeA()
MethodA_Alpha()
MethodA_Beta()

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Usercode dropdown

Post by Support Team » Thu Jul 05, 2012 3:44 pm

Hi,

I will add an issue to our internal bug tracking system and we will discuss it internally if we change the way how methods are shown.

Regards,
Markus
Ranorex Support Team