bea mar
- 活动总数 128
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 41
-
创建于 php: highlight as error when using the same variable name as class property name
Is there a setting that would highlight as error or make notice in some other way variable $i in the statement $i = $i + $num; in the below code? Because it has the same name as class property so i... -
创建于 actionscript syntax highlighting
I opened an actionscript.as file and the syntax is highlighted. But because I have a custom theme (basically light on black) it looks bad. I think I've checked all settings in Fonts and Colors and ... -
创建于 how to add a file to favorites?
On the left side of the PhpStorm UI there is something called Favorites. How to add a file to it that does not belong to current project? e.g. I am working on a project, but I need to open other f... -
创建于 LESS css - color highlighting first nested selector
In less files, the first nested selector is highlighted incorrectly (highlighting = using user chosen fonts and colors). In the image below, it is displayed in blue (the same color as classes or at... -
创建于 Possible to select XML node using "Structure"?
The "Structure" panel displays the structure of XML document. However, I can't find a way to easy manipulate the document, especially to select the node content in editor. The only way to select is... -
创建于 Bookmark color
I would like to change the bookmark (F11) color but I can't find where in the Settings Fonts and Colors it is defined. I found only this: http://devnet.jetbrains.net/message/5253924#5253924Has this... -
创建于 possible to copy (dump) an object/array variable from debugger to clipboard in a format similar to print_r?
In PHP, I have a complex object/array structure which can be inspected during debugging. But sometimes it would be easier to just dump it to a clipboard in human readible form (like print_r) and th... -
创建于 Xampp - breakpoints not working
I have created a new project and cannot make any breakpoints work.The virtual server on my localhost is named mydomain.local. So the address http://mydomain.local opens the php application. When cr... -
创建于 windows xdebug - connection seems to break randomly
After starting a PHP debug session on my local Windows machine, I reach a breakpoint. There are some local variables visible in the right panel.After 5 seconds of doing nothing, the variables sudde... -
创建于 several UI questions
Hello,I just downloaded PHPStorm 3.0 and have some questions: Is it possible to customize UI to have dark gray background? So far I have chosen CDE/Motif look and feel and it has blue-gray backgr...