Page 1 of 1

Shortcut Key to wrap up all the regions created in the class

Posted: Fri Sep 06, 2019 2:31 pm
by premravi
Hi,

One basic look and feel related query

I create regions for each method with proper explanations what it is doing

Now I have so many regions inside a class

Please help me with a shortcut key with which I can wrap up all the regions at once

Regards

Re: Shortcut Key to wrap up all the regions created in the class

Posted: Fri Sep 06, 2019 2:43 pm
by odklizec
Hi,

Ranorex Studio is based of SharpDevelop, for which you can find list of shortcuts here:
https://github.com/icsharpcode/SharpDev ... -Shortcuts
If there is no shortcut you are looking for, then all you can probably do is to create a feature request here:
https://uservoice.ranorex.com/forums/15 ... ve-ranorex

Re: Shortcut Key to wrap up all the regions created in the class

Posted: Fri Sep 06, 2019 2:45 pm
by dhale
I think this is what you want: https://github.com/icsharpcode/SharpDev ... -Shortcuts
Scroll down you will see:
Ctrl+Shift+L Edit > Folding > Toggle all folds Code folding: Switch all foldings
Ctrl+Shift+M Edit > Folding > Toggle fold Code folding: Switch folding of the current section; to do so you must set the cursor in the first line of this section
Ctrl+Shift+P Edit > Folding > Show definitions only Code folding: Show definitions only

Re: Shortcut Key to wrap up all the regions created in the class

Posted: Sat Sep 07, 2019 8:51 pm
by LowellK
premravi wrote:
Fri Sep 06, 2019 2:31 pm
Hi,

One basic look at these famous fat burners and feel related query

I create regions for each method with proper explanations what it is doing

Now I have so many regions inside a class

Please help me with a shortcut key with which I can wrap up all the regions at once

Regards
Is it simple to implement these shortcuts?

Re: Shortcut Key to wrap up all the regions created in the class

Posted: Sun Sep 08, 2019 9:04 am
by odklizec
Hi,

For you? It’s impossible, without access to Ranorex Studio code. There is currently no mechanism for custom shortcut creation. So it must be done by Ranorex developers.