Code editor awesomeness ...in your browser













So, what's ICEcoder?
ICEcoder is a browser based code editor, which provides a modern approach to building websites. By allowing you to code directly within the web browser, online or offline, it means you only need one program (your browser) to develop sites, plus can test on actual web servers. After development, you can also maintain the website easily, all of which make for speedy and smart development.
Because it can be web based you can use it from any internet enabled computer with a modern browser and because it's built with commom web languages, you can customise it to your liking, integrating with online services. If you'd like to use it as a desktop code editor, no problems, you only need PHP 7.0+, so you can use on Linux and on PC via WAMP or XAMPP and Mac via MAMP (or another PHP installation).
Code editor features
While it looks simplistic on the surface, ICEcoder packs a whole load of features and plugins to make coding slick & efficient. Some of the best include:









This version contains regex search on find and replace plus regex validation on input, double click tab to collapse file manager, clickable warning label if not valid root dir set, FTP removed, login and demo modes isolated, first user is admin, better password rules enforcement, active line number highlighting, can set scroll speed when going to line, can set whether typing in find input auto-scrolls to next result, bug reporting now using ICEcoders own error.log by default plus lots of tweaks and bug fixes!
Ready to install ICEcoder?
Step 1: Get ICEcoder
Step 2: Place in your document root
Put in a new sub-dir URL such as 'ICEcoder':
Step 3: Set write permissions
The "owner" and "group" are likely root for that ICEcoder dir (and sub-dirs & files inside). That could be be a problem if the web server is running as www-data user. So update to the right owner & group so ICEcoder's able to work.
This can be done easily on Linux with:
chown -R www-data.www-data ICEcoder
You may want to do this on your website dirs & files too, if they're set to "root" user too, else ICEcoder won't have permission to update them when you save using ICEcoder. So if your site is at "/var/www/html" you'd run:
chown -R www-data.www-data /var/www/html
Start coding!
Visit the sub-dir URL in your browser and enter a password.
Now you're setup, logged in & ready to code!