https://bugs.documentfoundation.org/show_bug.cgi?id=160202
Rafael Lima <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from Rafael Lima <[email protected]> --- This is actually a very old bug... Ctrl + Left/Right has never worked well for me in the Basic editor. For instance, consider the cursor is in the first position of the following line: Global oKeyHandler As Object If you press Ctrl+Right the cursor will go to the end of oKeyHandler. In any other code editor, the cursor would go to the beginning of oKeyHandler. I'd say the problem is in TextView::KeyInput, located in: /core/vcl/source/edit/textview.cxx -- You are receiving this mail because: You are the assignee for the bug.
