Community
    • Login

    Task List

    Scheduled Pinned Locked Moved Notepad++ & Plugin Development
    6 Posts 6 Posters 23.4k Views 3 Watching
    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.
    • Ken GrayK Offline
      Ken Gray
      last edited by Ken Gray

      It would really be nice if someone would take an interest in the Task List plug-in and make some mods/improvements. it’s really useful and with only a little tweaking from a code-wizard (read: I am NOT one), it could be an astonishing add.

      For example:

      • support multiple keywords
      • always show the Task List panel
      • toggle between visible and all files listing
      • sort the listing by line number position or order entry.

      any takers?

      ArkadiuszMichalskiA 1 Reply Last reply Reply Quote 0
      • ArkadiuszMichalskiA Offline
        ArkadiuszMichalski @Ken Gray
        last edited by

        This plugin is not stable, make crash in actual NPP, this should be mark in Plugin Manager.
        https://code.google.com/p/npp-task-list/issues/detail?id=18
        https://code.google.com/p/npp-task-list/issues/detail?id=19

        In other site this is the best way to make named bookmar, we really need some devs for this:)

        1 Reply Last reply Reply Quote 0
        • Vasiliy KostinV Offline
          Vasiliy Kostin
          last edited by

          Hi, i used todo list some time, and had crushes and freezes.
          I debugged this plugin, and realize that SCN_MODIFIED and NPPN_BUFFERACTIVATED signals, plugin uses to rescan todos, sended to plugin a lot of times with each single character printed in notepad++. And with time amount of this signal grows up and grows up. So, maybe it is not problem of this plugin exactly. Need look for reasons why SCN_MODIFIED signal spawned a lot of times in npp its self. Maybe iam wrong.

          I added simle filter of signals in to todoListPlugin, and now its rescan todos list only once on half of a second. Now no freezes for my case. Maybe its will be helpfull for you too.

          Fixed sources here.
          https://github.com/Megabyteceer/npp-task-list

          1 Reply Last reply Reply Quote 0
          • dailD Offline
            dail
            last edited by

            Keep in mind SCN_MODIFIED is sent for several more reasons than just text being added.

            1 Reply Last reply Reply Quote 0
            • David CadenasD Offline
              David Cadenas
              last edited by

              Thank you for this change.

              Where can we download the modified DLL?
              I code in Lisp for Autocad and this plugin would be very useful.

              1 Reply Last reply Reply Quote 0
              • wonkawillyW Offline
                wonkawilly
                last edited by

                Maybe even implementing a filter to show only items the user is searching for; very useful when the list contains a lot of tasks/todos items

                1 Reply Last reply Reply Quote 0

                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                With your input, this post could be even better 💗

                Register Login
                • First post
                  Last post
                The Community of users of the Notepad++ text editor.
                Powered by NodeBB | Contributors