• Login
Community
  • Login

Change from uppercase/lowercase using

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
13 Posts 4 Posters 12.9k 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.
  • H
    Hiker Guy
    last edited by Apr 24, 2022, 12:22 AM

    I recently did a fresh install of Win10 and installed a fresh version of Notepad++ (v8.3.3 64-bit). On my old hard drive, I could highlight a word, right-click and choose Convert to uppercase / Convert to lowercase (or some wording similar to that). I no longer see that option.

    Is it possible I was using a plugin to do this? How can I get this feature back?

    Thanks,

    Andy

    A 1 Reply Last reply Apr 24, 2022, 1:51 AM Reply Quote 0
    • A
      Alan Kilborn @Hiker Guy
      last edited by Alan Kilborn Apr 24, 2022, 1:53 AM Apr 24, 2022, 1:51 AM

      @hiker-guy

      Hmmm, the casing change commands are not terribly difficult to find:

      6fea7cc6-94eb-46c4-8eb9-462b20975420-image.png

      Or even on the right-click context menu as you mention:

      a67072b5-b8fa-4cb1-8496-120636d3da61-image.png

      These are present on a fresh install of Notepad++.

      1 Reply Last reply Reply Quote 2
      • H
        Hiker Guy
        last edited by Apr 24, 2022, 10:14 PM

        I used to be able to highlight a word (or words), right-click and select UPPERCASE or lowercase. I can no longer do that. That’s why I’m thinking this is a maybe a plug-in problem.

        So, I’m not asking about the menu under Edit. I’m asking about the right-click context menu.

        P 1 Reply Last reply Apr 24, 2022, 10:38 PM Reply Quote 0
        • P
          PeterJones @Hiker Guy
          last edited by Apr 24, 2022, 10:38 PM

          @hiker-guy,

          So, I’m not asking about the menu under Edit. I’m asking about the right-click context menu.

          And that’s why Alan showed you a screenshot of it working in the right click context menu – that was the second image. Because it is there, and works.

          If you do not see it, then you have edited the context menu to delete it.

          See Settings > Edit Popup ContextMenu to look at everything there, and compare it to the default, from https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/src/contextMenu.xml

          1 Reply Last reply Reply Quote 0
          • H
            Hiker Guy
            last edited by Apr 24, 2022, 11:01 PM

            OK. I tried it on my wife’s PC and it works fine there. I copied her contextMenu.xml file to my pc, but when I go to Settings | Edit popup context menu, it’s gibberish (just the word NUL repeated over and over again).

            I’m now trying to figure out now why I can open that file on her PC and read the contents but on my PC it’s just garbage. If anyone happens to know why that is the case, please reply. I’d like to get this going again. I didn’t remember doing this, but I’m sure I must have.

            H 1 Reply Last reply Apr 24, 2022, 11:06 PM Reply Quote 0
            • H
              Hiker Guy @Hiker Guy
              last edited by Hiker Guy Apr 24, 2022, 11:06 PM Apr 24, 2022, 11:06 PM

              @hiker-guy

              The odd thing is I can go to the folder where Notepad++ is installed, click on contextMenu.xml there and it opens with text that’s legible/readable. But within the app, if I click Settings | Edit popup context menu, it just has the work NUL repeated hundreds of times.

              A 1 Reply Last reply Apr 25, 2022, 12:10 AM Reply Quote 0
              • A
                Alan Kilborn @Hiker Guy
                last edited by Apr 25, 2022, 12:10 AM

                @hiker-guy said in Change from uppercase/lowercase using:

                the folder where Notepad++ is installed

                Probably your PC is not using what is there, but is rather using the %APPDATA%\Notepad++ version of the file.

                H 1 Reply Last reply Apr 27, 2022, 12:15 AM Reply Quote 0
                • H
                  Hiker Guy @Alan Kilborn
                  last edited by Apr 27, 2022, 12:15 AM

                  @alan-kilborn Is there a workaround I can use to get this working the way I want it to work?

                  P T 2 Replies Last reply Apr 27, 2022, 12:30 AM Reply Quote 0
                  • P
                    PeterJones @Hiker Guy
                    last edited by Apr 27, 2022, 12:30 AM

                    @hiker-guy ,

                    Put contextMenu.xml in the folder Alan indicated instead of the folder where the exe is. And it’s not a workaround; it is the instruction that Alan was trying to get across

                    1 Reply Last reply Reply Quote 2
                    • T
                      Terry R @Hiker Guy
                      last edited by Apr 27, 2022, 12:33 AM

                      @hiker-guy said in Change from uppercase/lowercase using:

                      Is there a workaround I can use to get this working the way I want it to work?

                      I think the contextMenu.XML file your Notepad++ installation is using is corrupt, as evident when you edit it using the Notepad++ menu and see NUL many times. However when you browse using file explorer and see the same file(name) in the Notepad++ folder you can see it looks alright is because that’s where the files are “originally” stored during installation.

                      Normally notepad++ will then copy relevant files through to the %APPDATA%\Notepad++ folder for each account using the program. This allows for multiple users to each have their own settings.

                      So you just need to copy the one that looks good from the Notepad++ installation folder and paste it over top of the NUL (corrupt) version resident in the %APPDATA%\Notepad++ folder.

                      I see @PeterJones got there just before me with the same answer. I just hope we’ve now explained it well enough for you to understand what’s needed.

                      Terry

                      H 1 Reply Last reply Apr 27, 2022, 1:49 PM Reply Quote 2
                      • H
                        Hiker Guy @Terry R
                        last edited by Apr 27, 2022, 1:49 PM

                        @terry-r

                        That did it! I didn’t realize that was a FOLDER that Alan was referring to. That point didn’t register for some reason :(

                        Thanks Alan (and Peter/Terry). I appreciate the help.

                        A 1 Reply Last reply Apr 27, 2022, 1:57 PM Reply Quote 3
                        • A
                          Alan Kilborn @Hiker Guy
                          last edited by Apr 27, 2022, 1:57 PM

                          @hiker-guy said in Change from uppercase/lowercase using:

                          I didn’t realize that was a FOLDER that Alan was referring to. That point didn’t register for some reason

                          I should have linked to a FAQ. Sorry.

                          H 1 Reply Last reply Apr 27, 2022, 5:42 PM Reply Quote 1
                          • H
                            Hiker Guy @Alan Kilborn
                            last edited by Apr 27, 2022, 5:42 PM

                            @alan-kilborn

                            Thanks for that link. Learned something new today :)

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