
Before everything, congrat! Great idea to create such simple yet elegant software(by the way, I was doing the same, creating a text editor to Windows 8, dammit!).
I want to suggest to add, incorporate the possibility to open bat and cmd, because as you can see here(http://www.ironpython.info/index.php/Self-executable_scripts) we will be capable to run python scripts just by adding the line @setlocal enabledelayedexpansion && ipy -x %~f0 %*& exit /b !ERRORLEVEL! at the top of the script.
I will be glad if I discover that Code Writer is able to output the "runned" scripts,... who knows?
[Modified 12 years ago]