bea mar
- Total activity 128
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 41
-
Created Searching in custom scope is very slow
PhpStorm 7 I have a php project with many directories. There are two directories (vendor and node_modules) which I want to exclude from search. I created a custom scope including all dirs except th... -
Created No syntax highlighting for one html file
In my project there is an html file which has no syntax highlighting.I created it initially by mistake as a file with no extension and there was something in the file's context menu like "interpret... -
Created Why code inspector wants 3 parameters when the javascript function declaration has only 2
In PhpStorm 7, I have a javascript application using angularjs and angular-route libraries. The libraries are downloaded locally in PHPStorm for code inspection hinting. In my application there is ... -
Created How to simulate form fields in PHP Http Request debug config?
In PHPStorm 10, I am trying to debug a POST request simulating user login using the PHP Http request debug configuration. In the dialog box, I specify the following:However, when I debug the applic... -
Created How to change the background color of the "Run" tab of "Gulp"?
How to change the background color of the "Run" tab of "Gulp", as visible on the screenshot?Currently it is light gray, and the normal text is also light gray, so it's not visible. I selected two l... -
Created How to copy the content of Debug Frames panel to clipboard?
During debugging, in the Debug panel, there is tab called Frames, containing a trace of function calls. Is there a way to copy to clipboard all that is visible at the moment in that panel? -
Created Add breakpoints automatically to each function in a specific file
Is it possible to automatically add a breakpoint at the beginning of every function in a specific php file? So that the execution stops before any piece of code from that file is about to run. -
Created Using external javascript libraries in phpstorm
PHPStorm 7.0I have a project using external Javascript libraries. The library sources are located on my disk but outside of the project root. They are available from my localhost server. The librar... -
Created PHPStorm processor usage when editing javascript files
I am using PHPStorm mainly to edit php and javascript files. When I edit php files, no mater how big, no matter how complicated, all is fine.When I edit javascript files which contain objects, not ... -
Created PHPStorm 7: how to change values colors in debug panel?
I have Darcula theme. The Debug panel looks like this, arrows point to values I'd like to change color:These values are too dark here. This is not the same as in Editor, because e.g. null displays ...