web-ide

Does anyone know of a web based IDE?

Does anyone know of a web based IDE (Like VS, Eclipse, IDEA)? Besides ECCO? ...

web based ide for ruby on rails?

Does a web based IDE exist for ruby on rails development? ...

JetBrains WebIDE: PHP variable type hinting?

Is there a way to hint WebIDE that a variable has some type? I have to iterate an array of objects, and there's no auto-completion available. This helps in ZendStudio: /* @var ClassName $object */ I know there's a feature in JetBrains to declare an array of objects: /** * @return ClassName[] */ But this works only with function's...

How to make a general profile for PHPUnit testing in WebIDE?

I'm playing a bit with beta version of PHP Storm (PHP version of WebIDE) and its integration of PHPUnit. I know how to set a profile to run tests in particular file, directory or class. Problem is, I'd like to create some profile where Run button would run tests in currently opened file. Any idea if there's a way to do it? Or perhaps it...