• Login
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.
  • D
    David Stoltz
    last edited by Dec 8, 2016, 6:50 PM

    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?

    C 1 Reply Last reply Dec 8, 2016, 9:56 PM Reply Quote 0
    • C
      Claudia Frank @David Stoltz
      last edited by Dec 8, 2016, 9:56 PM

      @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
      • D
        David Stoltz
        last edited by Dec 15, 2016, 5:36 PM

        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…

        C 1 Reply Last reply Dec 15, 2016, 8:09 PM Reply Quote 0
        • C
          Claudia Frank @David Stoltz
          last edited by Claudia Frank Dec 15, 2016, 8:10 PM Dec 15, 2016, 8:09 PM

          @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
          2 out of 4
          • First post
            2/4
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors