Project DescriptionThis is a WPF version of Console2 (http://sourceforge.net/projects/console/).
Separate non-UI part from Console2 to ConsoleHost.dll.
Then call via P/Invoke and create WPF version.
I want to create easy to change console for programmer.
Current Status
- basic command work
- scroll work (not so nice, though)
- Use powershell.exe or other command by changing WpfConsole.exe.config.
- Always re-draw whole character whenever console scroll (scroll is very slow)
- Do not support JAPANESE (even though I'm Japanese :-) )
- Tab supported
Now I change status to beta.
After here, I'll add more strange feature for me.
Screen Shot