Page 1 of 1

Usercode dropdown

Posted: Wed Jul 04, 2012 5:14 pm
by tallahassee101
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()

Re: Usercode dropdown

Posted: Thu Jul 05, 2012 3:44 pm
by Support Team
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