• Login
Community
  • Login

Function list for vbs (visual basic script)

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
6 Posts 3 Posters 463 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
    Jiří Basler
    last edited by Nov 6, 2024, 12:25 PM

    Please, did anyone write a function list for the visual basic script? The old functionList.xml no longer works in the 8.7 of N ++ ;-().

    A P 2 Replies Last reply Nov 6, 2024, 12:39 PM Reply Quote 0
    • A
      Alan Kilborn @Jiří Basler
      last edited by Nov 6, 2024, 12:39 PM

      @Jiří-Basler

      There seems to be a function list parser for VBS HERE .
      It may need some work to get it fully going, as it is 5 years old as of this writing.

      J 1 Reply Last reply Nov 6, 2024, 1:12 PM Reply Quote 2
      • J
        Jiří Basler @Alan Kilborn
        last edited by Nov 6, 2024, 1:12 PM

        @Alan-Kilborn NO, no…
        I’m apologize, please send me your functionList.xml and other files, which I need

        A 1 Reply Last reply Nov 6, 2024, 1:22 PM Reply Quote 0
        • A
          Alan Kilborn @Jiří Basler
          last edited by Alan Kilborn Nov 6, 2024, 1:25 PM Nov 6, 2024, 1:22 PM

          @Jiří-Basler

          You’re speaking in brevity and riddles, neither one of which help to get your problem solved.

          Let’s start from the top:

          The old functionList.xml no longer works in the 8.7 of N ++

          Ok, well to be sure of what you’re talking about, which version of N++ were you using where it did work?

          You might be talking about the “changeover” with how N++ handles function list, which happened some time ago. I looked in the user manual to see when that changeover took place, but it doesn’t mention it, so I think it was quite a while ago.

          EDIT: It was quite a while ago (4 years), in version 7.9.1. See “helpful” link below.

          please send me your functionList.xml and other files, which I need

          I don’t really know what to do with that statement. I don’t have what you need as I don’t use or care about VBS.


          If the trouble really is the “changeover”, i.e., you have the old style function list stuff, and you need the new style stuff, then you have to read the user manual on how to convert from the old to the new, and then actually do it.

          EDIT: There may be some helpful information for you HERE about converting.

          1 Reply Last reply Reply Quote 3
          • P
            PeterJones @Jiří Basler
            last edited by PeterJones Nov 6, 2024, 2:23 PM Nov 6, 2024, 2:22 PM

            @Jiří-Basler ,

            We told you exactly what you needed to know four years ago, here. Have you truly not figured out how to get it working during those four years? If so, why didn’t you ask more questions four years ago?

            NO, no… please send me your functionList.xml

            functionList.xml is not used any more. For Visual Basic, you will need ....\functionList\vb.xml .

            So the steps you need to take:

            1. Grab the contents of your post from 4 years ago, here
            2. Paste it into a file, and save that file as c:\program files\notepad++\functionList\vb.xml
            3. double-check to make sure that c:\program files\notepad++\functionList\overrideMap.xml doesn’t change the filename, and it should have a line like
                  <association id= "vb.xml"			 langID= "18"/>
              
            4. Exit notepad++ completely
            5. Run notepad++ and open a .vb file
            6. If you show the FunctionList panel, it will show the functions for VB files.
            A 1 Reply Last reply Nov 6, 2024, 2:55 PM Reply Quote 4
            • A
              Alan Kilborn @PeterJones
              last edited by Nov 6, 2024, 2:55 PM

              @PeterJones said in Function list for vbs (visual basic script):

              We told you exactly what you needed to know four years ago…

              Sometimes we waste a lot of time trying to help people here that just “don’t get it”. :-(

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