Download
(7Kb)
Download
Updated: 12-04-10 09:05 AM
Pictures
File Info
Updated:12-04-10 09:05 AM
Created:unknown
Downloads:18,737
Favorites:94
MD5:

Low Memory Chat  Popular! (More than 5000 hits)

Version: 9
by: jaliborc [More]

Low Memory Chat is no longer maintained on WoWInterface. For the latest release, check Curse.


If you are looking for a highly configurable chat mod, LM Chat isn't for you: this is an extremely small add-on, and has no configurable settings.
Help about enabling an disabling features can be found here.


Features
  • Low Memory Usage: less than 1,7 kb (no modules)
  • Hides the up, down and menu chat buttons
  • Chat menu button inside the chat frame, at the upright corner optional module
  • Enables chat scrolling
  • Relocates bottom button to be inside the chat frame, and it only appears when you are scrolling.
  • Shorten and removes channel names (the color should be enough)
  • Makes Yell, Whisper, Party, Raid, Guild and Officer channels sticky optional modules
  • Moves the editbox to the top of the frame optional module
  • Lets you choose between several editbox styles (see the second image)
  • Timestamps optional module
  • Disable Tab Flash optional module
  • Disable Text Fading optional module

Languages
  • English
  • Spanish
  • German (thanks to disiz)
  • French (thanks to oaudry)

Based In
  • Chat Box - Robinson
  • Chat Timestamp - Micah
  • Rage Skin - N00bZXI
  • zChat - Industrial

How to Help
  • Report bugs you find
  • Share your ideas for new features
  • Share your addons with your friends
  • And, if you which, consider donating. Anything is appreciated!

Click here to lend your support!

Version 8
  • Updated for 4.0.3

Version 8
  • Updated for 3.3.5
  • Most bugs fixed. Some might persist.

Version 7.5
  • Tagged for 3.3

Version 7.4
  • Fixed a bug causing the module Timestamps to not load

Version 7.3
  • Improved the code of almost every module
  • Added new module: ArrowMode
  • Added new border style: Darkness

Version 7.2
  • Update for 3.2

Version 7.1
  • Fixed a bug causing the chat bottom button to not hide when clicked
  • Custom channels (general, trade,...) can now be set to sticky

Version 7
  • Added editbox styles: blizzard, smooth (classic LM Chat) and borderless for now
  • Significantly improved the code. Didn't tested it yet, but should use a lot less CPU and also a bit less memory
  • Placing the editbox at top of the chart is now an optional module

Version 6.1
  • Update the TOC file, so that WoW and WoWInterface know that it is still working. Nothing changed really.

Version 6
  • Better Module System
  • Now you can choose wich channels you want sticky
  • New Module: relocated menu button
  • New Language: French

Before Version 6
  • No records available
Post A Reply Comment Options
Unread 07-26-07, 01:06 AM  
picachu
A Kobold Labourer
 
picachu's Avatar

