flode
Web developer trying to stay sane in this industry.
- 活动总数 412
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 43
- 订阅数 122
-
创建于 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... -
已编辑于 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... -
创建于 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... -
已编辑于 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 ... -
创建于 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. -
创建于 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. -
创建于 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'... -
创建于 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... -
创建于 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... -
创建于 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...