Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUSHclient
➜ Suggestions
➜ Editor idea (Notepad)
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Simon
Sweden (39 posts) Bio
|
Date
| Thu 25 Apr 2002 02:14 PM (UTC) |
Message
| How about adding so that you can 'spew' the notepad to a world? Like, send all the text that's in it without copy / paste... would be nice if it could be assigned to like ctrl + a key (u perhaps?)
Oh btw, it would be really nice if you could put up somewhere on the site where we can see the idea list or something, as in things that might come to the client in the future? :)
Best regards,
Simon |
- "Where do you live, Simon?"
- "I live in the sick and wounded, doc."
Session 9 | Top |
|
Posted by
| Magnum
Canada (580 posts) Bio
|
Date
| Reply #1 on Thu 25 Apr 2002 06:11 PM (UTC) Amended on Fri 26 Apr 2002 06:50 PM (UTC) by Magnum
|
Message
| This is possible via scripting...
Sub Send_File(AliasName, AliasLine, arrWildcards)
Dim FSO, TextFile
Dim sFilename
SFilename = "C:\MudStuff.txt"
Set FSO = CreateObject("Scripting.FileSystemObject")
Set TextFile = FSO.OpenTextFile(sFilename,1)
Do While TextFile.AtEndOfStream <> True
World.Send TextFile.ReadLine
Loop
Set TextFile = Nothing
Set FSO = Nothing
End Sub
Of course, set "sFilename" to the appropriate file path and name.
Ok, I've edited this post to make it complete, the above should work, although I have not tested it. There may be instances where you would prefer to use a script file to do the task, rather then using the mushclient menu's. (Like when using a trigger). |
Get my plugins here: http://www.magnumsworld.com/muds/
Constantly proving I don't know what I am doing...
Magnum. | Top |
|
Posted by
| Nick Gammon
Australia (23,133 posts) Bio
Forum Administrator |
Date
| Reply #2 on Thu 25 Apr 2002 09:54 PM (UTC) |
Message
|
Quote:
How about adding so that you can 'spew' the notepad to a world? Like, send all the text that's in it without copy / paste... would be nice if it could be assigned to like ctrl + a key (u perhaps?)
That is there already. See the Edit menu -> Send to <worldname>. The key is Shift+Ctrl+S (S for Send).
It will send the entire window, or the selection, depending on whether you have a selection or not. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
Posted by
| Nick Gammon
Australia (23,133 posts) Bio
Forum Administrator |
Date
| Reply #3 on Thu 25 Apr 2002 09:56 PM (UTC) Amended on Fri 26 Apr 2002 06:50 AM (UTC) by Nick Gammon
|
Message
| |
Posted by
| Magnum
Canada (580 posts) Bio
|
Date
| Reply #4 on Fri 26 Apr 2002 06:52 PM (UTC) |
Message
| I've edited my earlier post to make it complete. |
Get my plugins here: http://www.magnumsworld.com/muds/
Constantly proving I don't know what I am doing...
Magnum. | Top |
|
Posted by
| Tricuspa
USA (13 posts) Bio
|
Date
| Reply #5 on Sun 05 May 2002 04:47 PM (UTC) |
Message
| I think specifically may of been referring to the fact if you just open up a notepad window it creates what I refer to as a general notepad (not connected to a particular world). In the general notepad there is no option to send the data to any of the worlds as there isn't neccesarily a world to send to.
You basically would have to create an additional world specific notebook window than cut/copy from the general notepad pasting the information to the world-specified notepad. You then can send to the text to the world. | Top |
|
Posted by
| Nick Gammon
Australia (23,133 posts) Bio
Forum Administrator |
Date
| Reply #6 on Sun 05 May 2002 10:01 PM (UTC) |
Message
| I usually use Ctrl+Alt+Space to create a notepad window. This is easy to remember, and anchors it to the world I was in when I typed it. Then I can use Ctrl+Alt+Space to switch back and forth between the world and the notepad.
However if you accidentally create a non-anchored one, just select all, copy, close that one, create a new one and paste. That isn't much work. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
21,847 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top