• World of Warcraft Addons
Advertisement
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share

EasyCopy

  Download the Curse Client

Last Update:
Category: Chat & Communication
Tags:
Project Manager: bitbiter
Current Version: EasyCopy 2.2
Downloads Today: 8
Downloads Total: 9,959
Favorites: 54
Comments: 17
  • About EasyCopy
  •  

This is an AddOn designed to easily copy chat. The focus of this work was to use as little system ressources as possible.

The main feature of this AddOn is obviously copying chat. To do so, you have to click on the timestamp created in front of each line. You can of course replace the timestamp with any custom word / letter.
Timestamp behavior:
- normal click: Opens a small window containing the chat line. You can then mark the text and copy it using [Ctrl]+[C] to paste it later, or in different Applications (paste: [Ctrl]+[V] )
- normal click while the chatbox is opened: will paste the line into the chatbox
- shift click: Instantly pastes the line to the last "sticky" chat-type (guild, raid, party...)
- shift click while the chatbox is opened: Instantly pastes the line to the whatever chat-type your editbox is set to (especially usefull for pasting in whisper)

Additional features:
- remember how clicking a character name opens the chatbox to whisper the character? EasyCopy adds similar behavior to any chat-type-identifier ( [Guild], [Raid], [6. btrogues], ...)
- hide the buttons for scrolling next to the chat
- mousewheel scrolling
- sticky channels
- shorten chat-type-identifiers ( [Guild] => [G] ), or completely hide them

Type /ec to bring up the options frame. You can monitor the memory usage by typing /ec memory .

  • Downloads (9)
  •  
  File Name Release Type Game Version Downloads Date  
  EasyCopy 2.2 Release 3.0.2 66 9/20/2008
  EasyCopy 2.0 (wotlk compatible) Release 2.4.3 2 9/11/2008
  EasyCopy TOC Update for 2.0.3 Release 2.0.3 0 1/12/2007
  EasyCopy 1.3 Release 1.12.0 0 12/4/2006
  EasyCopy 1.3 BC Release 1.12.0 0 12/4/2006
Advertisement
  • Screenshots (2)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • bitbiter said 

    Hi! I'm currently working on a complete rewrite of this mod and ChatCopy. If you have any ideas / suggestions / wishes please write a comment. Thanks!

    -bit-

  • This would be very ideal added to the pop up menu when right clicking someone's name in chat, instead of fiddling with timestamps and such. Any chance an option like this could be added in the future?

  • bitbiter said 

    To show the timestamp, type

     /ec style 

    The "bug" with long messages: It's just a visibility-bug, the message is there. I didn't put any work into a fix, because I'm so used to keyboard shortcuts that I never really thought it might annoy anyone. Press [End] to set the marker to the end of the line, hold [Shift] and press [Home] to mark the whole line. You can now copy it via [Ctrl]+[C]. You can also navigate through the line using the arrow keys. Holding [Shift] while using the arrow keys you will mark text.

    Next month I'll have some spare time (finally! :D ), so then I'll combine this mod with ChatCopy, fix any existing bugs, and make it a more convenient and easy-to-use addon.

    so long


    bitbiter

  • I have a problem. When I use this addon, the timestamp is only a [*] instead of a time.

  • I'm having the same problem as Pumpi. I can only see the last few words of the last line with extended messages. Is there a fix for this? Kind of useless if there isnt.

  • Pumpi said 

    Hi bit

    can you add more rows?

    when i have an long text i always see the end :(

  • Salaskan said 

    Hey bit. Good work on updating this mod :) it says it's Incompatible, but when you update the toc to 20000 it works perfectly. Maybe edit this yourself so everyone can use it without confusion :). Just one other bug report: when you try to use a consumable (bandage, potion, food, drink), it gives the error message "EasyCopy has been blocked from an action only available to the Blizzard UI." and you cannot do it. Would love a fix ;) good luck

  • bitbiter said 

    @Sharky: I developed 1.2 on BC testrealm ;)

    @Celebril: OMG I <3 U!!! Searched for the reason of that bug for hours... Didn't think the function description would be wrong >_

  • Celebril said 

    To fix the right-clicking on a player name problem, open EasyCopy.lua, and make the following changes on lines 118 and 130:

    change: function EasyCopy_SetItemRef(link, button)

    to: function EasyCopy_SetItemRef(link, text, button)

    Works for me on live (couldn't get the character select screen on the PTR this morning), but the addon was exhibiting the same behaviour on the PTR so it should work fine next patch.

  • Sharky said 

    the bc version is exactly the same file as the non bc version.