David E
- Total activity 59
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 20
-
Created Different colour scheme for SSH session?
Is it possible? I've tried changing 'console colours' but that seems to change the colours of all my source code. -
Created Terminal Colours
PhpStorm 1.8 EAPWhen I run an external SSH task, I get all the ANSI colour codes appearing. Can PhpStorm not cope with these?[0m [00;36m [echo] run-sql: build/mysql/sprocs/videos/vote.sql [0m [... -
Created HTML5 via XSLT
I generate my HTML using XML/XSLT.The PHPstorm editor is highlighting HTML5 data tags as errors.I've got the Settings > Schemas and DTDs > Default HTML language level set to HTML5.How can I tell th... -
Created Javascript inspection not working properly
I've got two projections, one which is inspecting my js correctly and one which isn't.The failing project isn't offering me autocomplete for javascript functions and it's warning me of things like ... -
Created Atom Validation Issue
I use XLST to generate atom feeds for my system.The validation in PHPStorm is warning me of an issue. Basically it will let me create nodes for 'id', 'title' and 'updated' as children of an 'entry'... -
Created 5.0.1 problems
I've patched 5.0 this morning and now I'm having real problems.My PHPunit tests are recognised (bug logged) and now I've just noted my code analysis/syntax checking isn't working.Is this some quirk... -
Created Settings Page Freezes
I'm running PHPstorm 3 under Fedora.When I go to the settings page, the whole application locks up.Is this a known problem? -
Created Aggressive Autocomplete
I'm editing an XSLT file with the following headers:<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:html="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.or... -
Created HTML & XSLT
I've raised this matter before, but I think I may have asked the question in the wrong way.I use XSLT to generate XHTML output. I therefore have HTML within my XSLT files. PHPStorm currently highli... -
Created XSL formatting
I used XSLT quite extensively to generate HTML and I'm getting my HTML tags highlight in red which is irksome.Is my XSL wrong or can I bend PHPstorm to stop highlighting my tags in red?e.g.<!DOCTYP...