flode
Web developer trying to stay sane in this industry.
- Total activity 412
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 43
- Subscriptions 122
-
Created How to get mouse wheel to scroll one line or 3 lines at a time per notch?
I'm on a Mac and I've figured out how to get the mousewheel to scroll consistently (without inertial acceleration from Accessibility settings), but it only scrolls like 2 pixels per notch in PHPSto... -
Edited HOW DO I STOP THESE STUPID POP-UPS?!
I don't like this, I don't need this, it's obnoxious, distracting, in the way, often irrelevant, PREVENTS MOUSE CLICKS, and I'm not seeing how to prevent them without disabling inspections/validat... -
Created How to get function parameter pop-up to show on demand?
This thing keeps popping up automatically when my cursor is inside of a function call's parentheses, obscuring a giant block of text above it, but I only want this to show on-demand, like when I hi... -
Edited Pasting into a string adds backslash to quotes unnecessarily
If I have a statement like `echo __LINE__ . " - debug words;` and I try to copy and paste `{$_SERVER['REQUEST_METHOD']}: " . print_r($_REQUEST, true)` over `debug line"`, PHPStorm adds a backslash ... -
Created Unable to find background color setting for PHP if block
I've disabled all background colors in Preferences > Editor > Color Scheme > PHP but for some reason this `if` block is orange while another is not. -
Created Unable to change background color of JavaScript if statements
There's no setting or code example for this: in Preferences > Editor > Color Schemes > JavaScript; and I can't type my own code example to see the color and change it. -
Created How to get PHPStorm to understand Lasso .html files?
I'm trying to do 2 things: A) Get PHPStorm to understand Lasso. B) Get PHPStorm to understand *.html files with tag <?LassoScript to be read as syntax Lasso + HTML (+JavaScript + CSS of course). I'... -
Created Team purchase options for up to x number of any editor(s)?
I notice on the purchase/subscribe page, there is "What is Team?", which says: "Teams allow you to allocate licenses to groups based on your own organizational structure and have each team administ... -
Created Bracket before `else` doesn't highlight block line above it
The line below the closing `if` bracket on an `else` line highlights the trace line below the bracket, but not above it, so if I'm trying to trace the preceding `if` statement, it's difficult unles... -
Created Version Control select-all deployment upload only uploads 'Default' server
I noticed if I open the Version Control panel (at the bottom, on a Mac), select all of the files (Ctrl+A), if any of them are in root source folders configured for their own servers, right-clicking...