Community
    • Login

    Task List

    Scheduled Pinned Locked Moved Notepad++ & Plugin Development
    6 Posts 6 Posters 21.1k 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.
    • Ken GrayK
      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
        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
          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
            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
              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
                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
                • First post
                  Last post
                The Community of users of the Notepad++ text editor.
                Powered by NodeBB | Contributors