Menu

About Multi-clipboard plugin 1.3's options

2007-12-16
2012-11-14
  • Nobody/Anonymous

    Just tried version 1.3, it's great!
    But can the options "Auto-copy Selected Text" & "Middle-Click Paste" be saved in an file, so that I need not to reset these two options when I start notepad++?

     
    • loonychewy

      loonychewy - 2007-12-16

      Copied from another thread:
      Yes, the saving of options is one of the next things I'm going to tackle. It can get irritating quickly having to manually set the preferred options.

       
    • jamerlan

      jamerlan - 2007-12-17

      I download 1.3 version of plugin and change "bEnableAutoCopySelection = true;" to "bEnableAutoCopySelection = false;". Then i start msys (i use msys + mingw32 (gcc 3.4.5)) and type "make".

      Linker shows these messages:
      $ make
      gcc -shared -o bin/MultiClipboard.dll -export-dynamic,-Wl, MultiClipboard.o -lshlwapi
      MultiClipboard.o:MultiClipboard.cpp:(.text+0x4e): undefined reference to `operator new(unsigned int)'
      MultiClipboard.o:MultiClipboard.cpp:(.text+0x17d): undefined reference to `operator delete(void*)'
      MultiClipboard.o:MultiClipboard.cpp:(.text+0x3e8): undefined reference to `__gxx_personality_sj0'
      MultiClipboard.o:MultiClipboard.cpp:(.text+0x491): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&)'
      MultiClipboard.o:MultiClipboard.cpp:(.text+0x4a3): undefined reference to `std::string::c_str() const'
      .......

      Then i install Dev-C++, create win32-dll project, add sources and compile. Dll was created but it's does not works! Popup window appears with message "FuncItems array is not set correctly".

      Please help me to compile this great plugin with mingw32.
      P.S. loonychewy, thanks a lot for makefile!

       
    • skeptical

      skeptical - 2007-12-17

      Hi jamerlan, try changing the declaration of DllMain to:
      extern "C" BOOL APIENTRY DllMain(...
      and recompiling.

       
    • Nobody/Anonymous

      Hi loonychewy
      Your plugin is super, i use it often.

      1 thing i mention, when using MCP it creates in ech folder you work a mcp.txt file.
      Can you mcp.txt file create in i.e. Notepad++ directory, so in one same folder only?

      Thank you for your great work.

       
      • loonychewy

        loonychewy - 2007-12-19

        I apologise. This is very sloppy of me to leave the log files inside! You can get the updated dll from my website to get rid of that. Have also added the extern "c" to the source as suggested by aval57 for mingw32. Yes, my version numbering is also in a mess. I'll get it organised too!

        Regards

         
    • Nobody/Anonymous

      What it the plugin number with the new future, also 1.3 ?

       
    • Nobody/Anonymous

      The one with the highest version number will be the newest. Any bug fixes will still take the same number, while any new features added will be given a higher number.
      This system is obviously not the usual or correct way of doing things, so it won't last long...

      Regards,
      LoonyChewy

       
    • steakhacher

      steakhacher - 2007-12-22

      Hi

      Your plugin is very good, and improvements are good idea. Nevertheless I would like to suggest an other behavior for the auto copy. It could be good to use an dedicated clipboard for the autocopy, so it doesn't disturb the normal clipboard, and let you the past by simple action the last selection.

      To described the behavior:
      the autocopy clipboard conatins always the last selection.
      when clicking on "middle click" you past the last selection
      when clicking on MAJ "middle click" you past the last normal clipboard element
      when clicking on ctrl "middle click" you display list of clipborad elements

      What do you think about that? I thinks that it could be improve again this plugin

       
    • Nobody/Anonymous

      Hey guys,

      I don't know what happened, but it took a while for me to find a link to download version 1.3. (I've used Firefox)
      http://peepor.net/loonchew/download.php?f=multiclipboard1.3

      It could be more convenient to upload it to "Notepad++ Plugins" project as well.

      Thanks,
      Andrei

       
    • jamerlan

      jamerlan - 2007-12-18

      aval57, thanks a lot!! It works! I am happy!

       
    • Nobody/Anonymous

      No, you don´t habe to apologise you,
      we gone all help you out to growing better.
      thank you.