Search found 3 matches

by phxceptance
Mon Sep 30, 2013 1:46 pm
Forum: Automation Tools
Topic: Customize the user code defaults
Replies: 5
Views: 2184

Re: Customize the user code defaults

Hi,

thank you for the clarification.

This feature would be very helpful for us,
we will keep an eye on it :wink:
by phxceptance
Fri Sep 27, 2013 4:04 pm
Forum: Automation Tools
Topic: Customize the user code defaults
Replies: 5
Views: 2184

Re: Customize the user code defaults

Hey, thanks for your response. our goal is to have the code line with the method call contained by default whenever a Recording Module is created. This is the standard content of the init() method: private void Init() { // Your recording specific initialization code goes here. } In our projects it s...
by phxceptance
Thu Sep 26, 2013 12:34 pm
Forum: Automation Tools
Topic: Customize the user code defaults
Replies: 5
Views: 2184

Customize the user code defaults

Hi, we would like to have a method call inside the init() method of every .UserCode.cs file of our projects. We also want this method call to be contained by default in every newly created Recording Module. Is there any possibility to achieve the latter by modifing e.g. a template or something? Than...