• Login
Community
  • Login

All bookmarks list view

Scheduled Pinned Locked Moved General Discussion
20 Posts 6 Posters 6.9k 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.
  • P
    PeterJones @Alan Kilborn
    last edited by PeterJones Jun 17, 2022, 1:31 PM Jun 17, 2022, 1:31 PM

    @alan-kilborn said in All bookmarks list view:

    @peterjones said in All bookmarks list view:

    I do not remember leaving multiple bookmarks active beyond my memory’s ability to track them

    This is my “problem” too, as I said.

    I think I phrased that poorly. My “I do not remember” portion meant more, “I cannot now think of a time when I left multiple bookmarks active beyond my memory’s ability to track them”. Or said another way, “I’ve never run into the situation where I needed to manage a bookmark long-term”

    1 Reply Last reply Reply Quote 0
    • D
      darkworks @Alan Kilborn
      last edited by Jun 17, 2022, 5:08 PM

      @alan-kilborn well these bookmarks are saved collectively of all notes. i think its not good approach to save them collectively. because in situation like me where you have 70+ notes open in notepad++ and if am currently working in note # 3 and this bookmark file will open with a lot of other bookmarks and you have to switch between bookmark tab and your note tab back and forth. this approach is good for normal users but not for developers. if jump points for single note is maintain within its CTRL + G modal then will be good and when note is close it should be destroyed with it.

      1 Reply Last reply Reply Quote 0
      • A
        Andi Kiissel @Alan Kilborn
        last edited by Jun 19, 2022, 8:14 AM

        @alan-kilborn
        For me this is very useful script. Thank you!
        But I’m very beginner in Python and can’t think out how to add a possibility to “Go back to previous location”? In case I decide not to go to any bookmark, or if I see that I haven’t set bookmark to right place.
        I would be very thankful if you find time to help with this.

        A 1 Reply Last reply Jun 19, 2022, 10:37 AM Reply Quote 0
        • A
          Alan Kilborn @Andi Kiissel
          last edited by Jun 19, 2022, 10:37 AM

          @andi-kiissel said in All bookmarks list view:

          “Go back to previous location”? In case I decide not to go to any bookmark

          For this case you would simply close the the “new X” (X is a digit) tab; you should be returned to the point where you were editing when you invoked the script.

          But it maybe feels like I’m misunderstanding something…?

          A 1 Reply Last reply Jun 19, 2022, 11:02 AM Reply Quote 0
          • A
            Andi Kiissel @Alan Kilborn
            last edited by Jun 19, 2022, 11:02 AM

            @alan-kilborn
            Perhaps I have missed or misunderstod some setting?
            By default new tab opens as last rightmost tab. If I close it, then activates new last rightmost tab. If I have 10 tabs and run script from 3rd tab, then after closing this 11th tab I will be in 10th tab, not in 3rd.

            A 1 Reply Last reply Jun 19, 2022, 11:16 AM Reply Quote 0
            • A
              Alan Kilborn @Andi Kiissel
              last edited by Jun 19, 2022, 11:16 AM

              @andi-kiissel said in All bookmarks list view:

              By default new tab opens as last rightmost tab. If I close it, then activates new last rightmost tab

              Ah, you must have changed this setting away from the default; default shown here:

              e9a95d5f-872b-4196-8c90-4cb4af5567f2-image.png

              I find that if I create a new file, do something to it, then close it, it makes the most sense to then be left editing the file I “most-recently-used”, instead of whatever happens to be the right-most existing tab.

              The script is meant to be a simple demo, but if you do not want to tick the option I show (for some reason), I could see what I can do about “fixing” the script.

              A 1 Reply Last reply Jun 19, 2022, 11:42 AM Reply Quote 1
              • A
                Andi Kiissel @Alan Kilborn
                last edited by Jun 19, 2022, 11:42 AM

                @alan-kilborn
                I’m sorry! I don’t like this Document Switcher.
                But now I think I found a bug: without Enable Document Switcher
                sometimes Enable MRU is greyed out:
                33ef063f-8af3-41f7-b17a-68d23bcdb29a-image.png
                and sometimes not:
                53133f7d-198a-4c35-b30f-9bb517ca148c-image.png
                If I enable MRU then yes, last edited tab will be activated.

                A 1 Reply Last reply Jun 19, 2022, 12:00 PM Reply Quote 0
                • A
                  Alan Kilborn @Andi Kiissel
                  last edited by Jun 19, 2022, 12:00 PM

                  @andi-kiissel said in All bookmarks list view:

                  I don’t like this Document Switcher.

                  I’m not sure what you mean by this.
                  If you don’t like the Ctrl+Tab feature, don’t use it.

                  now I think I found a bug

                  If you can provide some steps to reproduce, an actual bug report can be created.

                  A 1 Reply Last reply Jun 19, 2022, 2:25 PM Reply Quote 0
                  • A
                    Andi Kiissel @Alan Kilborn
                    last edited by Jun 19, 2022, 2:25 PM

                    @alan-kilborn said in All bookmarks list view:

                    If you don’t like the Ctrl+Tab feature, don’t use it.

                    I do like Ctrl+Tab feature, but don’t like table like this:
                    a8c880c9-a01a-4151-937b-0be79ec56586-image.png
                    Ctrl+Tab feature works fine without Document Switcher been enabled!

                    If you can provide some steps to reproduce, an actual bug report can be created.

                    Well, starting position:
                    7478ba47-57a1-494e-9e90-f10525155818-image.png
                    Switch off first “Enable”, “Enable MRU…” switches off too and stays grey:
                    53f0b74a-3678-4a89-bba4-ee65ce35ee74-image.png
                    Restart N++, both are available:
                    fe9536ca-52be-4c76-9f26-6f8305ebabf3-image.png

                    And I can switch “Enable MRU…” on alone:
                    a5ec43d9-f20f-41ca-ad7e-19aea5abd687-image.png
                    I’m not sure that I can describe this good enough for official bug report. And perhaps there is some logic.

                    Anyway, now I got things work how I like.
                    Thank you!

                    1 Reply Last reply Reply Quote 3
                    • A
                      Alan Kilborn
                      last edited by Dec 20, 2022, 10:50 PM

                      The marker ID used for bookmarks changed in Notepad++ 8.4.6 (and later). It is now 20, instead of 24. So, all references to 24 in this thread and/or its script(s), should be changed to 20.

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