Thread Tools Display Modes
06/25/17, 11:52 AM   #1
DerAlleinTiger
Join Date: Mar 2015
Posts: 2
Turning Off the /command Suggestion List?

Been wondering since the Morrowind update went live if it's possible for modders to get to the element highlighted in red in this screenshot. I've looked around the options menu a dozen times and haven't found any toggle to turn it off, and I've turned off every add-on and can be certain it's a base game UI element (and yes, someone tried to tell me it was not). If it can be reached, is there already a mod around that gets rid of this? I've tried searching around but no luck yet. Might not be using the right keywords or looking for the right mod, but this new 'feature' is getting rather annoying for me as it's constantly activating the wrong /command even after I've fully typed out the correct command I want.

  Reply With Quote
06/25/17, 12:05 PM   #2
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
They should've made it possible to turn off to begin with. Hiding the menu alone might not be enough to fully stop the functionality, but you could try inspecting it with Zgoo.
  Reply With Quote
06/25/17, 01:10 PM   #3
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Ther eis one addon, I think from Votan, which implemented this kind of menu on it's own.
If it's now implemented as a base UI stuff you could check the addon and see if it helps you to find the step where to remove/make it menu:SetHidden(true) maybe.
  Reply With Quote
06/25/17, 01:33 PM   #4
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 408
You're looking for LibSlashCommander. (edit: the base game has it's own, this library jsut also added one in) I did go in there and stop it's suggestion box, as I really didn't like it either, but I haven't been able to figure out how to remove the ZOS one. (To be fair, I haven't really spent much time on it either)

Last edited by Dolgubon : 06/27/17 at 12:58 AM.
  Reply With Quote
07/05/17, 09:34 AM   #5
haggen
 
haggen's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2015
Posts: 137
I think I found how to disabled it:

Lua Code:
  1. CHAT_SYSTEM.textEntry.autoComplete:SetEnabled(false)

I'm thinking of adding it as new feature in my Slightly Improved™ Gameplay add-on.
  Reply With Quote
07/05/17, 04:55 PM   #6
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
What about adding it to an addon like "TweakIt" too?
  Reply With Quote
07/08/17, 07:05 PM   #7
DerAlleinTiger
Join Date: Mar 2015
Posts: 2
Originally Posted by haggen View Post
I think I found how to disabled it:

Lua Code:
  1. CHAT_SYSTEM.textEntry.autoComplete:SetEnabled(false)

I'm thinking of adding it as new feature in my Slightly Improved™ Gameplay add-on.
That's awesome! I'll look into adding that mod to my list! You've saved me a bit of frustration here.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Turning Off the /command Suggestion List?

Thread Tools
Display Modes

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