The web-ide tag has no wiki summary.
7
votes
3answers
172 views
JSfiddle: What is my fiddle's javascript (*.js) url ? so I can reuse it by src
What is the url to get and only get this fiddle's javascript code ?
So later on, I may use it for tests by calling it using a <script rel="" src=""></script> link, something like :
...
0
votes
1answer
100 views
JqueryMobile 1.3 ICONS not appearing?
I am creating a mobile application for android on Codio online IDE, and im using jquery mobile. I downloaded the latest Version: 1.3.0's .js & .css, but when I run it, all seems to work except ...
0
votes
1answer
34 views
Project not loading a library when imported into Chrome+Codio
I just migrated a working JSfiddle project to Chrome+Codio. I did an exact copy-paste. It failed with the error message:
<p>[blocked] The page at <a ...
0
votes
0answers
97 views
phpstorm/webide - coffeescript debugger under node.js
jetbrains Recently published blog article about how to debug coffeescript with sourcemaps.
Unfortunatelly this approach can be used only to debug standard javascript runned in some html page (how you ...
1
vote
1answer
318 views
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, ...
8
votes
1answer
713 views
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 */
...
10
votes
3answers
2k views
11
votes
4answers
1k views
Does anyone know of a web based IDE?
Does anyone know of a web based IDE (Like VS, Eclipse, IDEA)?
Besides ECCO?