ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

help recompiling notepad++ plugin

(1/3) > >>

blackcat:
hi sorry if this isnt posted in appropriate section. i have a small favour to ask. can anyone recompile MultiClipboard (notepad++ plugin) for me as i dont have any compiler installed at this computer.

i want to disable option 'auto-copy selected text' by default. just change MF_CHECKED to MF_UNCHECKED in line #207 in MultiClipboard.cpp


http://www.peepor.net/loonchew/index.php?p=multiclipboard
http://www.peepor.net/loonchew/download.php?f=multiclipboard1.3.1

thanks in advanced.  :D

ChalkTrauma:
Hey BlackCat,

I can get that compiled for you.. I'm a big fan of NotePad++ also.. Let me see what I can do...   :Thmbsup:

ChalkTrauma:
I could only find the sources for MultiClipboard1.4.0 Beta on this page:

http://sourceforge.net/project/showfiles.php?group_id=189927

I built the sources fine.. But it looks like 'auto-copy selected text'  is disabled by default..

Did you try 1.4.0 Beta? I can upload the DLL, but I didn't have to change anything..

blackcat:
hi. i didint know there were newer version as on the author site, it says 1.3.1 is the latest. i just tried 1.4.0 but 'auto-copy select text' is still enabled by default though..

MultiClipboard.cpp
#247

--- Code: C++ ---if (bEnableAutoCopySelection)CheckMenuItem( hMenu, funcItem[MCP_AUTO_COPY_TEXT]._cmdID, MF_CHECKED );

lanux128:
just wondering if there is a way within Notepad++ to configure this option? btw, i'm not a Notepad++ user.. :)

Navigation

[0] Message Index

[#] Next page

Go to full version