top | item 5386329

Show HN: ICEcoder v2.0 – online and offline browser code editor

40 points| mattpass | 13 years ago |icecoder.net | reply

Have been building a web IDE & browser based code editor and v2.0 has now launched. Contains a whole load of features beyond just code highlighting such as online & offline use, code completion, type boosting, Emmet, database management, find & replace builder, auto backups, Github syncing and a whole lot more. Oh, and it's free & open source. Any and all feedback welcomed.

9 comments

order
[+] benaiah|13 years ago|reply
This will be really nice for WordPress development, since you bork the whole backend whenever you break some of the core files, such as functions.php (which can be done simply by forgetting a semicolon). Using this should be much easier than logging into cPanel and much more portable than using FTP. Cool beans.
[+] jdwissler|13 years ago|reply
Is it possible to have emacs controls in this?

That is one of the only things preventing me from using it.

[+] mattpass|13 years ago|reply
It's possible as the editor portion is CodeMirror and an Emacs mode with loosely correct keybindings is available.

Will look into this and Vim setups soon.

[+] theyak|13 years ago|reply
I like all the progress I've seen in web based editors over the years. However, one feature I use a lot in my IDE but have not seen in any web-based editor is code completion. When that gets implemented well, then it will be hard to resist using something this.
[+] mattpass|13 years ago|reply
It comes with code completion for JavaScript, just hit CTRL+space. Will look at completion for CSS and HTML soon.
[+] adinb|13 years ago|reply
The demo is painfully close to working within mobile safari on an unjailbroken iPad 2.

So close...so very, very close!

[+] mattpass|13 years ago|reply
Cool to hear it almost works on Safari and an iPad. I haven't tried on that kind of setup.

Could you let me know what isn't right, may be able to fix.