
Hey folks,
the Code Writer App is a really good tool! But there is one thing that provides a possibility for improvements.
Considering the following code example in JavaScript:
(function foo(bar) { var x = bar; })(5);
If you to position the curser between the two pairs of brackets there will be highlighted only one pair, the second one. In JavaScript I meet this situation very often.
It should be highlighted like this:
<h>(</h>function foo(bar) { var x = bar; }<h>)</h> <cursor position> <h>(</h>5<h>)</h>;
best regards,
Horst (from germany)
PS: Coding on my Windows Phone 7 using the Code Writer App would be a great fun, I believe!