[1270] Ctrl-(* Arrow) stops on underscore

When navigating around any code line that has an embedded
underscore in a string, CTRL-Left Arrow and CTRL-Right Arrow stops at the
underscore and will not go pass it. Stepping manually pass the underscore
with the arrow keys or the mouse allows the continuation of CTRL-Arrow to
work again.


0
3 comments

David!

I cannot reproduce the problem. Could you provide us with a sample piece of code?

0

On the following line (in the code-behind of an ASPX page) start from
the begining of the line and CTRL-Right Arrow. Stops at the underscore in
"review_" and CTRL-Right Arrow will not continue.

Panel panel = (Panel) FindControl("review_" + questionID + "_" + iteration +
"_" + iPassID + "_Option");

"Sergey Coox" <no_reply@jetbrains.com> wrote in message
news:1443964.149401247755894248.JavaMail.clearspace@app8.labs.intellij.net...

David!

>

I cannot reproduce the problem. Could you provide us with a sample piece
of code?

>

---
Original message URL:
http://www.jetbrains.net/devnet/message/5241928#5241928



0

Please sign in to leave a comment.