Forum posts: 0
File comments: 35
Uploads: 0
With cursor moving I understand that, if you are typing and notice few letters before you made an error and want to fix it you should be able to go back with the arrow keys instead of aiming and 'shoot' with your mouse to go to the place in text to fix it (haven't tried out the alt key though).

Please make short general channel names optional too, because some people (like me) don't like that feature. Well it's your decision anyways.

Only thing missing then is, to show the scroll-to-bottom button when i have scrolled up, to not miss something important because i forgot to scroll down and can't sdee anywhere that i am not at the bottom. To go immediately to the bottom and not have to scroll down again all the way.
Report comment to moderator  
Reply With Quote
Unread 07-26-07, 01:51 AM  
Xaero
A Kobold Labourer

Forum posts: 1
File comments: 8
Uploads: 0
Originally posted by picachu
With cursor moving I understand that, if you are typing and notice few letters before you made an error and want to fix it you should be able to go back with the arrow keys instead of aiming and 'shoot' with your mouse to go to the place in text to fix it (haven't tried out the alt key though).
Exactly. While holding ALT it's possible to move cursor with arrow keys. Without ALT, you'll just turn around.

Originally posted by picachu
Only thing missing then is, to show the scroll-to-bottom button when i have scrolled up, to not miss something important because i forgot to scroll down and can't sdee anywhere that i am not at the bottom. To go immediately to the bottom and not have to scroll down again all the way. [/b]
I second this request, maybe not button but shift + scroll will take you to very bottom of chat.
Report comment to moderator  
Reply With Quote
Unread 07-26-07, 02:25 PM  
Guardix
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 42
File comments: 114
Uploads: 3
People might find this scroll function handy:
function scroll(chatframe, y)
if ( y > 0 ) then
if IsShiftKeyDown() then
chatframe:ScrollToTop()
else
chatframe:ScrollUp()
end
elseif (y < 0 ) then
if IsShiftKeyDown() then
chatframe:ScrollToBottom()
else
chatframe:ScrollDown()
end
end
end
It will go to the bottom of the chat log if you hold down shift and scroll with the mousewheel.

Also this one, it'll let you edit your sentences with the arrow keys, instead of turning around your toon.
e:SetAltArrowKeyMode(nil)
Report comment to moderator  
Reply With Quote
Unread 07-26-07, 04:45 PM  
jaliborc
A Chromatic Dragonspawn
 
jaliborc's Avatar
AddOn Author - Click to view AddOns

Forum posts: 196
File comments: 329
Uploads: 20
In the new version you can use arrow keys to edit sentences.
Last edited by jaliborc : 07-27-07 at 08:57 AM.
Report comment to moderator  
Reply With Quote
Unread 07-27-07, 05:11 AM  
picachu
A Kobold Labourer
 
picachu's Avatar

Forum posts: 0
File comments: 35
Uploads: 0
@jaliborc: With new version scrolling in combat log doesn't work anymore.

@Guardix: Thanks, i added it right away and works fine.
Report comment to moderator  
Reply With Quote
Unread 07-27-07, 07:57 AM  
jaliborc
A Chromatic Dragonspawn
 
jaliborc's Avatar
AddOn Author - Click to view AddOns

Forum posts: 196
File comments: 329
Uploads: 20
Originally posted by picachu
With new version scrolling in combat log doesn't work anymore.
Ok, now it will work.
Last edited by jaliborc : 07-27-07 at 11:12 AM.
Report comment to moderator  
Reply With Quote
Unread 07-28-07, 01:31 PM  
Wraanger
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 34
Uploads: 2
Add in the option to copy from chat and it would call it a really must-have chat addon )
Report comment to moderator  
Reply With Quote
Unread 07-29-07, 09:28 AM  
jaliborc
A Chromatic Dragonspawn
 
jaliborc's Avatar
AddOn Author - Click to view AddOns

Forum posts: 196
File comments: 329
Uploads: 20
Originally posted by Wraanger
Add in the option to copy from chat and it would call it a really must-have chat addon )
Use Chat Edit .
Report comment to moderator  
Reply With Quote
Unread 07-30-07, 02:28 AM  
Cynha
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Can sticky a wisp to players?
Report comment to moderator  
Reply With Quote
Unread 07-30-07, 08:12 AM  
jaliborc
A Chromatic Dragonspawn
 
jaliborc's Avatar
AddOn Author - Click to view AddOns

Forum posts: 196
File comments: 329
Uploads: 20
Originally posted by Cynha
Can sticky a wisp to players?
Yes, i can.
Good idea!
Report comment to moderator  
Reply With Quote
Unread 07-30-07, 03:05 PM  
tardmrr
Lua Ninja
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 134
Uploads: 12
It is unnecessary to create the backdrop and region tables and the scroll and hide local functions 7 times. This practice increases your memory use. In fact, you don't even need to create the region table-- l2varag. Also, having your scroll function as a global is just asking for trouble.
Last edited by tardmrr : 07-30-07 at 03:10 PM.
Report comment to moderator  
Reply With Quote
Unread 07-30-07, 05:03 PM  
Kyahx
A Wyrmkin Dreamwalker
 
Kyahx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 34
Uploads: 6
Just for reference: http://www.wowwiki.com/UI_Best_Practices

* Globals are bad
* Reusable Tables inside loops are generally bad
* Global-environment tables inside loops are _always really_ bad
* Re-skinning a single frame 7 times is also bad
* Creating the same function 7 times is bad
* Doing the same *anything* 7 times in a row is generally bad
* XML is unneeded (and bad)
* Efficient use of conditionals statements, not so bad!

And for good measure:
* Improper indentation is bad

(If its any consolation, I'm honestly trying to help here, albeit through criticism :P)
Report comment to moderator  
Reply With Quote
Unread 07-30-07, 06:43 PM  
tardmrr
Lua Ninja
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 134
Uploads: 12
Originally posted by Kyahx (emphasis added for clarity)
* XML is unneeded (and bad)
Not true. There's nothing wrong with using XML. The rest of your post is... not wrong enough to warrant correcting, but some of your generalizations show how generalizations are bad.
Last edited by tardmrr : 07-30-07 at 06:44 PM.
Report comment to moderator  
Reply With Quote
Unread 07-31-07, 12:18 PM  
Psychophan7
A Chromatic Dragonspawn

Forum posts: 153
File comments: 47
Uploads: 0
Having chat fade disabled by default would be excellent to have.
Report comment to moderator  
Reply With Quote
Unread 08-01-07, 03:16 PM  
jaliborc
A Chromatic Dragonspawn
 
jaliborc's Avatar
AddOn Author - Click to view AddOns

Forum posts: 196
File comments: 329
Uploads: 20
Originally posted by Psychophan7
Having chat fade disabled by default would be excellent to have.
That feature will be in the next version.
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.