Hide Minimap/Scrollbar in Sublime Text - scrollbar

How do you hide the large vertical scrollbar on the right side of Sublime Text 3?
The current (default) scrollbar shows a preview of the document, and I would like to remove it. Is this possible?
Sublime Text version 3, macOS Sierra.

Of course, just go to the View menu -> Hide Minimap and the minimap part of the scrollbar on the right hand side will be hidden.

Related

How to align a label in Qt Designer without cutting the label content?

I'm trying to create a widget that will act as a navigation bar. It is formed by some buttons that are separated by arrows.
I'm trying to replicate this picture in Qt Designer using labels with the arrow character → . The problem is that this character is bigger than it seems so when I resize the container, the lower part of the arrow disappears.
I have tried to use the vertical layout using a vertical spacer to align the arrow character as the same height as the buttons but the character was cut anyways.
I can't reproduce your example by using just the standard settings.
I added two buttons and a label to the horizontalLayout and set the label font size to 55. I also set the text alignment to horizontal center and vertical center.
You will always have more space at the top cause this is the content of the ascii char.
Maybe it's better to use a simple icon?
EDIT:
You can also add a label or a button with a pixmap/icon which is resizeing with the window:

how to enable horizontal scrolling in atom editor using keystrokes?

I have long lines of code. But i don't want to use soft wraps because it breaks the nice formatting - and there isn't enough space on my screen anyway.
I want to scroll horizontally - left or right based on keystrokes for example:
ctrl + right arrow/ ctrl + left arrow
What is the command for horizontal scrolling?
Or at least be able to press the scroll wheel of the mouse and drag left or right.. like it's possible in the browser sometimes.
Right now i do it with the horizontal bar from the bottom of the editor. It's soo time consuming. Thank you:)
Found it! It's actually very simple: use shift + scroll wheel.
Couldn't find a keyboard-only solution yet.

Dialog gets hidden by the top navbar

I'm using Primefaces 5.3, and AdminLTE 2 as a template for my website (Which based on bootsrap).
The problem is when I open a dialog box, this dialog gets hidden by the top navbar, and this topbar doesn't get disabled I can still click on its links.
[![enter image description here][2]][2]
As you can see in that picture a portion of the dialog box is hidden by the top nav bar.
How can I solve this problem ?
Without a sample code to work and check your issue. Here is a probable solution that i can suggest to you. Check the z-index of the navbar and the dialog. Try setting z-index for both where the dialog box z-index value is greater than the navbar.

Issues with using CKEDITOR built-in templates

I am trying to use the default templates available with CKEDITOR.So I choose the one where an image and text can be placed side by side i.e. the image is occupying a certain part of the editor and the text the remaining part(but on the same horizontal level.I hope you get my point).But when I paste an image into the image area(provided in the template) , the text automatically shifts itself towards the bottom of the image(i.e. now image and text are not on the same level anymore). This happens no matter whether the size of the area provided for the image is bigger or smaller than the image.
Can any one say why this is happening and how to solve it.
You can change the Image Alignment To get the text in the same horizontal level
Image Properties -> Image Info -> Alignment -> Left | Right

Bootstrap navbar style change on toggle

I am using a WP theme(bootstrap). When resize my window to mobile view, i see a button of toggle menu (3 horizontal lines). On clicking it, i see a drop down type list of pages.
I want to change that drop down to open like right to left.
Just like this : Here is the link
How to change the dropping style from [top To Bottom] to [Right To Left]?
I think you might need to look at Bootstrap's 'off-canvas' menu. Unfortunately it's not just a simple change from top to bottom to right and left but it's quite straight forward to achieve using this demo example.
https://getbootstrap.com/examples/offcanvas/

Resources