Navigation

    Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    [C#] Dockable Dialog Write Text

    Plugin Development
    3
    5
    145
    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.
    • Sover David
      Sover David last edited by

      How do you write text on a dockable dialog?

      I downloaded the C# plugin template and I currently have a dialog with a text input in it and I can’t seem to find anything on how to operate it, I want to remove the text input and write multiple lines of text to it, I’m pretty new to C# so any help would be much appreciated

      Alan Kilborn Sover David 2 Replies Last reply Reply Quote 0
      • Alan Kilborn
        Alan Kilborn @Sover David last edited by

        @sover-david

        Sorry, that’s not a question for this forum.
        This forum is for discussion about Notepad++.

        Sover David 1 Reply Last reply Reply Quote 0
        • Sover David
          Sover David @Alan Kilborn last edited by

          @alan-kilborn But I’m asking about how to make a Notepad++ plugin in the Plugin Development section right? Where should I ask it then?

          Michael Vincent 1 Reply Last reply Reply Quote 0
          • Michael Vincent
            Michael Vincent @Sover David last edited by

            @sover-david said in [C#] Dockable Dialog Write Text:

            But I’m asking about how to make a Notepad++ plugin in the Plugin Development section right? Where should I ask it then?

            Tricky, but I think your query has more to do with C# programing in general:

            a dialog with a text input in it and I can’t seem to find anything on how to operate it, I want to remove the text input and write multiple lines of text to it, I’m pretty new to C#

            If your query we more like :

            “I know C# very well and I can’t find how to interface with this Notepad++ or Scintilla API to get some stuff to render some output”

            Then you may find more help here.

            • General C# questions => StackOverflow (or other)
            • Specifics to Notepad++ and / or Scintilla API => maybe here

            Cheers.

            1 Reply Last reply Reply Quote 1
            • Sover David
              Sover David @Sover David last edited by Sover David

              @sover-david Alright I managed to find it out, for anyone in the future trying to find the answer, dockable dialogs are made with the Windows Form Designer, you can open it by double-clicking the frmMyDlg.cs file in the Forms folder (should be simple to look up a tutorial on it)

              1 Reply Last reply Reply Quote 2
              • First post
                Last post
              Copyright © 2014 NodeBB Forums | Contributors