For fastest developing i use local copy of site, but куьщеу MySQL server.
it is inconvenient to change the values of table
modx_system_settings:
rb_base_dir
rb_base_url
editor_css_path
filemanager_path
Are you planing to transfer these options to a config.inc.php?
I don’t know if there are any plans.
Assuming "куьщеу" means "the live website’s"...
If you have all the default settings in these fields, then you could try this:
Make a note of the settings, and then blank them all out on your live server. Then try using the editor etc on both your local and live sites. If it works, all should be well.
I have not tried this myself, but it might work. (Looking at the code for editor_css_path, the system will use the calculated path if there isn’t one set, which should make switching between the two sites painless).