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.
David!
I cannot reproduce the problem. Could you provide us with a sample piece of code?
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...
>
>
Fixed