• Login
Community
  • Login

How to implement for marking on scroll bar and showing information

Scheduled Pinned Locked Moved Notepad++ & Plugin Development
3 Posts 2 Posters 834 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.
  • J
    John Huang
    last edited by Oct 16, 2021, 7:54 AM

    Hi all,

    I’d like to implement a plugin and two functions for my working.
    I think it can let me work quickly.

    like this:

    1. alt text

    2. alt text
      Then I highlight particular string, it can show more information.

    Is it possible?
    If it can, please give me a hint, example code or docments.

    Thanks a lot

    P 1 Reply Last reply Oct 16, 2021, 5:03 PM Reply Quote 0
    • P
      PeterJones @John Huang
      last edited by Oct 16, 2021, 5:03 PM

      @John-Huang ,

      Yes, it is possible to write a plugin that gives extra information in a popup window.

      I believe that a good example project might be the TagLEET plugin, with the original source code here or @Michael-Vincent’s fork here – although that’s a more-complicated popup window than the one you had in your screenshot.

      I believe a simpler version could be implemented using the Scintilla feature “calltips ” (where Sctintilla is the code library that Notepad++ uses to implement the editor portion of Notepad++, so you have access to all Scintilla features in your plugin.)

      J 1 Reply Last reply Oct 17, 2021, 1:16 PM Reply Quote 1
      • J
        John Huang @PeterJones
        last edited by Oct 17, 2021, 1:16 PM

        @PeterJones
        Thanks for your information
        I will get it a try

        1 Reply Last reply Reply Quote 0
        2 out of 3
        • First post
          2/3
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors