How do I set the text editor I want to use for C++?

As an additional question, how do I get UE to recompile the class after I edit it? It compiled it after it created it. I have now added a stub constructor with a single call to UE_LOG, and I cannot figure out how to compile my change and check that the constructor is being called as expected.