Phpstorm Tester
- Total activity 135
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 21
- Subscriptions 35
-
Edited Automatically indent below above line after CR (in arguments list)
That must be easy but can't figure out how to do this: Function declaration: function calculRatio(temperature, elevation, // doing CR here... torque, ... -
Created Update to 10.0.3 changes AGAIN the colors settings
Updating from 10.0.2 (or even 10.0.1) changed again the colors settings (happened also with the update to 10, was worse actually). Basically the static method arguments, dark red on dark gray, are... -
Created PhpStorm on my desktop + laptop => editor Color problems
So I've been doing this for quite some time on PhpStorm 7.1.3:while ( 1 ) { => work on laptop : then copy to desktop all project files (rsync) including ".idea/workspace.xml" => work on desktop :... -
Created "Find usages": have Read and Write in the same pan
Currently, find usages displays the Value Read, then the Value Write, e.g.Is there a way to customize the feature, to have all accesses, R & W, in the same function listing, something like (GIMPed)... -
Created LRU tab removing strategy, working?
Using latest PHPStorm (7.1.3) on Ubuntu 12.04Just checked my options: having 10 tabs/files loaded and shown on screen, when loading another one, PS should replace the LRU (Least recently used) one ... -
Created v7 : file icons blinking at times - normal?
Using the latest v7.0 PhpStorm version (on Linux).Sometimes when writing text on right side (ie code), the file icons from the left pane blink - this is annoying.Is this linked to a behvior I can d... -
Created Small glitch in JS regex parsing
(using latest v6)This is really small, but should be fixed anyway (as it may hide something else more important).In a JS file, entering a regex likevar re = /abc{3}/;makes the '}' underlined like i... -
Created Payment by Paypal?
Not a tech question, but I cannot find anywhere on the site the accepted payment methods.And I don't want to fill long forms before to be told I cannot pay.So, Does JetBrains accept paypal as a pay... -
Created Is there an indicator for "File modified & Not saved yet"
Sorry if it is obvious, but I looked everywhere:Is there an indicator for "File modified & Not saved yet"?(How to check visually if the file was saved or no? In other editors there is a '*' for ins... -
Created Have questions related to the testing of 3.0.2
Disclaimer: happily working on Linux / Ubuntu.1. PHP extensionsI created a new extension for PHP files, say '.azz'. (Actually were created in previous projects)At the top of main.php file, have r...