https://imgur.com/a/UVXoaNy
I'm trying to make this IDE more easy to "perceive" and it would be nice to save vertical space since I want to see both code and terminal at the same sime with biggest area possible. I know I waste space with lines sidebar and other things but let's do one step at a time...
So, do you know how to remove tools sidebard from Run window? Thanks.
If you click the gear icon on the right upper corner, you will see Show toolbar in the list. You may use it to enable/disable toolbar. The screenshot may explain it better.
Related
I've searched all the settings and Google but can find nothing. It seems such an obvious feature. If I use the arrow keys to scroll vertically through the code, I quickly end up with the cursor at the top or bottom of the screen whereas I really want to be doing my editing near the centre of the screen, which means I have to do two operations: scroll the code to where I want it and then move the cursor.
What I want is to hit a shortcut (e.g. the Scroll Lock key) and then when I press up- or down-arrow the cursor stays where it is (relative to the screen) and the code scrolls past it.
I've read that some tools allow you to set the number of "always visible" lines above and below the cursor which would do the job, but I can't find that in Rider either.
Am I missing something obvious, or is there an add-in or something I can customize to get what I want?
Found it! There are Move Up and Scroll and Move Down and Scroll actions in the keymap settings. Assign hotkeys to them (weren't assigned in my config) and it will work like you described it.
I like to pin my Find window to the right hand side of my IDE.
This makes the preview pane awkward to use because it's so narrow:
I've been digging around in the options but can't see anything obvious.
Note that when the Find window is shown as a popup, it has the horizontal split orientation I want:
How can I tell IDEA to lay out the find window with a horizontal split instead of vertical - when it is opened as a tool window instead of a popup?
Please note: I am talking about changing the orientation of the result and preview panes withing the find window - I'm not trying to split an editor.
This apparently cannot be done with IDEA at the moment.
As per this issue raised a few years ago: https://youtrack.jetbrains.com/issue/IDEA-157795
I have OS X El Capitan 10.11 and Photoshop CC 2015. My issue is width of right sidebar - I want to make it narrower, because currently is way too wide for me and it makes workspace way too small to work on big files. I'm trying to hold LPM on one side of sidebar and I can make it wider, but can't make it narrower. I'm enclosing screenshot with selected sidebar and current width. How I can make it narrower?
Thank you for help!
Click here to see screnshot
Each panel has a different set with, for example Color/Kolor is actually thinner than Swatches/próbek. So I imagine the right hand sidebar will not reduced down in width lower than the largest panel. If you drag both Kolor and próbek off the right hand menu and create them as floating tabs you can then scale them as small as possible to see what I mean. They can then be locked back into the right hand menu
I like to zip through lengthy source files quickly. I find ctrl-e/y too jumpy. Smooth scrolling isn't work well enough. Scroll wheel is too slow.
Way back when I made my own vi clone and what I did there is I made the right mouse button dragging scroll the window. This allowed me to zip through source much faster.
Can this be achieved in ideavim as well?
There is no user-exposed configuration for that in IdeaVim. You have to modify its source code. I doubt it would make a good pull request though, since you're the first person ever to request this feature. I guess the simplest workaround is to tweak the scrolling speed of your mouse in the OS settings.
I'd like to increase the size of the bar on the right side of the Editor in IntelliJ IDEA. It's simply way too small for my taste.
It is the bar where the warnings or usages are displayed.
P. S.: The bar is called Error Stripe.
I agree, the scrollbar is far to small, and hard to see.
Another option you could try is installing the "CodeGlance" plugin which adds a full view of the code and makes scrolling far more intuituve.
Grab it from (as of 15-04-27) https://plugins.jetbrains.com/plugin/7275?pr=clion
Press Ctrl + Alt + Shift + / and select Registry... from the menu that appears.
Look for editor.full.width.scrollbar and tick the box on the right. The change should take effect after clicking the close button. The width of the scroll bar should be marginally wider, it's not a lot but every little bit helps :-)
Unfortunately this setting only affects the scroll bar on the right of the editor window. All the other scroll bars are unaffected.
For those that find transparency effects annoying then look for editor.transparent.scrollbar and untick the box on the right. This change should take effect after clicking the close button and restarting IntelliJ.
It seems like it – or the scrollbar as a whole – can't be resized.
You could scroll to the bottom of the bars properties in the GUI section and change the width to example (100dp). Or you could play around with the XML file that contains the width and height property.