Phpstorm line numbers column width - phpstorm

The numbers column is very wide, and this is bothers me. I want to open more workspaces. Therefore I want it to be narrow. How do I do this?

I use PHPStorm Version 2017.1.4. In this version there is an option to hide gutter icons, which reduces the line number column width. Even if there are no gutter icons visible, the space is still allocated. If you don't need these icons, you can choose to hide them in the settings and the column width will be reduced.
Navigate in settings to: Editor > General > Gutter Icons
Uncheck: "Show Gutter Icons"
Before Image: https://i.stack.imgur.com/QGRjH.jpg
After Image: https://i.stack.imgur.com/e4u4F.jpg

It seems that is not possible because the place is used by others functionality of PHPStorm. Others questions on StakOverflow deal with disable this other functionality on this place but is not possible too.
We have nothing action on this place of PHPStorm. Use or no functionality.
You can try to open an issue on jetBrains website...

Make sure "editor.distraction.free.mode" isn't enabled in Registry. Otherwise this is a bug: https://youtrack.jetbrains.com/issue/IDEA-148002

Related

SSIS Package Configuration Wizard Screen CutOff

When I go to the package configuration wizard the configuration filter dialog box is cutoff, has anyone solved this?
Resizing window just kept that dialog box cut off
I can resize just fine using the lower right corner sash to change the window.
An alternative that always works with windows forms is the Tab key as that'll navigate you to the items, even if they're offscreen.
At one point, VS seemed to have rendering issues with the adjust visual experience checkbox and the consensus a decade back was to uncheck that if it was acting "weird." It's been some time since I've had to fiddle with that setting though so the issue seems to have been resolved.
That's VS 2017 in my screenshots. The corner sash exists on VS 2015 as well. Beyond that, I'd need to go to archives or install current VS editions to explore. As to simulating the drop down arrow selector, holding left Alt key down and hitting the down arrow brings up those selectors.
I think I managed to navigate the entire sequence of adding a configuration without using a mouse in my little video here (although I tried really hard at the end).

Change width of a certain page (no impact on source code)

I have a page which I use often to check some stuff, but it's not developed by me.
On this page, there is a label which is always to small and to read it completly, I go always to dev console, search the label and change the width manually.
This annoys me, is there a possibility to set the value fixed for myself? or with a chrome plugin so that I don't have to do it all the times?
This is the page, when I've loaded it:
You can see the yellow boarder, it's not wide enought, that I can see the whole text.
So to see it, I always open Developer Console and change the width of this css class to a width of 400px.
default it's set to 250px.
I'd like to find a way, that I don't have to do that every time manually.
But I don't have impact on the code, I'm not a developer of the page. Just a user.
And couldn't finde a solution, if there is a plugin or another way, how I can configure chrome that for this page, this width of the class will be changed automatically.
Try to add !important in your css code as there might be the case in your browser so go with an important tag hope it will help you to resolve your query

Sublime text - remove space between the tabs and the top edge of the screen

Is there any way to remove the space between the UI tabs and the top edge of the screen in Sublime Text?
It is very nice being able to select tabs with a mouse, without having to aim. When the top of the tabs is right next to the top of the screen - I don't have to be precise to click on the tab - I can just move the mouse up vertically as far as I want - the cursor won't go any further cause its already on the edge of the screen.
Surprisingly so many software suites these days entirely miss on this great usability feature, putting useless pixels between the tabs and the edge of the screen.
I really hope someone could point out a way to remove that space in Sublime Text.
You can probably fix this by finding the correct option in your .sublime-theme file, though I'm not sure which one it is. An alternative option would be to use a theme that has rectangular tabs that take up the entire height. Something like this: http://i.imgur.com/5trC1Dm.png
The one I displayed in that screenshot was Spaceblack which you can install through Package Control.

Change Sublime Text 3 Sidebar Width

I wanted to know if it is possible to change the sidebar width in ST3? Is this a project based, theme based, or something in settings? I did not see in default settings so that is why I brought the question here.
Thank you.
To resize the sidebar, all you need to do is click and drag:
There is no way to set a "default" size in your user preferences, project, or current theme, unfortunately.

wxAUI Help - Auto hiding tabs

Can the wxAUI component of the wxWidgets Libary be configured to dock into "auto hiding tabs" like visual studio 2010's own interface does.
This is what I want, panels that can be auto hidden in tabs.
http://imageshack.us/photo/my-images/3/vstabs.png/
This is what I get, panels that take up 1/2 space each and always remain on screen.
http://imageshack.us/photo/my-images/801/wxtabs.png/
Thanks
wxAUI does not currently have any support for this, although it could be added without immense difficulty.