Download
(7Kb)
Download
Updated: 12-04-10 09:05 AM
Pictures
File Info
Updated:12-04-10 09:05 AM
Created:unknown
Downloads:18,736
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-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, 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-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-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-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-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-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-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, 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, 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-25-07, 02:45 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 Xaero
Add cursor moving with arrow keys
What is that? Can you show me an example, please?

P.S: Thank you for the suggestion.
Last edited by jaliborc : 07-25-07 at 02:48 PM.
Report comment to moderator  
Reply With Quote
Unread 07-25-07, 01:03 PM  
Xaero
A Kobold Labourer

Forum posts: 1
File comments: 8
Uploads: 0
Add cursor moving with arrow keys without holding Alt, add features on your To Do List and it's done. Don't add anything else if you want it to remain LM.
Report comment to moderator  
Reply With Quote
Unread 07-23-07, 02:45 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 Kayde
...include the addon name AND authors...
Done!
Report comment to moderator  
Reply With Quote
Unread 07-23-07, 09:09 AM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Originally posted by Kayde
What is everyone's up-tight deal with code borrowing lately?

EVERYONE borrows code on any mod that is re-written, re-coded, re-vamped, or improved. Even if you tried to re-write the entire thing, it still shades the original works of SOMEONE, perhaps even someone's code that you never looked at.

People need to over themselves! Honestly.

Code is freebased, and unless your addon actually INCLUDES the GPL (General Public License or whatever its called) embedded in each file associated, then you shouldn't be complaining about it. Perhaps it's in good taste to ask first, and to an extent I agree (although even I hardly do so prior to recoding some of mine - I just give credit to the authors as anyone should), but claiming something as *YOURS* is asinine at best.

jaliborc did give semi-credit under his "Based In" heading. I feel he should have stated that as a "Credit To" category instead, and include the addon name AND authors of the original works he did research on before coding his own project. But IMHO, that's all he *has* to do.

Industrial and Tekkub, both of you are better than this. I'm very disappointed in both your reactions as they seem overly confrontational. If your both just f'ing around, then I apologize for my tongue lashing here.
Most people don't care if you use a little of there code as long as you ask them first, it's about being polite and asking them first so they don't find out a week later you grabbed a bunch of stuff without asking.

Oh also, MEMORY IS USELESS just because you use 1 byte of memory doesn't mean your mod performs better then the one that uses 200 KB.
Last edited by Shadowed : 07-23-07 at 09:17 AM.
Report comment to moderator  
Reply With Quote
Unread 07-23-07, 03:09 AM  
Tekkub
A Molten Giant
 
Tekkub's Avatar
AddOn Author - Click to view AddOns

Forum posts: 960
File comments: 334
Uploads: 67
Originally posted by Kayde
Industrial and Tekkub, both of you are better than this. I'm very disappointed in both your reactions as they seem overly confrontational. If your both just f'ing around, then I apologize for my tongue lashing here. [/b]
Someone's a little slow. I can't talk for indie (yes he's really an ass), but people should know by now that I do not believe in copyrights at all.

However I will point out that "unless your addon actually INCLUDES the GPL" is wrong. The author retains the copyright no matter what unless they explicitly state that they are forfeiting that right. Open source or not, if you can prove you wrote it first, the copyright is yours. Hell first thing I learned in my engineering design class was "even if you're just sketching ideas on a napkin at a bar, sign and date it. I [the instructor] have actually used those napkins in court... and no judge in his right mind will question the authenticity of a sketch drawn on a bar coaster."

I do still think the addon name blows and should be renamed though.
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.