Community
    • Login

    Other Area

    Scheduled Pinned Locked Moved General Discussion
    3 Posts 2 Posters 290 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.
    • NameNotShortN
      NameNotShort
      last edited by NameNotShort

      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).

      PeterJonesP 1 Reply Last reply Reply Quote 0
      • PeterJonesP
        PeterJones @NameNotShort
        last edited by

        @БС ,

        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.

        NameNotShortN 1 Reply Last reply Reply Quote 2
        • NameNotShortN
          NameNotShort @PeterJones
          last edited by

          @PeterJones ty

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