bea mar
- Total activity 128
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 41
-
Created PHP Storm cache folders
I have PHP Storm 5. There are the following folders on my computer:c:\users\me\.WebIde10c:\users\me\.WebIde40c:\users\me\.WebIde50Which folders are used by PHP Storm 5? Is it safe to delete the .We... -
Created CSS (or SCSS) file: insert named colors instead of colors
When I type a color name in a css or scss file, PHPStorm suggests colors by name. But then after pressing Enter, it inserts the hexadesimal code, not the named color. Is it possible to insert the n... -
Created Using symbolic links on Windows
PHPStorm 5.0.4My file structure on Windows:\parent \core \includes \sites (*symlink to ..\sites) \sitesWhen the PHPStorm root (where .idea folder is created) is set to "\c... -
Created is it possible to displaythe debug icons vertically and switch to "Variables" automatically when debugging starts?
First question:I have plenty of space on the vertical bar and very little space on the horizontal bar of the Debug panel. Is it possible to switch the icons to display vertically? Like on this pict... -
Created how to add custom words to "Typo" inspection?
I did: Settings->Spelling->Add->"mytest"->ApplyBut in the code, the function named "function mytest () {....}" has still the "mytest" part underlined and on hover it says "Typo in word 'mytest'"How... -
Created how to change the color of variable tree in debug panel?
I have Darcula appearance set in PHPStorm IDE. But the variables as hardly readible, because they are dark red on dark gray background. How to make them a little lighter? E.g. Yellow or something. ... -
Created how to change keyword color in .as file ?
I opened an .as (actionscript) file. I have black background and it looks like this:How to change the color of the dark blue (invisible here) keywords like "public function", "if", "false" and numb... -
Created "Structure" panel - enable structure display groupped by comments
It's probably not implemented, but I would like to have a possibility to display a structure in the Structure panel based on comments. For example, I have a css file which has 1993 lines. The "Stru... -
Created Invalid descendent file name: I:\xampp\tmp
When adding a remote host to a project (to put files to production server using ftp), it results with an error: "Invalid descentent file name: I:\xampp\tmp" which is displayed as the only thing in ... -
Created Why php breakpoints are not working for urls ending with hash # ?
When the "Start URL" is "http://example.local" all is fine. But when it is "http://example.local/#" then no breakpoints are working. Same for more complicated urls. My application sometimes produce...