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
➜ General
➜ Characters Counter
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| KaiserBear
(9 posts) Bio
|
Date
| Fri 09 Sep 2016 01:45 AM (UTC) |
Message
| I'm not sure if this is an option I click somewhere or a plugin. I used to have it so that on my info pane it would show the characters in my command line, but when I switched computers it isn't there anymore and I can't remember how I set it up.
Can anyone help me with this? | Top |
|
Posted by
| Fiendish
USA (2,534 posts) Bio
Global Moderator |
Date
| Reply #1 on Fri 09 Sep 2016 09:58 AM (UTC) |
Message
| |
Posted by
| KaiserBear
(9 posts) Bio
|
Date
| Reply #2 on Fri 09 Sep 2016 02:55 PM (UTC) |
Message
| I actually tried that before this post but it didn't seem to work for me. | Top |
|
Posted by
| Nick Gammon
Australia (23,133 posts) Bio
Forum Administrator |
Date
| Reply #3 on Fri 09 Sep 2016 09:14 PM (UTC) Amended on Fri 09 Sep 2016 09:15 PM (UTC) by Nick Gammon
|
Message
| It worked OK for me. Here it is, turned into a plugin:
 |
To save and install the Show_Characters_Typed plugin do this:
- Copy between the lines below (to the Clipboard)
- Open a text editor (such as Notepad) and paste the plugin into it
- Save to disk on your PC, preferably in your plugins directory, as Show_Characters_Typed.xml
- Go to the MUSHclient File menu -> Plugins
- Click "Add"
- Choose the file Show_Characters_Typed.xml (which you just saved in step 3) as a plugin
- Click "Close"
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE muclient>
<!-- Saved on Saturday, September 10, 2016, 8:12 AM -->
<!-- MuClient version 5.02 -->
<!-- Plugin "Show_Characters_Typed" generated by Plugin Wizard -->
<muclient>
<plugin
name="Show_Characters_Typed"
author="Worstje"
id="22b61a28a371832a5d226960"
language="Lua"
purpose="Show how many characters in the command line"
date_written="2016-09-10 08:11:36"
requires="4.50"
version="1.0"
>
</plugin>
<!-- Script -->
<script>
<![CDATA[
function OnPluginCommandChanged()
-- OnPluginCommandChanged() gets called each time
-- the command window changes.
SetStatus("Character count: " .. GetCommand():len())
end
]]>
</script>
</muclient>
|
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
Posted by
| KaiserBear
(9 posts) Bio
|
Date
| Reply #4 on Fri 09 Sep 2016 11:14 PM (UTC) |
Message
| Nick's worked just great, thanks Nick! | 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.
14,982 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top