Serge Baltic
Serge Baltic
WinRM allows to list files on a remote file system and to transfer files in either direction (well… not intrinsically, but PowerShell can do that over WinRM). This is somewhat...
Within a conemu-inside control, run FAR (the globally installed instance). If there's a per-machine ConEmu installed which has been integrated with FAR, then FAR would attempt to load its ConEmu...
To reproduce, run the `ControlDllTestbed` project, it would open a terminal on startup, now press the `Choice` button. This kills the active terminal in the control and spawns a new...
- Make a HWND. - Run ConEmu with the inside-HWND parameter. - Kill the window immediately. As it requires a yield of control on that thread, it'll actually wait until...
``` Assertion in P:\External\gitextensions\GitExtensions\bin\Debug\ConEmu\conemu.exe [151210] nNewWidth>0 && nNewHeight>0 at RealBuffer.cpp:1819 ```
User should be able to select between themes. At least these should be supported IMHO: - ConEmu default (solarized?) - System default (might be needed if you want it to...
Ideally, the control cleans up the child ConEmu process upon destruction. But that's it if can. Aborting a thread, unloading an appdomain, or killing the process prevents this. In which...