Deployment - "Excluded Paths" tab has no option to add new paths
I have an existing SFTP deployment profile which is generally working OK. However, if I go to Configuration and click "Excluded Paths", I get a message "Specify local or deployment paths...." then underneath that "Nothing to show" and that's it. I can't find any option to add a new mapping.
This is in PyCharm 2018.1.2, but it looks like the same thing happens in WebStorm and Intellij Ultimate so I think it's across the board.
If I manually edit ".idea/deployments.xml" I can add something like this to serverdata:
<excludedPaths>
<excludedPath local="true" path="$PROJECT_DIR$/config" />
<excludedPath local="true" path="$PROJECT_DIR$/.idea" />
</excludedPaths>
These paths then show up on that tab, but no add button is there.
I've managed to do this in past versions no problem.
I am visually impaired, so it's possible the option has been changed and is no longer easy for me to see. So apologies if this is working, and more so if it's really obvious!
I am using Material UI theme dark, but I also tried disabling it and using regular Darcula and I still can't find the option.
I'm running Windows 10 Pro build 16299.431.
Can anyone else see this setting?
请先登录再写评论。
There should be two buttons for adding local and remote excluded paths respectively.
Please check the screenshot: http://prntscr.com/jj0cro
Is it possible that you're using some kind of an extreme scaling factor, so that the buttons are pushed below the window border?
Try to expand the window size.
If the buttons are still not there, please attach a screenshot of what the Excluded Paths tab looks like for you. Thank you!
Thanks - that's helped confirm that I'm not going mad! Those buttons are definitely not there for me.
However, I have overridden the default font to be Segue 14. If I untick this, then the buttons do appear, so it looks like a little bug to do with the interface scaling.
Please try setting the font back to your preference and then move the bottom Settings window border all the way down - are the buttons still missing?
Sort of.... the window already pretty much takes up the whole screen space. I can't increase it much further (and if I do it makes no difference).
If I press Alt+Space and choose "Size", then mess around with it I can manage to get the window big enough so the buttons do appear. But that's only when the window is bigger than my screen, and it snaps back to what it was as soon as I confirm the size change.
I turned out there's an existing issue covering your case:
https://youtrack.jetbrains.com/issue/WI-26465
Please leave your vote there.
Thanks - done!