Community
    • Login

    DOM Tree Plugin?

    Scheduled Pinned Locked Moved Notepad++ & Plugin Development
    4 Posts 2 Posters 3.5k 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.
    • David StoltzD
      David Stoltz
      last edited by

      I’m wondering if there is a DOM Tree plugin yet? (For HTML)

      This is always helpful - click anywhere in the page and see where in the DOM you are, click an item on the DOM Tree and it highlights that section of code.

      Any thoughts?

      Claudia FrankC 1 Reply Last reply Reply Quote 0
      • Claudia FrankC
        Claudia Frank @David Stoltz
        last edited by

        @David-Stoltz

        my first thought is, can’t you use function list for that?
        Maybe have a look to the xml parser and adapt it to your needs.

        Cheers
        Claudia

        1 Reply Last reply Reply Quote 0
        • David StoltzD
          David Stoltz
          last edited by

          Far as I can tell, the function list does not help with DOM elements - and I can’t seem to locate the XML parser - but this doesn’t sound like it’s made for what I’m after - but thanks for replying…

          Claudia FrankC 1 Reply Last reply Reply Quote 0
          • Claudia FrankC
            Claudia Frank @David Stoltz
            last edited by Claudia Frank

            @David-Stoltz

            there is the functionlist.xml file which holds the configuration for each
            configured language. The functionlist wroks this way, when you click
            on an item(function) it puts the cursor onto the line of that item(function)

            Cheers
            Claudia

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