• Login
Community
  • Login

Help moving to 64 bit sourcecookifier plugin wanted.

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
10 Posts 4 Posters 1.6k 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.
  • I
    Ian Hobson
    last edited by Aug 15, 2019, 11:53 AM

    I recently removed 32 bit NotepadPlusPlus, and installed the 64 bit version (7.7.1).

    Now I want to (re)install SourceCookifier. The instructions simply read:
    'place these files and folders into Notepad++‘s “plugins” folder’, which I believe is
    “C:\Program Files\Notepad++\plugins”.

    I extracted the files and attempted to do as instructed. But whatever I tried, SourceCookifier does not appear in the Plugin Admin widget.

    What, precisely, should I paste in the the above directory?

    And I also found some old files in %APPDATA%\Notepad++. Can I delete this whole directory? OPr should I be pasting into that plugins directory?

    Regards
    Ian

    M 1 Reply Last reply Dec 12, 2022, 1:50 PM Reply Quote 0
    • P
      PeterJones
      last edited by PeterJones Aug 15, 2019, 1:24 PM Aug 15, 2019, 1:23 PM

      @Ian-Hobson said:

      'place these files and folders into Notepad++‘s “plugins” folder’,

      Notepad++ v7.5.9 is the last version where those instructions would have worked, so they obviously haven’t updated their instructions recently. You might want to contact the author. On any version v7.6.3 or later, the following should work:

      Assuming there is a 64-bit version of SourceCookiefier, with a DLL called SourceCookiefier.dll, you would create the directory c:\program files\Notepad++\plugins\SourceCookiefier, and place SourceCookiefier.dll in that new directory. (Each plugin is required to be in a subfolder of plugins that matches the name of the DLL)

      I 1 Reply Last reply Aug 15, 2019, 3:32 PM Reply Quote 0
      • M
        Michael Vincent
        last edited by Aug 15, 2019, 2:10 PM

        See this link where 64-bit SourceCookifier was discussed.

        1 Reply Last reply Reply Quote 2
        • I
          Ian Hobson @PeterJones
          last edited by Aug 15, 2019, 3:32 PM

          @PeterJones Thanks Peter.
          Done that, and I still can’t see it. Also copied SourceCookifier and Config directories into c:\program files\Notepad++\plugins\SourceCookifier - still nothing.
          I have restarted np++ but not rebooted.
          Also brought all the files up a directory, and that did not work either.
          So now what?
          Ian

          1 Reply Last reply Reply Quote 0
          • P
            PeterJones
            last edited by Aug 15, 2019, 4:05 PM

            @Ian-Hobson said:

            So now what?

            You didn’t mention whether you see error messages, or whether it just silently loads without the plugin showing up in the Plugins menu. If an error, that will give us useful information. If no error, then most likely it’s not really in the directory you think it is.

            Also, as mentioned in the link that @Michael-Vincent posted, there isn’t an official 64-bit SourceCookifier (or, there wasn’t then, anyway), though he was able to compile his own. I would have thought if you were trying to install a 32-bit plugin on a 64-bit Notepad++, that Notepad++ would have popped up the standard “Cannot load 32-bit plugin” error message.

            ----

            before I went back and re-read the thread Michael linked to, I was working under the assumption that you had a 64-bit DLL to go with your 64-bit Notepad++. But now it’s doubtful. In which case, the remainder of my post will probably not bear fruit. Though it may tell us something as to why you’re not seeing the error message about trying to load a 32-bit plugin with a 64-bit Notepad++.

            Please go to ? > Debug Info > Copy Debug Info into clipboard and paste the results here.
            Then go to a command prompt, and run dir /R/S "c:\program files\notepad++\plugins", and paste the results in between two triple-squigglies, like:

            ~~~
            c:\> dir /R/S "c:\program files\notepad++\plugins
            ... <results go here> ...
            ~~~
            

            Often, when you’re having trouble with getting a plugin to load, it’s a good idea to try a fresh portable version … so go to downloads, grab the 64bit zip, save to your desktop, unzip to a folder on your desktop. Then unzip the SourceCookifier into the appropriate plugins/SourceCookifier/ subdir of the portable unzip, and try running the portable-unzip Notepad++…

            I 1 Reply Last reply Aug 15, 2019, 4:56 PM Reply Quote 1
            • I
              Ian Hobson @PeterJones
              last edited by Aug 15, 2019, 4:56 PM

              @PeterJones Solved it! SourceCookiefier is not spelt that way!
              Once I had the correct spelling, it complained about a 32 bit DLL in a 64 bit program.
              So Back to the 32 bit version.

              1 Reply Last reply Reply Quote 1
              • M
                Michael Vincent
                last edited by Michael Vincent Aug 15, 2019, 6:59 PM Aug 15, 2019, 6:59 PM

                @Ian-Hobson

                If you just want a visual for tags, have a look at TagsView. It too was 32-bit only but C++, so I was able to compile a 64-bit version. I was a 32-bit SourceCookiefier user, but have moved to 64-bit now and don’t use SourceCkfier anymore, rather TagsView (above) and TagLEET.

                The only thing I really miss from 32-bit is DBGp plugin and MultiClipboard.

                D 1 Reply Last reply Aug 15, 2019, 7:16 PM Reply Quote 1
                • D
                  dinkumoil @Michael Vincent
                  last edited by Aug 15, 2019, 7:16 PM

                  @Michael-Vincent said:

                  The only thing I really miss from 32-bit is … and MultiClipboard.

                  You can have a more luxurious variant of a clipboard history which is even available system-wide by using Ditto.

                  1 Reply Last reply Reply Quote 1
                  • M
                    Michael Vincent
                    last edited by Aug 15, 2019, 8:17 PM

                    @dinkumoil

                    You can have a more luxurious variant of a clipboard history which is even available system-wide by using Ditto.

                    You are my hero!

                    1 Reply Last reply Reply Quote 3
                    • M
                      Michael Vincent @Ian Hobson
                      last edited by Dec 12, 2022, 1:50 PM

                      @Ian-Hobson said in Help moving to 64 bit sourcecookifier plugin wanted.:

                      installed the 64 bit version (7.7.1).
                      Now I want to (re)install SourceCookifier.

                      Seems the (perhaps) original author finally got around to it:

                      https://github.com/notepad-plus-plus/nppPluginList/commit/4233a0171213201fc296906200d179b3ace63179

                      Cheers.

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