replace all

mpl

Member
We have to envirements one for development and one for production. We also use a VCS-System to handle our programs.

I have the problem, when I check out a program, so this program was compiled for production, and if I want to change something and to test in development I have to: " select all - replace the production user with the development user and compile it on the development envirement".

It is possible to create two buttons, where I can toggle between 2 database-Users?

thanks for your help.
 
You could do this with an external tool (Tools > Configure Tools). You can create a little Windows command script that performs this standard find & replace action on a file.

The tool you configure can pass the current filename to the script, and will reload it afterwards.
 
Back
Top