JavaScript limiter highlighting improvements

Code Writer App Suggestions and Support Forum

Posted 11 years ago by HirschHorst
Avatar

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!

Comments (1)

Posted 11 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Horst,

Thank you for the suggestion.  I see what you mean and will log the request.


Actipro Software Support

The latest build of this product (v4.2.42) was released 3 years ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.