Thread Tools Display Modes
09-09-11, 07:00 PM   #1
rain3x
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 19
Input Storing Between Logout/In

Looking for an addon, or for someone to make an addon that stores my input between sessions. For example:

I log in and
/yell Shut up
/2 Selling copper ore
/g Hey everyone!

Then I log out. When I log back in and hit enter, and press the up arrow, I'd like that input restored.
  Reply With Quote
09-09-11, 07:04 PM   #2
Nobgul
A Molten Giant
 
Nobgul's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 693
How much do you want it to log a whole session? that last 10 lines?
__________________
[SIGPIC][/SIGPIC]
  Reply With Quote
09-09-11, 07:06 PM   #3
rain3x
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 19
Originally Posted by Nobgul View Post
How much do you want it to log a whole session? that last 10 lines?
Well, to get a bit more complex, I'd like every session to be logged and appended to the last so I can pull up any input from the time I started running the addon to the present.
  Reply With Quote
09-09-11, 09:50 PM   #4
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Doesn't Prat or Chatter already do this?
  Reply With Quote
09-09-11, 09:52 PM   #5
rain3x
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 19
Originally Posted by Ketho View Post
Doesn't Prat or Chatter already do this?
Across sessions? No... In the same session? Yes.
  Reply With Quote
09-09-11, 09:59 PM   #6
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
I do like Chatter for that, as I can log out, change some things, log back in and quickly hit Enter+UpArrow to repeat my last command
  Reply With Quote
09-10-11, 12:10 AM   #7
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 793
I use my own framework for my personal addons, but still you can easily see how the logic is in the code, in case you can't make anything out of it I could help turn it into a standalone addon.

http://pastebin.com/XGGsPy3G

*Edit*

I noticed you wanted an input based saving addon, mine is just a chat history one... in any case, here it is:
http://www.wowinterface.com/download...atHistory.html

About input logging I would recommend Prat, I know it can remember messages, but only those you sent, and yes even across sessions. Just make sure you check the right options so it does that, it won't by default.

Sorry for misunderstanding earlier.

Last edited by Vlad : 09-10-11 at 06:24 PM.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Input Storing Between Logout/In


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off