Community
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • donhoD

      Notepad++ release 8.9.6.1

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      35
      1 Votes
      35 Posts
      3k Views
      xomxX
      @androidec50 said: forgot to update/upload this new minor version to winget microsoft repository? Until now I only can find 8.9.6. winget is maintained by MS staff and/or bot.
    • Geoff TaylorG

      Run - Serurtiy Warming 8.9.6.1

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      2
      0 Votes
      2 Posts
      24 Views
      PeterJonesP
      @Geoff-Taylor , That is the effect of one of the “security fixes” that prompted v8.9.6.1’s existence. See my reply to see more of the implications of the security changes, and note the discussion it spawned
    • rednoise0R

      Jump List not being added to

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      5
      1 Votes
      5 Posts
      138 Views
      PeterJonesP
      @rednoise0 , I actually did a bit of searching after making the updates to my post yesterday, but wasn’t in a position to make a followup post (and forgot to today, until your reply): Some sites indicate that just creating the pin-to-taskbar for an app should be enough to initiate it… So maybe, if you edited the old pin rather than creating a new pin, then Windows didn’t update the link between that pin and the underlying application ID. Thus, you might want to try something as simple as unpinning from your taskbar, then create a new pin from the 64-bit installation. That might be enough to kick Windows and get it to start properly tracking Notepad++ files again.
    • EkopalypseE

      DAP client plugin

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      7
      3 Votes
      7 Posts
      251 Views
      EkopalypseE
      @Lycan-Thrope you bring me a new feature to try and work into the package I’m sooorrrryyy :D get up to speed on this DAP and In short, it is essentially a “standard” for how an application should communicate with a debugger. The communication itself takes place via JSON with a header section and is transmitted either via stdio or TCP. Each side can send a request, which must be answered by the other side with a response, and in addition, both sides can send events, which are simply pieces of information that do not require a response. It looks like this Content-Length: 139 {"seq":29,"type":"event","event":"stopped","body":{"allThreadsStopped":true,"hitBreakpointIds":[1],"reason":"breakpoint","threadId":13008}} Content-Length: 46 {"command":"threads","type":"request","seq":9} Content-Length: 180 {"seq":30,"type":"response","request_seq":9,"success":true,"command":"threads","body":{"threads":[{"id":10932,"name":"2: tid=10932 \"\""},{"id":13008,"name":"1: tid=13008 \"\""}]}} Content-Length: 47 So, to make your dbase debugger dap-compatible, you need to wrap it in this layer and interpret it: In the previous example, the client asks: Which threads are currently running? And the dbase adapter would then have to convert this into dbase debugger commands and return the result wrapped in JSON. Of course, not all debuggers can support every feature, which is where capabilities come into play. Before the actual debugging begins, the client and the debug-adapter exchange information about what each is capable of, and only the appropriate requests should be used thereafter. along with all the IRL chores I have to get done this season Those are exactly the things that keep holding me back. I have no idea who came up with them, but… can’t we just fire that person? I mean, obviously I’m not the only one this affects. :-D
    • BernardB

      Folder in Workspace Click on Line Containing File Name

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      0 Votes
      2 Posts
      62 Views
      PeterJonesP
      @Bernard said: this is to request feature id est Folder Workspace responds to clicks on line containing file name if the click is on blank area beyond end of file name . Interesting idea. I see no harm in asking for it. However, this is the Community of Notepad++ users. Our feature request FAQ explains the process for checking for existing requests and adding a new request if it doesn’t already exist.