ICEcoder v7.0 Release Notes

Release Date: 2019-09-27 // over 4 years ago
  • ๐Ÿš€ 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