Download
(6 Kb)
Download
Updated: 04/20/21 03:01 PM
Pictures
File Info
Compatibility:
Blackwood (7.0.5)
Flames of Ambition (6.3.5)
Updated:04/20/21 03:01 PM
Created:06/03/14 09:05 AM
Monthly downloads:778
Total downloads:82,800
Favorites:105
MD5:
Chat2Clipboard  Popular! (More than 5000 hits)
Version: 1.12.1
by: sirinsidiator, Garkin
This simple addon adds a small button before each chat message that opens a textbox and allows you to copy the message to the clipboard by pressing ctrl+c.
Left click shows the popup which contains the message, right click shows a settings menu which let's you decide which parts of the message should be removed or replaced with plain text (powered by Garkin).
You can also shift+click on the button and it will ask to open an external link for google translate.

In addition there is a slash command "/m2c" which allows you to copy text from the control you are currently pointing your mouse at. This does not work with every text, but a lot of things can be copied. There is also special support for books and mails to copy them completely.

Depends on LibCustomMenu.
version 1.12.1
  • removed outdated embedded libraries
  • updated to latest api version

version 1.12.0
  • fixed /m2c throwing an error when trying to copy mails
  • updated to latest api version
  • switched to semantic versioning

version 1.11
  • updated to latest api version
  • added "send to google translate" feature

version 1.10
  • removed compatibility code
  • increased character limit to 10000
  • added /m2c command to copy (almost) any text

version 1.9
  • updated to latest api version
  • small cosmetic improvement

version 1.8
  • updated to latest api version
  • brought back the clickable copy icon thanks to a new trick
  • updated LibCustomMenu to r4.1

version 1.7.1
  • updated to latest api version

version 1.7
  • updated to latest api version
  • added LibCustomMenu to prevent potential issues with menu entries
  • replaced copy icon with a simple 'c' because the trick I was using to make clickable icons does not work anymore in the new update

version 1.6
  • updated to latest api version
  • fixed potential error when chat message is nil

version 1.5
  • integrated Garkin's improved link substitution and settings
  • these changes also allow you to copy system and debug messages

version 1.4.1
  • fixed messages longer than 100 characters getting truncated

version 1.4
  • updated to latest api version
  • changed addon functionality to show a textbox after CopyAllTextToClipboard was made private in update 5

version 1.3
  • updated to latest api version
  • fixed compatiblity issues with pChat

version 1.2
  • updated to latest api version
  • updated how links are replaced in text only mode

version 1.1
  • updated to latest api version
  • added required add-on terms to manifest file
  • added a nice alert message instead of the simple chat output when a message is copied
Optional Files (0)


Archived Files (15)
File Name
Version
Size
Uploader
Date
1.12.0
12kB
sirinsidiator
04/09/21 01:46 PM
1.11
12kB
sirinsidiator
02/16/17 01:54 PM
1.10
12kB
sirinsidiator
06/26/16 12:15 PM
1.9
12kB
sirinsidiator
04/26/16 04:02 PM
1.8
12kB
sirinsidiator
03/07/16 09:11 AM
1.7.1
11kB
sirinsidiator
11/02/15 07:16 AM
1.7
11kB
sirinsidiator
09/13/15 12:21 PM
1.6
5kB
sirinsidiator
03/06/15 02:47 PM
1.5
5kB
sirinsidiator
12/13/14 09:16 AM
1.4.1
4kB
sirinsidiator
11/09/14 09:44 AM
1.4
4kB
sirinsidiator
11/04/14 01:49 PM
1.3
4kB
sirinsidiator
09/16/14 01:07 PM
1.2
3kB
sirinsidiator
08/06/14 09:28 AM
1.1
3kB
sirinsidiator
06/25/14 11:05 AM
1.0
3kB
sirinsidiator
06/03/14 09:05 AM


Post A Reply Comment Options
Unread 04/20/21, 10:58 PM  
LaRIC
Premium Member
Premium Member

Forum posts: 16
File comments: 20
Uploads: 0
Thanks. Will remove the lib and try again.
Report comment to moderator  
Reply With Quote
Unread 04/20/21, 06:11 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4903
File comments: 5974
Uploads: 78
Re: Advanced Filterers conflict

