Perhaps there is a bug in the editor wher using )( brackets.
In the below example you can't place the cursor at the ^ position as it imedietly goes to the next ( bracket.
Dim ff As String = Regex.Split(":" ,Main.wini.get("wKey1"))(0)
^
In the below example you can't place the cursor at the ^ position as it imedietly goes to the next ( bracket.
Dim ff As String = Regex.Split(":" ,Main.wini.get("wKey1"))(0)
^