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++?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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++?
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.
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!
Hi jamerlan, try changing the declaration of DllMain to:
extern "C" BOOL APIENTRY DllMain(...
and recompiling.
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.
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
What it the plugin number with the new future, also 1.3 ?
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
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
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
aval57, thanks a lot!! It works! I am happy!
No, you don´t habe to apologise you,
we gone all help you out to growing better.
thank you.