Community
    • Login

    autocomplete with clickable web link

    Scheduled Pinned Locked Moved Notepad++ & Plugin Development
    4 Posts 3 Posters 1.0k Views 1 Watching
    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.
    • S Offline
      superfestung
      last edited by

      Hello World,
      im new here and hoping for help.
      My target is to have a clickable hyperlink in the popup information for autocompleted code.

      If this is possible, i want to add reference/helpfiles for my code creation.

      In description i added descr=“http://www.google.com/”
      Its displayed correctly, but its not a link. I have tried to use href=“” as well, but its not working as i hoped.

      Thank you already for your ideas!

      3b4fa468-8813-4d77-91df-2e43ee18aa3d-image.png

      <?xml version="1.0" encoding="UTF-8" ?>
      <NotepadPlus>
      	<AutoComplete language="mpf spf def">
      		<Environment ignoreCase="no" startFunc="(" stopFunc=")" paramSeparator="," terminal=""  additionalWordChar = ""/>
      		<KeyWord name="FOR" descr="Akima spline"/>
      		<KeyWord name="NEXT" />
      		<KeyWord name="IF" />
      		<KeyWord name="ELSE" />
      		<KeyWord name="ENDIF" />
      		<KeyWord name="HELLOWORD" func="yes">
      			<Overload retVal="int" descr="Returns absolute value of given integer">
      				<Param name="int number" />
      				<Param name="real more" />
      			</Overload>
      		</KeyWord>
      		<KeyWord name="ASPLINE" func="yes">
      			<Overload retVal="void" descr="http://www.google.com/">
      			</Overload>
      		</KeyWord>
      	</AutoComplete>
      </NotepadPlus>
      

      97f36bae-a2d2-4e32-a59f-f1dbdc2fc572-image.png

      EkopalypseE Michael VincentM 2 Replies Last reply Reply Quote 0
      • EkopalypseE Offline
        Ekopalypse @superfestung
        last edited by

        @superfestung said in autocomplete with clickable web link:

        If this is possible

        Afaik it isn’t.

        1 Reply Last reply Reply Quote 1
        • Michael VincentM Offline
          Michael Vincent @superfestung
          last edited by

          @superfestung said in autocomplete with clickable web link:

          If this is possible

          This uses Scintilla calltips which don’t appear to support inline URL clickable links (as @Ekopalypse indicates above).

          Cheers.

          1 Reply Last reply Reply Quote 2
          • S Offline
            superfestung
            last edited by

            Thank you guys for the quick answers

            1 Reply Last reply Reply Quote 0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • First post
              Last post
            The Community of users of the Notepad++ text editor.
            Powered by NodeBB | Contributors