Releases: CodeboxIDE/codebox
Releases · CodeboxIDE/codebox
0.7.4
This version is available for Mac and Linux.
Changelog:
* Bump version to 0.7.4
* New outline panel
* Improve the terminal (resize, themes)
* Improve command palette (navigation and display)
* Add recent files to command palette
* Fix reload of browser when ctrl+r or cmd+r and non in file
* Open tags from command palette select the correct pattern
* Images open by default width image viewer
* Add command for searching code in a specific folder
* Fix export as archive (tar.gz instead of zip)
How to install it on Mac:
- Download codebox-0.7.4-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.4-linux32.tar.gz
- Extract it using:
tar -xvzf codebox-0.7.4-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!
0.7.3
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!
0.7.2
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!
0.7.0
This version is only available for Mac, linux version will be back soon.
Changelog:
* Bump version to 0.7.0
* New tabs system: grid system, resize, reorder
* New statusbar
* New command palette (test it using Command+Shift+P or Ctrl+Shift+P)
* Stop state for run button
* Apache runner is now working (with MySQL)
* Addons need an engine field
* Django support (auto-run)
* Performance improved (faster boot, ...)
* Editor uses .jshintrc file for JSHing worker configuration
0.6.0 : New Desktop App
This version introduces some major improvements: Deployment (Heroku, FTP, App Engine), Better realtime collaboration, etc (see ChangeLog for a complete list)
This release is the first to ship the pre-built desktop IDE, easy to install and ready to use.
How to install it on Mac:
- Download codebox-0.6.0-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 (32bits):
There is currently no 64bit build for linux.
- Download codebox-0.6.0-linux32.tar.gz
- Extract it using:
tar -xvzf codebox-0.6.0-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!