|
oldguy2 Wizard
Joined: 17 Jun 2006 Posts: 1201
|
Posted: Thu Jul 29, 2010 8:19 pm
Really annoying Issue with the Trigger Editor |
Okay ever since the changes were made to the Editor adding the wizard I can't stand it. I have to constantly click on Script Text tab. However, I know you want us to test this so I will deal with it I guess.
My main problem though is I can't see the pattern because it only shows the end of the trigger pattern instead of the beginning and the whole thing.
For instance, if you click on a trigger in the tree view it will only show the end of the trigger pattern in the Pattern textbox. If I make the following trigger...
Code: |
<?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
<trigger priority="10" case="true" regex="true" copy="yes">
<pattern>^This is a really really really really really really really really really really long trigger really really really really really really really really really really long trigger\.$ </pattern>
</trigger>
</cmud>
|
When you click on it in tree view all you can see in the Pattern box is "really really really really really really really really really long trigger\.$". Shouldn't the beginning of the trigger be displayed regardless? I have a 23" monitor and even if I maximize the editor and there is plenty of room to show the WHOLE trigger, it still only displays the end of the pattern in the Pattern box. Most of my triggers are complex and long because I don't use line wrapping in the MUD and let CMUD wrap the lines. |
|
|
|
Derar Novice
Joined: 09 Sep 2006 Posts: 44
|
Posted: Thu Jul 29, 2010 9:00 pm |
If you put your cursor in the Pattern field you should be able to use the Home key to get to the start of the pattern, and the End key to get to the end of it.
If you need to view the whole pattern, there should be a drop-down arrow just to the right of the pattern field you can click that will display a multi-line window allowing you to see & work with the whole pattern.
At least, there is from 3.17 on (maybe earlier).
It's a trade-off for squeezing more on to the screen for Wizard purposes, I guess. |
|
|
|
charneus Wizard
Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Thu Jul 29, 2010 9:32 pm |
You do know you can turn off the wizard, right? Just go to View -> Use Script Wizard...
|
|
|
|
oldguy2 Wizard
Joined: 17 Jun 2006 Posts: 1201
|
Posted: Thu Jul 29, 2010 11:15 pm |
Why would I want to waste time click on Home and End and all these other keys? Yes I know you can click the drop down.
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Fri Jul 30, 2010 4:39 pm |
OldGuy2, I'm not really sure what you are asking for. Obviously if the pattern is too long for the text box then it's not going to be able to display the entire pattern. CMUD and zMUD have never shown the entire pattern. You have always needed to click the drop down or uses Home/End to view the pattern. Pressing down-arrow also displays the whole pattern. There is no way to display the "whole thing" in the Pattern box and there never has been.
And as people have mentioned, you can already easily turn off the Wizard and 3.22 even makes this easier via the Hide Wizard checkbox on the Wizard screen itself. |
|
|
|
oldguy2 Wizard
Joined: 17 Jun 2006 Posts: 1201
|
Posted: Fri Jul 30, 2010 4:57 pm |
Well it is obviously not a bug. I'm just saying even on triggers that should fit completely in the pattern box it only shows the end of the trigger. I guess it isn't really a big deal honestly. It's just that when I have 20 inches of box and only 5 inches of the end of the trigger pattern will display is what I am getting at.
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Fri Jul 30, 2010 5:01 pm |
I think it's only a problem when you resize the window. After resizing the window, click on the trigger again and it will display as much as it can fit in the box. Are you saying that it should display the *beginning* of the trigger instead of the *end* of the trigger?
I can't do anything about the resize issue...that's a Windows issue (Windows doesn't re-scroll the text field when it is resized, it just makes the right side bigger). |
|
|
|
oldguy2 Wizard
Joined: 17 Jun 2006 Posts: 1201
|
Posted: Fri Jul 30, 2010 5:18 pm |
Yeah it's probably just a resize issue. Never mind then.
|
|
|
|
|
|