• Login
Community
  • Login

Task List

Scheduled Pinned Locked Moved Notepad++ & Plugin Development
6 Posts 6 Posters 21.3k 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.
  • K
    Ken Gray
    last edited by Ken Gray Jun 29, 2015, 6:23 PM Jun 29, 2015, 6:22 PM

    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?

    A 1 Reply Last reply Aug 25, 2015, 1:49 AM Reply Quote 0
    • A
      ArkadiuszMichalski @Ken Gray
      last edited by Aug 25, 2015, 1:49 AM

      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
      • V
        Vasiliy Kostin
        last edited by Dec 18, 2016, 7:04 PM

        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
        • D
          dail
          last edited by Dec 18, 2016, 9:56 PM

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

          1 Reply Last reply Reply Quote 0
          • D
            David Cadenas
            last edited by Feb 20, 2017, 10:27 AM

            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
            • W
              wonkawilly
              last edited by Aug 25, 2023, 12:28 PM

              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