peter lindstrom

- Total activity 46
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 11
-
Created How to change colour of file in "find in files"?
I have had no luck finding which colour setting controls the file name listed in the "find in files" search results. The default of light grey on white is pretty much invisible. -
Created Why does project not know where my function is?
I likely worded this wrong, but i am sure this used to work for other projects and wondering why it isn't for this one. I see a function call in one of my project files but when i open the function... -
Created How do I browse all the functions in a project?
AnsweredI am sure it must be possible but can't find it and Google has been of little help. -
Created Possible to debug a POST made to a site from another site?
I have 2 projects which are both sites located on my local. 1 site posts to the other. Is it possible to debug the site which receives the post? -
Created Watches do not work within stack trace.
As you can see from the attached image, watches do not work when stepped back through the call trace. Interestingly though, the variables are visible within the variables pane. Also, highlighting ... -
Created watches do not always work
please take a look at this screenshot: you can see that the statement in my code returns an array; but the same statement as a watch returns false when the execution is stopped just below the line.. -
Created Does Storm know PHP function references?
I am sure it is here but haven't been able to find it. Is it possible to open php manual of a function? For example, in phpED, if i hold cursor over the word "date" in my code and hit F1, it opens ... -
Created How to continue debugging?
AnsweredI am used to NuSphere's phpED and this is how i debug: 1. open main index.php in docroot 2. select to debug that file 3. this opens internal (to the IDE) browser and opens website in that browser 4... -
Created why are tabs so complicated?
Why is tabbing so messed up in Storm? I have: class ..... { public ...{ } and then try to paste in: protected { } but it keeps indenting it to be under public (i.e. 4 spaces instead of 2 fr...