|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Wed Sep 20, 2006 4:16 am
[1.06] Syntax Editor can't get focus |
While it's not a show stopper I think this one is very serious. You can typed or do any editing in the syntax editor. I got used to testing my my scripts for each new version.
Apparently the command line keeps taking the focus. I'm trying to see if there is something I can change if via settings. I even tried closing the toolbar with the command line and I still can't get it to focus. I also tried loading a file, but the command line still takes the focus. |
|
_________________ Asati di tempari!
Last edited by Tech on Wed Sep 20, 2006 4:37 am; edited 1 time in total |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Wed Sep 20, 2006 4:28 am |
As a minor aside, if you open other files on the syntax editor, you can't close the the first tab ( that was called untitled ). Even if you reorder it.
|
|
_________________ Asati di tempari!
Last edited by Tech on Wed Sep 20, 2006 4:36 am; edited 1 time in total |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Wed Sep 20, 2006 4:36 am |
Ok... have the Syntax Editor window highlighted, open another window such as the DB or Settings Editor then close then the Syntax Editor actually gets (and keeps) the focus. If you click somewhere else, it starts to lose it again.
|
|
_________________ Asati di tempari! |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Wed Sep 20, 2006 4:47 am |
Finally, syntax highlighting and word wrap don't seem to be working.
|
|
_________________ Asati di tempari! |
|
|
|
edb6377 Magician
Joined: 29 Nov 2005 Posts: 482
|
Posted: Wed Sep 20, 2006 5:09 am |
SYNTAX EDITOR isnt working at all.. You cant even paste or import. Command line takes over. VERIFIED
|
|
_________________ Confucious say "Bugs in Programs need Hammer"
Last edited by edb6377 on Wed Sep 20, 2006 6:18 am; edited 1 time in total |
|
|
|
Rainchild Wizard
Joined: 10 Oct 2000 Posts: 1551 Location: Australia
|
Posted: Wed Sep 20, 2006 6:16 am |
Yeah, the settings editor seems to work OK, it's the editor next to the DB and Map buttons that is broke.
|
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Wed Sep 20, 2006 6:47 am |
Doh! i guess someone did see it, I went back and edited the topic.
|
|
_________________ Asati di tempari! |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Sep 20, 2006 6:54 pm |
Verified and put onto bug list.
By the way, don't call it the "Syntax Editor". It's just the "Editor" or "Text Editor". When you say "syntax editor" I think about the syntax checking in the main settings editor windows. |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Sep 21, 2006 9:41 pm |
Found the problem with this and fixed it for 1.07. I had put in a line to set the command line focus when a docked window tab was clicked. This was done in the OnChangeActiveControl event for the docking manager. What I forgot is that this is called for any window in the docking system, including the Editor, fly-out Settings, Mapper, etc. All of these were losing focus. So I modified it so that it only sets the command line focus if it's a MUD window that is being selected.
Yet another example of fixing one bug causing another. |
|
|
|
|
|