bea mar
- 活动总数 128
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 41
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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. ... -
创建于 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... -
创建于 "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... -
创建于 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 ... -
创建于 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...