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!