Notepad ++ How to put a window on the right side?

I am using notepad ++ as my IDE. And I encounter a problem when I use the function list box.

Usually I would put a list of functions on the right side, the project explorer window is on the left side. If I put the function list window on the left side, it will merge into one window with several tags. It is not very convenient when I code.

Recently, I click the wrong button in the function list window, and it left the right side and became a separate window.
I am trying to reconnect it to the right side, but the upper area occupies the upper window.

So now I can leave it in a separate window form next to the right side. It still works, but it is connected ..... I do not know how to return it in the right direction. enter image description here

+5
source share
1 answer

As with all other floating window applications, several attempts are required:

  • take the function list window by, say, left-clicking the mouse.
  • Click the mouse button and
  • drag the window towards the frame of the notepad ++ you want to connect to. * When the mouse cursor (still holding down, still dragging the function list window) approaches this side, the function list window will be attached to the side (it suddenly clicks there when it is within 10 pixels).
+1
source

Source: https://habr.com/ru/post/1268771/


All Articles