Sharing updated code template and more between multiple mach

Ask general questions here.
KAB
Posts: 10
Joined: Mon Jan 09, 2012 1:30 pm

Sharing updated code template and more between multiple mach

Post by KAB » Mon Jan 09, 2012 2:09 pm

Hi

I need to make changes to code templates (Tools->Options->Coding->Code Templates) so they conform to our company standard, but how do I the share these updated templates with other machines, so I do not need to manually enter them again on the next machine?

I also need to share other settings like the standard headers (Tools->Options->Coding->Edit Standard Headers) and some standard Text editor settings (Tools->Options->Text Editor->Behavior) and propably some other settings I haven't gotten to yet.

I suspect I just need to copy and replace some files on to the other machines, but which?

What I do not want to share between machines is window size/placement and so on in the IDE, as what I like to have easy access to might not be what my colleagues prefer, but setting like the ones I do want to share are not optional e.g. tabs must be converted to spaces (Tools->Options->Text Editor->Behavior) and so on.

Best regards
KAB

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

Re: Sharing updated code template and more between multiple mach

Post by Support Team » Mon Jan 09, 2012 5:10 pm

Hi,

You will find the RanorexStudioProperties.xml in following place
%AppData%\RanorexStudio3\RanorexStudioProperties.xml
Just override this file and you will have the same settings on each machine.

Regards,
Peter
Ranorex Team

KAB
Posts: 10
Joined: Mon Jan 09, 2012 1:30 pm

Re: Sharing updated code template and more between multiple mach

Post by KAB » Wed Jan 11, 2012 2:17 pm

Thanks, just what I needed.

The Path I found the files under were a bit different
%AppData%\Roaming\RanorexStudio3\...

But I got the picture, so thanks again
/KAB