- Fixed inconsistency due to editor.save becoming async
- Fixed python3 import error
- cp is now optional
- Updated and refactored terminal.js to function with python version of cp
- Ported cp from C to Python
- Added new features to cp
- Made cross-platform compatible
- Ported cp from C++ to C
- Added a niche library for cp
{dir}
{name}
{ext}
is now supported. You can usepython.exe "{dir}\{name}{ext}"
, which is equal topython.exe "{file}"
.
- Trying to fix bug: cannot find file in some environments
- Fix bug: multiple consoles
- New feature: add command setting with f5 and f6
- Fix bug: Uncaught TypeError: Cannot read property 'path' of null
- create an option to disable notifications of failure, false by default
- create an option to disable notifications of success, false by default
- force set cwd
- thanks to Frezzu for fixing the missing dll bug
- using a new console message like CodeBlocks,
raw_input()
is no longer needed. - now can display compile error messages instead of exiting
- auto activate
- trigger-key is set to F5
- add info when trigger with not a .py file
- initial version