Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Releases: icecoder/ICEcoder

Version 8.1

27 Jul 07:14
Compare
Choose a tag to compare

Lots of new features, tweaks and bug fixes, main highlights being:

  • Regex search added to find & replace
  • Regex validation on find input box
  • Double clicking file name collapses/expands file manager
  • Clickable warning label if not a valid root dir set
  • FTP removed (there's better ways to transfer files)
  • Login and demo mode isolated now, first user is admin
  • Better password rules enforcement
  • Active line number highlighted
  • Can now set scroll speed when going to line
  • Can now set whether typing in find input auto-scrolls to next result
  • Bug reporting now setup for ICEcoders own error.log by default
  • lots more tweaks and bug fixes, full list on website

Version 8.0

22 Nov 16:08
Compare
Choose a tag to compare

Far too much to list, so short list of major items:

  • Updated design and more modern icons
  • Caps lock indicator
  • composer.json added now available via that
  • 38 new themes added
  • Auto indent lines on paste
  • Auto indent lines on move
  • Simplified and improved debugging system
  • Don't switch tab when closing another
  • Improved tutorial

...and much more. See website for full info.

Version 8.0 beta

22 Jul 08:39
Compare
Choose a tag to compare

Huge release, far too much to list here, so just the highlights:

  • Git diff highlighting in gutter
  • Use ICEcoder anywhere - wwwroot, iFrame or any sub/dir/path
  • Prettier code on save
  • Supercharged find and replace
  • Design improvements
  • Tabs more linked to files so they update intelligently
  • Welcome tour on arrival
  • Helpful requirements check on load in browser
  • Go to Line interaction is slick
  • Closes empty tabs more intelligently
  • Tool link alerting according to state
  • Old test system, doc explorer (minimap and function/class list removed), GitHub integration removed (git coming soon), FTP removed (it's old tech now) and UI removals
  • New nav menu stystem
  • Improved server info & username (if multi-user)
  • Overhauled tab & file highlighting

...and lots and lots of other UI, UX tweaks, minor features and bug fixes.

Version 7.0

27 Sep 15:04
ca5ef0d
Compare
Choose a tag to compare

Huge update after almost 2 years since last release. Quick summary:

CTRL+click to jump to a class or functions declaration
CTRL+Backspace to jump back to previous selected tab
Intelligently indexes classes & functions routinely every 3 secs
Go to line number as you type in goto line input box, Enter to focus
Code Zooming - hold F1 key to "zoom out" all non class or function lines, release to return to normal
Improved terminal design & layout
All process can now have your custom JS code ran as well as PHP, all have examples
Output pane to display whatever you wish
Database management now part of ICEcoder
Single place to jump to tools (under File Manager options for Terminal, Output and Database), slides in/out of view
Shows tooltip on hover mouse cursor over arguments on class/function calls
Tests you have all requirements when using booting up and using ICEcoder
Nicely designed error screen to detail any requirement problems or errors during usage (eg permissions not set on config file)
Setup screen now has strong password rules (10 chars, uppercase, lowercase, number and special)
Improved password security by using Bcrypt encryption
Config data now stored in data dir (backups, error.log, system and user settings)
Faster bootup time by 200ms
New theme - 2019 Torres Digital
Bug fixes, tweaks and minor improvements