简体   繁体   中英

IntelliJ IDEA: Increase size of bar on the right side of editor

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.

PS: 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.

使用CodeGlance的IntelliJ屏幕截图 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.

它似乎 - 或整个滚动条 - 无法调整大小。

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM