For purposes of this topic, I’ll use the term “visual end” to refer to the last character of a line of text that fits on a single row in the editor. If the editor can fit 80 columns in the display then on a line of 100 characters, the visual end is column 80 of that line.
“Actual end” is the end of a line of text – the ending LF or CRLF character.
In the SQLyog editor, when word wrap is enabled, pressing the end key moves the cursor to the actual end of the line. This causes a bit of frustration when editing. In every other editor that I use, the end key moves the cursor to the visual end of the line rather than the actual end. Not a huge problem, but would be nice if SQLyog acted consistently with other editors.