This addon includes LibCustomMenu in a very outdated version 4.1, and it is hardcoded, so always loaded
Please delete the subfolder /libs/LibCustomMenu" and install LibCustomMenu as standalone version (current version is 6.95), and the error should be gone.

Originally Posted by LaRIC
as soon as I enable this addon, Advanced Filters will stop working. Don't know which addon is at fault.

Get this error in case it provides any hint.

EsoUI/Libraries/ZO_ContextMenus/ZO_ContextMenus.lua:290: attempt to index a nil value
stack traceback:
EsoUI/Libraries/ZO_ContextMenus/ZO_ContextMenus.lua:290: in function 'AddMenuItem'
user:/AddOns/Chat2Clipboard/lib/LibCustomMenu/LibCustomMenu.lua:414: in function 'AddCustomMenuItem'
user:/AddOns/AdvancedFilters/AF_FilterBar.lua:417: in function 'AddMenuItems'
EsoUI/Libraries/ZO_ComboBox/ZO_ComboBox.lua:40: in function 'ZO_ComboBox:ShowDropdownInternal'
EsoUI/Libraries/ZO_ComboBox/ZO_ComboBox_Base.lua:143: in function 'ZO_ComboBox_Base:ShowDropdown'
EsoUI/Libraries/ZO_ComboBox/ZO_ComboBox_Base.lua:314: in function 'ZO_ComboBox_OpenDropdown'
EsoUI/Libraries/ZO_ComboBox/ZO_ComboBox.lua:56: in function 'ZO_ComboBox_DropdownClicked'
Options_Video_DisplayModeDropdownOpenDropdown_Clicked:3: in function '(main chunk)'
Report comment to moderator  
Reply With Quote
Unread 04/19/21, 09:50 AM  
LaRIC
Premium Member
Premium Member

Forum posts: 16
File comments: 20
Uploads: 0
Advanced Filterers conflict

as soon as I enable this addon, Advanced Filters will stop working. Don't know which addon is at fault.

Get this error in case it provides any hint.

EsoUI/Libraries/ZO_ContextMenus/ZO_ContextMenus.lua:290: attempt to index a nil value
stack traceback:
EsoUI/Libraries/ZO_ContextMenus/ZO_ContextMenus.lua:290: in function 'AddMenuItem'
user:/AddOns/Chat2Clipboard/lib/LibCustomMenu/LibCustomMenu.lua:414: in function 'AddCustomMenuItem'
user:/AddOns/AdvancedFilters/AF_FilterBar.lua:417: in function 'AddMenuItems'
EsoUI/Libraries/ZO_ComboBox/ZO_ComboBox.lua:40: in function 'ZO_ComboBox:ShowDropdownInternal'
EsoUI/Libraries/ZO_ComboBox/ZO_ComboBox_Base.lua:143: in function 'ZO_ComboBox_Base:ShowDropdown'
EsoUI/Libraries/ZO_ComboBox/ZO_ComboBox_Base.lua:314: in function 'ZO_ComboBox_OpenDropdown'
EsoUI/Libraries/ZO_ComboBox/ZO_ComboBox.lua:56: in function 'ZO_ComboBox_DropdownClicked'
Options_Video_DisplayModeDropdownOpenDropdown_Clicked:3: in function '(main chunk)'
Last edited by LaRIC : 04/19/21 at 09:52 AM.
Report comment to moderator  
Reply With Quote
Unread 04/09/21, 05:57 PM  
Hydra9268
 
Hydra9268's Avatar
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 113
Uploads: 1
Nice! Thanks for updating. I use this while working on the Community Guide. Very helpful, especially for copying those x, y, and xscale coordinates.
Report comment to moderator  
Reply With Quote
Unread 03/08/19, 11:28 AM  
boxanata

Forum posts: 0
File comments: 16
Uploads: 0
Will this be getting an update? It stopped working for me some time ago.
Report comment to moderator  
Reply With Quote
Unread 08/22/18, 03:16 PM  
vecny.samotar
 
vecny.samotar's Avatar

