Frank Slegers

- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 20
-
Created Highlight the active pane?
When using split panes, is there any way to highlight the active pane where the cursor is? (Or blur the inactive one)I find myself sometimes typing in the wrong pane because it's not immediately cl... -
Created Shortcuts for embedded terminal actions?
In the standalone terminal keys are configured so ctrl-T opens a new tab, Ctrl-1 opens tab 1, ctrl-2 opens tab 2, ... etc In the embedded terminal in PHPstorm I can't find any options to configur... -
Created Deployment options gone
AnsweredAll of sudden all deployment options are gone: http://i.imgur.com/eFVQ9Q9.png Can't find it in the settings, nor in the main menu. I have a license. Any idea why it's not showing? -
Created Display scaling not working properly anymore
Since a while ago, all UI elements in PHPstorm (2016.3) are disproportional. Screenshot: http://i.imgur.com/EFJXtnQ.png What's going on here? -
Edited Any way to use Cmder terminal in PHPstorm
AnsweredWhen I try to set Cmder (http://cmder.net/) as the default terminal in phpstorm 2016.2, it's giving the following error: JAVA IO exception: couldn't create PTY. Any way to make this work and hav... -
Created Each time PHPstorm starts or indexes, it lags the whole computer
Even music that is playing is stuttering the entire time when PHPstorm is indexing. It's a powerful ultrabook with 16GB of ram, i7 processor and ssd drive. Why is this happening? I have already adj... -
Created Incorrect error reporting for some namespaces
This happened so far only when the namespace ends in Users or Interfaces. No biggie though. Just moving the namespace to the next line and back again makes PHPstorm stop complaining about it. -
Created Where can you change the color of the filename text on a tab that is opened?
Hi, I'm potentially blind. But where can I change the colors of the filenames on the tabs that are opened? Using a dark theme and sometimes filenames that are edited are blue, so barely readable. I... -
Created Formatting HTML is not working anymore
Since a few days ago, I get a message that the code is already properly formatted, no matter how badly formatted it is.Screenshot attached. I have everything set in code style->html - nothing has c... -
Created Blade syntax in Laravel 5 changed.
Hi,Phpstorm used to recognize the templating engine from Laravel. They used {{ ... }} to enclose content.In Laravel 5 they use {!! ... !!} - which PHPstorm does not recognize anymore.Can this be fi...