Help moving to 64 bit sourcecookifier plugin wanted.
-
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 -
@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 directoryc:\program files\Notepad++\plugins\SourceCookiefier
, and placeSourceCookiefier.dll
in that new directory. (Each plugin is required to be in a subfolder ofplugins
that matches the name of the DLL) -
See this link where 64-bit SourceCookifier was discussed.
-
@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 -
@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 rundir /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++… -
@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. -
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.
-
@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.
-
You can have a more luxurious variant of a clipboard history which is even available system-wide by using Ditto.
You are my hero!
-
@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.