Forum posts: 23
File comments: 552
Uploads: 0
Originally Posted by sirinsidiator
Originally Posted by vecny.samotar
update pls
Is there anything broken? It works fine for me.
(i installed it ina 2 days ago) but I thought I would update myself when the update was the last time long ago
Report comment to moderator  
Reply With Quote
Unread 08/22/18, 01:48 PM  
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1566
File comments: 1111
Uploads: 41
Originally Posted by vecny.samotar
update pls
Is there anything broken? It works fine for me.
Report comment to moderator  
Reply With Quote
Unread 08/21/18, 04:40 PM  
vecny.samotar
 
vecny.samotar's Avatar

Forum posts: 23
File comments: 552
Uploads: 0
update pls
Report comment to moderator  
Reply With Quote
Unread 04/28/16, 07:52 AM  
calia1120
 
calia1120's Avatar
AddOn Author - Click to view AddOns

Forum posts: 62
File comments: 232
Uploads: 5
Can I just say thank you, a million times over for this addon? It has been a lifesaver for me. I recommend it to my guilds all the time.
Last edited by calia1120 : 04/28/16 at 07:53 AM.
Report comment to moderator  
Reply With Quote
Unread 09/13/15, 01:24 PM  
timidobserver

Forum posts: 37
File comments: 299
Uploads: 0
Originally Posted by sirinsidiator
Originally Posted by timidobserver
This addon has stopped working for me in 2.1. Anyone else experiencing this? If so, is it possible to get it updated?
Someone else reported it too and it also stopped working for me, so I will be uploading a fix soon.
Thanks for the quick fix. Less than 24 hour turn around.
Report comment to moderator  
Reply With Quote
Unread 09/13/15, 05:30 AM  
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1566
File comments: 1111
Uploads: 41
Originally Posted by timidobserver
This addon has stopped working for me in 2.1. Anyone else experiencing this? If so, is it possible to get it updated?
Someone else reported it too and it also stopped working for me, so I will be uploading a fix soon.
Report comment to moderator  
Reply With Quote
Unread 09/12/15, 08:46 PM  
timidobserver

Forum posts: 37
File comments: 299
Uploads: 0
This addon has stopped working for me in 2.1. Anyone else experiencing this? If so, is it possible to get it updated?
Report comment to moderator  
Reply With Quote
Unread 05/12/15, 03:00 PM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
Re: Bulk and automatic copying

Originally Posted by sagesource
I am an officer in a roleplaying guild presently active in ESO. As you can probably guess, RP is an unpredictable affair, and since some of our members are extremely skilled, we occasionally get interactions that we wish to save complete for later use, perhaps in writing fanfiction. However, at present it seems that the only way you can save the complete contents of a chat box is to screen-capture it over and over again while scrolling down in the text. Your addon is invaluable in copying single messages. Would it be possible to add a feature that would allow dumping the entire contents of the chat window, from beginning to end, into a file or window from which it could be recovered?

It would also be useful if such an action could be set to perform automatically when the chat window is closed, say on signing out one character and signing in another. At present, it is infuriatingly possible to lose vital content when absent-mindedly switching characters, since the entire chat window is flushed. If the contents of the last chat window were automatically read to a file when the window was closed, this sort of accident would become less possible.
TIM addon can save all history
pChat addon can save it even after relog
Last edited by QuadroTony : 05/12/15 at 03:09 PM.
Report comment to moderator  
Reply With Quote
Unread 05/12/15, 02:06 PM  
sagesource

Forum posts: 0
File comments: 4
Uploads: 0
Bulk and automatic copying

I am an officer in a roleplaying guild presently active in ESO. As you can probably guess, RP is an unpredictable affair, and since some of our members are extremely skilled, we occasionally get interactions that we wish to save complete for later use, perhaps in writing fanfiction. However, at present it seems that the only way you can save the complete contents of a chat box is to screen-capture it over and over again while scrolling down in the text. Your addon is invaluable in copying single messages. Would it be possible to add a feature that would allow dumping the entire contents of the chat window, from beginning to end, into a file or window from which it could be recovered?

It would also be useful if such an action could be set to perform automatically when the chat window is closed, say on signing out one character and signing in another. At present, it is infuriatingly possible to lose vital content when absent-mindedly switching characters, since the entire chat window is flushed. If the contents of the last chat window were automatically read to a file when the window was closed, this sort of accident would become less possible.
Report comment to moderator  
Reply With Quote
Unread 04/19/15, 01:35 PM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
any chance to get an ability to copy text from Combat log statictis addon's window pls?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.