Edward Greenberg
- 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 ... -
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... -
Created Methods not found in autoloaded classes
AnsweredSo 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... -
Created Feature request, close database tabs (applicable to all ide products)
AnsweredWhen 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 ... -
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... -
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... -
Created Unknown color in file explorer
AnsweredI 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... -
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... -
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...