| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| codebox-0.7.3-linux64.tar.gz | 2014-03-24 | 56.2 MB | |
| codebox-0.7.3-linux32.tar.gz | 2014-03-24 | 54.0 MB | |
| codebox-0.7.3-mac.dmg | 2014-03-24 | 74.0 MB | |
| 0.7.3.tar.gz | 2014-03-24 | 1.2 MB | |
| 0.7.3.zip | 2014-03-24 | 1.4 MB | |
| README.md | 2014-03-24 | 979 Bytes | |
| Totals: 6 Items | 186.7 MB | 0 | |
This version is available for Mac and Linux.
Changelog:
* Bump version to 0.7.3
* Fix addons build when node used from desktop extras
* Add Find/Replace in files
* Add Maven project support
* Add base runner for Java
* Improve command palette: selection, scrolling
* Add action "npm install" for node projects
* Fix run of long process command in terminal
* Fix heroku deployment (push key and git push)
* Add welcome message
How to install it on Mac:
- Download codebox-0.7.3-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.3-linux32.tar.gz
- Extract it using:
tar -xvzf codebox-0.7.3-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!