Matt Pass aab8e5cb3d Bug checking - restarting and working with sizes
Bug report path, sizes seen and sizes actual available to fill with data
On change of settings. establish new settings for bug file paths, timer
and max lines, then start bug checking again
Bugs icon will now open file in top.ICEcoder.bugReportPath and on doing
this, set bug icon back to OK icon as we've seen bugs now
Fix to name of bug checking interval so it gets cleared
bugFilesSizesSeen set back to new empty array
files value in QS needs pipes not slashes
filesSizesSeen now instead of filesMDTs as we're not working from mod
datetimes, but sizes instead
Only if the sizes seen length doesn't match the file paths length do we
push null values in
Commenting out/deleting old bits to clear up a little
2014-03-04 08:15:39 +00:00
2013-06-17 14:50:07 +01:00
2014-02-28 12:18:58 +00:00
2013-12-29 14:28:21 +00:00
2013-08-30 08:31:57 +01:00
2013-09-11 10:48:48 +01:00
2014-02-21 09:15:41 +00:00
2014-01-11 14:45:02 +00:00
2014-02-24 08:33:40 +00:00

#ICEcoder ##Web IDE / browser code editor awesomeness

ICEcoder is a web IDE / browser based code editor, which allows you to develop websites directly within the web browser. It uses the brilliant CodeMirror for code highlighting & editing, with a slick IDE wrapped around it to make the whole thing work.

ICEcoder web IDE

###Requirements You can run ICEcoder either online or locally, on Linux, Windows or Mac based platforms. The only requirement is to have PHP 5 available (5.3 recommended). You can have this either as a vanilla installation or via a program such as WAMP or XAMPP (for Windows) or MAMP (for Mac).

###Installation

####Step 1: Get ICEcoder Either download the zip or clone from Github using:

$ git clone git://github.com/mattpass/ICEcoder.git

####Step 2: Place in your document root (online or local)

  • Put in a new sub-dir URL such as yourdomain.com/ICEcoder or localhost/ICEcoder
  • Set write permissions (757 or 775 depending on your system) on the 'backups', 'lib' and 'test' folders plus 'test/test-file1.txt'

(Note: A small number of hosts give internal server error here, if you get this, try 755 instead)

####Step 3: Start coding

  • Visit the sub-dir URL in your browser and enter a password

Now you're setup, auto-logged in and ready to code!

Suitable for commercial & non-commercial projects, just let me know if it's useful to you and any cool customisations you make to it. I take no responsibility for anything, your usage is all down to you.

It's fully open source and MIT licensed. I'm happy for you to take it, make it your own and customise to your hearts content and/or contribute to this main repo! :)

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

Comments, improvements & feedback welcomed!

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