| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| codebox-0.7.2-mac.dmg | 2014-03-20 | 71.7 MB | |
| codebox-0.7.2-linux32.tar.gz | 2014-03-20 | 52.2 MB | |
| codebox-0.7.2-linux64.tar.gz | 2014-03-20 | 54.4 MB | |
| 0.7.2.tar.gz | 2014-03-19 | 1.2 MB | |
| 0.7.2.zip | 2014-03-19 | 1.4 MB | |
| README.md | 2014-03-19 | 930 Bytes | |
| Totals: 6 Items | 180.9 MB | 0 | |
This version is available for Mac and Linux.
Changelog:
* Bump version to 0.7.2
* Graphical debugger with supports of python (pdb) and native (gdb), coming soon: Java, PHP, Ruby and HHVM
* Add copy/cut/paste for files
* Fix tabs restoration
* Improve stability of grid UI
* Fix addons installation
* Fix addons installation on linux desktop
* Fix runner and project detection on linux desktop
How to install it on Mac:
- Download codebox-0.7.2-mac.dmg
- Open the file
- Copy the Codebox application to your mac's Applications folder
- Open it and start working
How to install it on Linux:
- Download codebox-0.7.2-linux32.tar.gz
- Extract it using:
tar -xvzf codebox-0.7.2-linux32.tar.gz - Run the installation script
cd Codebox && ./install.sh - There is now a shortcut on your desktop
- Open it and start working
Happy coding!