-
Actually, 'value' is just an example. Any attribute following 'selected' or 'disabled' is underlined. For example, I have '' and 'name' is underlined.
- Jeff.
2009-09-03 08:24:43 UTC in SynWeb
-
Sorry - I clicked refresh and it posted this again as a new bug.
2009-09-02 13:48:44 UTC in Dev-PHP IDE
-
In the editor, with the following HTML
(none selected)
the keyword 'value' is underlined as an error. I've also noticed that following a 'disabled' keyword, the next keyword is also underlined.
2009-09-02 13:46:39 UTC in Dev-PHP IDE
-
In the editor, with the following HTML
(none selected)
the keyword 'value' is underlined as an error. I've also noticed that following a 'disabled' keyword, the next keyword is also underlined.
2009-09-02 13:06:00 UTC in Dev-PHP IDE
-
jeffg1 committed revision 5119 to the Daimonin MMORPG SVN repository, changing 1 files.
2009-08-09 13:04:30 UTC in Daimonin MMORPG
-
jeffg1 committed revision 5117 to the Daimonin MMORPG SVN repository, changing 1 files.
2009-08-09 10:10:40 UTC in Daimonin MMORPG
-
Clicking on search in directory does not bring up the search dialog if there are no files open in the Editor. I don't think this function should depend on which files, if any, are open.
(I look on search in directory as equivalent to "find in files" in other applications.)
2009-07-21 18:21:59 UTC in Dev-PHP IDE
-
Yes, of course! I think we nearly wrote that chapter in this thread :)
2009-07-18 20:26:37 UTC in Dev-PHP IDE
-
Sorry if my terminology is confusing. By "module" I meant each individual php script that is run. I'm aware that they have to be linked via the session, which is why at the start of each script I have the lines:
session_cache_limiter("nocache");
session_start();
When I call each "module", I pass the session identifier SID (which is empty if cookies are...
2009-07-18 13:32:41 UTC in Dev-PHP IDE
-
Thanks for that information.
Well, I still have some problems. For a start, localhost:8888 doesn't work ("Can't establish connection" - my Apache server is on port 80).
Also, I am running an application, not a single script. It seems odd that I have to set up Xdebug for each module I want to put a breakpoint in. In the client.php example, as I said above, if I put a breakpoint in...
2009-07-18 08:22:21 UTC in Dev-PHP IDE