Dear Inquisit developers,
I really, REALLY love the new editor. It's such a huge improvement over Inquisit 3 that it alone would have warranted a major version release. Allow me to point out a few things where the editor might become even better in my opinion.
(1) Preserve capitalization in auto-completion of property names. Right now, using auto-completion has all terms become lowercase, thus making things hard to read in places. So it would be a real treat if the editor preserved the capitalization chosen by the user.
(2) Allow more info windows to be dockable to the right side of the screen. Right now, windows like "messages" and "output" only dock against the bottom of the screen. Particularly with 16:9 or 16:10 screen formats, this severely limits the already scarce vertical space for the edit window itself. I'd appreciate for the message window to dock over/under/left/right the script navigation pane.
(3) Remove search result highlighting after the search pane has been closed. Right now, the rectangles around search instances (a wonderful feature, BTW) in the edit window remain when the search pane is closed. This can get distracting. It would be nice if the rectangles disappeared upon closing the search pane.
(4) Small "bug" in the period-triggered auto-completion. Coming from an object-oriented programming background, I am used to the dot-notation in property names, such as "values.name". I also like to nest, like in "values.Pic.X" and "values.Pic.Y". I reckon I'm not supposed to do that since the dot is sort of a built-in entity but the fact that Inquisit lets me do it makes me do it. However, when entering, say, "values.Pic." the auto-completion will offer an auto-completion list completely unrelated to what I'm just typing. It would be nice if auto-completion ignored periods in value names.
That's all. Bye, Malte