bea mar

Avatar
  • Total activity 128
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 41
  • Created

    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...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    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 ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 4 comments
    • 1 vote
  • Created

    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...
    • 2 followers
    • 2 comments
    • 1 vote
  • Created

    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...
    • 3 followers
    • 12 comments
    • 0 votes
  • Created

    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...
    • 4 followers
    • 5 comments
    • 0 votes
  • Created

    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...
    • 3 followers
    • 4 comments
    • 0 votes