Skip to content

Releases: CodeboxIDE/codebox

0.7.4

01 Apr 23:44
Compare
Choose a tag to compare

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:

  1. Download codebox-0.7.4-mac.dmg
  2. Open the file
  3. Copy the Codebox application to your mac's Applications folder
  4. Open it and start working

How to install it on Linux:

  1. Download codebox-0.7.4-linux32.tar.gz
  2. Extract it using: tar -xvzf codebox-0.7.4-linux32.tar.gz
  3. Run the installation script cd Codebox && ./install.sh
  4. There is now a shortcut on your desktop
  5. Open it and start working

Happy coding!

0.7.3

24 Mar 05:58
Compare
Choose a tag to compare

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:

  1. Download codebox-0.7.3-mac.dmg
  2. Open the file
  3. Copy the Codebox application to your mac's Applications folder
  4. Open it and start working

How to install it on Linux:

  1. Download codebox-0.7.3-linux32.tar.gz
  2. Extract it using: tar -xvzf codebox-0.7.3-linux32.tar.gz
  3. Run the installation script cd Codebox && ./install.sh
  4. There is now a shortcut on your desktop
  5. Open it and start working

Happy coding!

0.7.2

20 Mar 00:34
Compare
Choose a tag to compare

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:

  1. Download codebox-0.7.2-mac.dmg
  2. Open the file
  3. Copy the Codebox application to your mac's Applications folder
  4. Open it and start working

How to install it on Linux:

  1. Download codebox-0.7.2-linux32.tar.gz
  2. Extract it using: tar -xvzf codebox-0.7.2-linux32.tar.gz
  3. Run the installation script cd Codebox && ./install.sh
  4. There is now a shortcut on your desktop
  5. Open it and start working

Happy coding!

0.7.0

09 Mar 22:13
Compare
Choose a tag to compare

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

21 Feb 17:42
Compare
Choose a tag to compare

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:

  1. Download codebox-0.6.0-mac.dmg
  2. Open the file
  3. Copy the Codebox application to your mac's Applications folder
  4. Open it and start working

How to install it on Linux (32bits):

There is currently no 64bit build for linux.

  1. Download codebox-0.6.0-linux32.tar.gz
  2. Extract it using: tar -xvzf codebox-0.6.0-linux32.tar.gz
  3. Run the installation script cd Codebox && ./install.sh
  4. There is now a shortcut on your desktop
  5. Open it and start working

Happy Coding!

0.4.2

08 Jan 02:04
Compare
Choose a tag to compare

First open source release
Auto-run for files
Improve tabs behaviour

0.4.1

04 Jan 16:54
Compare
Choose a tag to compare

Improve ace caching
Improve loading message

0.4.0

03 Jan 22:12
Compare
Choose a tag to compare
  • New offline mode with async
  • Themes: default and dark
  • Auto-run

0.3.2

26 Dec 16:57
Compare
Choose a tag to compare

Improvements:

  • offline sync
  • auth

0.2.41

03 Dec 12:19
Compare
Choose a tag to compare

Add initial run panel and port listing.