How can I have several (La)TeX distributions co-existing on the same computer and easily switch between them using one editor? I am using Windows but it would be interesting to see answers for *nix and OS X as well.
Edit: I guess the editor needs to be able to give priority to one distribution.
Edit2: I am using TeXstudio but I am open to try a new editor.

.bat-file from notepad++ that calls the TeX engine. By using the notepad++ plugin nppexec the bat-file can be run directly from notepad++.You could easily setup two different
– May 03 '16 at 18:29.bat-files that calls different distributions and use different shortcuts for the two commands. See for example this answer for more information on how to setup notepad++.Build->User Commands. – samcarter_is_at_topanswers.xyz May 03 '16 at 19:15