I'm really impressed by your work on ConEmu and the windows forms control. I was looking a long time for such a neat solution.
For the windows forms control, I wish there would be a way to provide a custom configuration. Maybe provide a property ConfigurationSource of type Func<Stream> on ConEmuStartInfo and use it in ConEmuSession.Init_MakeConEmuCommandLine_EmitConfigFile to load the configuration template. If none is provided you can still fall back to the template resource.
I'm really impressed by your work on ConEmu and the windows forms control. I was looking a long time for such a neat solution.
For the windows forms control, I wish there would be a way to provide a custom configuration. Maybe provide a property
ConfigurationSource
of typeFunc<Stream>
onConEmuStartInfo
and use it inConEmuSession.Init_MakeConEmuCommandLine_EmitConfigFile
to load the configuration template. If none is provided you can still fall back to the template resource.If it helps, I can prepare a pull request.