Community
    • Login

    N++ Development: GUI editing

    Scheduled Pinned Locked Moved General Discussion
    4 Posts 2 Posters 3.8k 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.
    • dailD
      dail
      last edited by

      What is the recommended/preferred way to edit the resource scripts for Notepad++ GUI development. In the past I’ve used things like ResEdit to edit my own resource files visually. I didn’t know if most people just hand edit them and keep recompiling, or if the Visual Studios Community Edition was able to do that, or what exactly. Currently I just have Express installed. Thanks.

      1 Reply Last reply Reply Quote 0
      • lordkrandelL
        lordkrandel
        last edited by

        Hello dail.
        I’ve just made my first steps in editing GUI resource files.

        After downloading the source, I opened the Visual Studio project.
        I modified the shortcut.rc file with the graphical tool, then I saved, recompiled the project and tested it at runtime.

        When everything started to look OK, I went to edit the source code.
        VS auto-regenerated it and made it kinda messy.
        So I did a diff, found the meaningful lines, and merged the new lines against the old file.
        Then I cleaned up removed all unnecessary spaces that VS inserted but were clashing with the coding style.

        Now I got a clean file with just a few updates.
        You will see my pull request tomorrow.

        Hope it helps.

        Paolo Gatti <lordkrandel>

        1 Reply Last reply Reply Quote 0
        • dailD
          dail
          last edited by

          Do you have the community edition installed? I’ve got express and it can’t edit the resources through a graphical editor, only plain text.

          1 Reply Last reply Reply Quote 0
          • lordkrandelL
            lordkrandel
            last edited by

            I have the Enterprise edition available at the office.
            Any paid version of Visual Studio includes the resource editor.

            The only free alternative graphical resource editors I know are ResEdit and

            ResourceHacker
            http://www.angusj.com/resourcehacker/#download

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