Matt Pass d649f1e1d4 Improvements to File Manager, setLayout & contentCleanUp & other minor fixes
File Manager now 250px wide by default
Also locked by default
setLayout function now allows partial set mode to set structure while waiting for FM to load
contentCleanUp now replaces via regex to handle multiple replacement of & and textarea
New Folder prompt now relative to location
Huge updateFileManager function to allow adding, editing & removing of files to reflect immediately in FM
2012-03-02 15:23:36 +00:00
2012-03-02 14:53:56 +00:00
2012-01-20 09:55:29 +00:00
2012-01-20 09:55:29 +00:00
2012-03-02 15:04:37 +00:00
2012-01-20 09:55:29 +00:00

ICE coder :: Matt Pass

Very early version of the web based IDE which allows for creation of websites in the web browser.

Uses the brilliant CodeMirror plus some other PHP & JS code to deal with file handling and make the whole thing work. Also has the extra plugin 'Adminer' for DB management.

Is fully open source and I'd encourage you to take it, make it your own and customise to your hearts content! :)

Suitable for commercial & non-commercial projects, just let me know if it's useful to you and any cool customisations you make to it.

In respect of this, I see ICE coder as a community project and I very much suspect the code is less than perfect as my initial commit is a very early version.

Please feel free to assist with the development of this and maybe in time we can produce a fantastic web based IDE for web devs.

INSTALLATION

1.Open /lib/settings.php and adjust variables to suit

2.Upload all the files to a Linux or Windows host under a new sub-dir URL such as yourdomain.com/_coder

3.Visit this URL in your browser

4.ICE coder will be a view only mode with a userLevel of 0 out of 10. To get level 10 access append ?login=highAdmin to your URL

5.Now you have top level access and can save (CTRL+S), delete (DEL) etc

Plenty of comments included in the code to assist with understanding.

Comments, improvements & feedback welcomed!

Description
No description provided
Readme 11 MiB
Languages
PHP 67.9%
JavaScript 19.5%
CSS 12.6%