So this one probably frustrates me more than it should. But for commands like mail, whois, watch or focus which require the full name of a character to work (and are grey until they match a name, unlike page or address which are a light blue whether there’s a valid target or not), if you make a mistake, backspacing currently not only deletes the entire partial name, but also removes the space, not only requiring you to start over typing the character’s name, but also the space between the command and the name.
Sorry if this sounds a little ranty, I’m just a bit frustrated at my own inability to type correctly
Thus is born my new alt, Despevnivarius Gnuthriglestinsveigner. Hehe~ honestly though, I prefer that it deletes the entire thing because I’ve used autocomplete systems before where it will punch in a whole name for you that you didn’t want to type just because a few letters matched, then you have to erase through the entire thing since correcting it sometimes won’t cause it to link to the character you’re actually targeting. XP
I’ve also noticed that these types of commands aren’t working for offline characters (specifically mail) when the supposedly should be working. It may be related.
Yes and no. It works to tab-complete if that character is 1) either awake, or 2) in your watchfor list.
Tab completion is completely a client-side feature, using info from the In Room, Awake, and Watchfor lists to search for names to complete. This is also the reason why the console doesn’t “warn” you about mailing someone who doesn’t exist, because it doesn’t know that until trying to send it.
But I am frustrated by this myself, so I am planning on:
supporting tab-completion based on characters encountered (stored in IndexedDB on the client)
allow first-name mailing:
mail John = Hello, you have the same name as me!
(And if it becomes ambiguous, we can show a few of the latest awake Johns)
There are multiple character’s named John. Did you mean:
John Doe
John Alpha
John Beta
[EDIT]
One “danger” of the above solution is that, IF the client finds one single John in the IndexedDB, it will mail it to that John instead of telling you of other John options. But maybe that is exactly how we want it to behave.
When would you want to mail someone by first name that you’ve never met ?
I guess I confused the scope a bit with my first reply. The commands themselves aren’t working for me for offline characters (at least ones that I don’t own, it does if they’re my characters), ignoring tab complete. They just stay greyed out and when I try to send them mail, it doesn’t know who I’m trying to send to, despite it being the character’s full name.
It is related the deleted character in your Watch For list.
When the console scans the list of Watchfor character to match against, it crashes on the deleted character.
It removes the broken WatchFor character from the client’s model (object) that holds it.
But without triggering any event. So it won’t cause the GUI to smoothly update.
So, it is only a local solution that works until you reload the client.
And it is very hacky
Hey, thanks for helping get this solved! I didn’t even know it was part of an issue I was experiencing. XD I just thought it was supposed to work that way and I needed to remember peoples’ last names.