Edward Greenberg

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

    Recover event log for a project

    When I close a project, the event log (window at the bottom of the screen) is cleared.  Sometimes I want to review what happened in the last session (like whether I pushed my branch.)   Is the log ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    expression expected when assigning json to javascript variables.

    When I do this: var myObject = {"a":"b"}; Javascript  likes it just fine, but phpStorm reports an error of: "expression expected". Might I be able to turn this error off without turning off any oth...
    • 3 followers
    • 2 comments
    • 0 votes
  • Created

    Methods not found in autoloaded classes

    Answered
    So I have a bunch of older PHP projects.      There is an /includes directory at the save level as the document root.  There is an _includes directory inside each of the projects. Each top-level fi...
    • 2 followers
    • 7 comments
    • 0 votes
  • Created

    Feature request, close database tabs (applicable to all ide products)

    Answered
    When I right click on a tab, I get a bunch of close tab options.  The one that is missing is "close database tabs."   It should close all select grids, ddl tabs and sql tabs.  If you agree, please ...
    • 2 followers
    • 1 comment
    • 1 vote
  • Created

    Debugging in includes

    Hi Folks, I have a directory structure in /var/www/html that has four document root directories, plus an includes directory. The includes directory is used by all four web applications.  The apach...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    running tests against Laravel in Phpstorm

    HI Folks, On one of my installations of Phpstorm I can run tests against my Laravel project within the ide.  On another, I cannot. I get: ``` /usr/bin/php /tmp/ide-phpunit.php --no-configuration ca...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Unknown color in file explorer

    Answered
     I have one file in file explorer that is an odd color. It's #0D293E according to my colorpicker.   There is no entry in the File Status area of settings for this color number.   The scheme is Mon...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    Webstorm with rhino

     I am trying to use WebStorm to import Java classes with a syntax such as: importPackage(Packages.java.io);importPackage(Packages.java.awt);importPackage(Packages.com.sk89q.worldedit);importPackage...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Regenerate PHPDOC blocks

    I have some files that have phpdoc blocks created by Generate | PHPDOC Blocks.  When parameters change, it would be nice to have PHPStorm regenerate the blocks.  It seems that the only way to regen...
    • 2 followers
    • 1 comment
    • 0 votes