Andy, your CRJ is looking great. What are you using to make your brackets, panels, and other flat pieces? Or are you designing/ordering all of them with that FrontPanel app you linked a while back?
I wouldn't bother much with any sort of "dataref editor" or other user-written tools intended to "supplement" the SDK. It stands quite well on its own, and is not difficult to learn, just a little different from more conventional coding projects. The Python interface to the SDK is even simpler (and more fun to program, IMO):
http://www.xpluginsdk.org/python_interface.htm
Edit: I should clarify that the Python interface is nearly an identical "copy" of the SDK in Python, with functions and data types represented in the closest Python equivalents, to the point that you can almost exclusively use the original SDK docs once you get the hang of the Python SDK's idiosyncrasies. The relative ease and simplicity of Python is what makes it simpler and so much fun. And the fact that Sandy did such an amazing job with it. :)
Matt