• Login
Community
  • Login

Other Area

Scheduled Pinned Locked Moved General Discussion
3 Posts 2 Posters 315 Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N
    NameNotShort
    last edited by NameNotShort Dec 29, 2022, 2:24 AM Dec 29, 2022, 1:51 AM

    Hi. When I start notepad, my “Other Area” is always on the left, even though I placed it on the right before I closed it. How can I make the “Other Area” always be where I placed it before I closed the notepad?

    Also, when you open the notepad, it does not save the position of the dividing line (Other Area).

    P 1 Reply Last reply Dec 30, 2022, 7:12 PM Reply Quote 0
    • P
      PeterJones @NameNotShort
      last edited by Dec 30, 2022, 7:12 PM

      @БС ,

      Notepad++ stores which files are in “view 1” and “view 2” in %AppData%\notepad++\session.xml (or equivalent location )

      Notepad++ stores whether it is a “vertical split” (left and right views) or “horizontal split” (top and bottom views) in %AppData%\notepad++\config.xml (or equivalent location) as <GUIConfigs>...<GUIConfig name="ScintillaViewsSplitter">... .

      However, Notepad++ does not store which pane (left/right or top/bottom) is considered “view 1”; when Notepad++ initially loads, it puts the “view 1” files in the left or top view, and “view 2” files in the other. And, as you said, Notepad++ does not store what percentage of the window is taken up by “view 1” vs “view 2”.

      That is the way that Notepad++ works currently.

      N 1 Reply Last reply Jan 3, 2023, 5:57 PM Reply Quote 2
      • N
        NameNotShort @PeterJones
        last edited by Jan 3, 2023, 5:57 PM

        @PeterJones ty

        1 Reply Last reply Reply Quote 0
        3 out of 3
        • First post
          3/3
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors